Skip to content

Releases: miyamo2/dynmgrm

v0.10.0

05 Nov 12:31
958e32a
Compare
Choose a tag to compare

What's Changed in v0.10.0

🐭 Required Go version

Required Go version is now 1.22.0 or later.

⬆️ Upgrading dependencies

  • github.com/aws/aws-sdk-go-v2/service/dynamodb 1.36.1 -> 1.36.3
  • go.uber.org/mock 0.4.0 -> 0.5.0

Full Changelog: v0.9.1...v0.10.0

v0.9.1

08 Oct 23:53
8871f20
Compare
Choose a tag to compare

What's Changed in v0.9.1

⬆️ Upgrading dependencies

  • github.com/aws/aws-sdk-go-v2/service/dynamodb 1.34.3 -> 1.36.1
  • gorm.io/gorm 1.25.10 -> 1.25.12
  • github.com/miyamo2/sqldav 0.2.0 -> 0.2.1

Full Changelog: v0.9.0...v0.9.1

v0.9.0

13 Jul 13:32
4d3e40a
Compare
Choose a tag to compare

What's Changed in v0.9.0

💥 Breaking Changes

  • Removed custom types
    dynmgrm.List, dynmgrm.Map, dynmgrm.Set, and dynmgrm.TypedList are removed.
    Please use miyamo2/sqldav instead from now on.
  • Replace SQL driver

Full Changelog: v0.8.2...v0.9.0

v0.8.2

23 Jun 12:26
73c3155
Compare
Choose a tag to compare

What's Changed in v0.8.2

Only a few GoDoc fixes

Full Changelog: v0.8.1...v0.8.2

v0.8.1

23 Jun 12:10
2bd7aab
Compare
Choose a tag to compare

What's Changed in v0.8.1

Deprecated unsupported methods of Migrator

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Jun 08:50
5ccb4f0
Compare
Choose a tag to compare

What's Changed in v0.8.0

✨ New Features

  • GSI creation by Migrator.CreateIndex is now supported

Full Changelog: v0.7.0...v0.8.0

v0.7.0

11 May 06:57
3658a64
Compare
Choose a tag to compare

What's Changed in v0.7.0

✨ New Features

  • Added dynamo-nested, the custom GORM serializer for nested struct.
    💥 Breaking Change
  • Renamed the key name of tag, dynmgrm:lsi to dynmgrm:lsi-sk

Full Changelog: v0.6.1...v0.7.0

v0.6.1

28 Apr 23:59
d46c8b4
Compare
Choose a tag to compare

What's Changed in v0.6.1

📝 Fixed Dead Link in README

Full Changelog: v0.6.0...v0.6.1

v0.6.0

28 Apr 23:42
9d7af1a
Compare
Choose a tag to compare

What's Changed in v0.6.0

✨ New Features

  • Added support for Migratior.CreateTable().

Full Changelog: v0.5.0...v0.6.0

v0.5.0

16 Apr 13:03
3479f9f
Compare
Choose a tag to compare

What's Changed in v0.5.0

✨ New Features

  • Added ListAppend(), a helper to the list_append function
    Full Changelog: v0.4.0...v0.5.0