Releases: miyamo2/dynmgrm
Releases · miyamo2/dynmgrm
v0.10.0
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.3go.uber.org/mock
0.4.0 -> 0.5.0
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed in v0.9.1
⬆️ Upgrading dependencies
github.com/aws/aws-sdk-go-v2/service/dynamodb
1.34.3 -> 1.36.1gorm.io/gorm
1.25.10 -> 1.25.12github.aaakk.us.kg/miyamo2/sqldav
0.2.0 -> 0.2.1
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed in v0.9.0
💥 Breaking Changes
- Removed custom types
dynmgrm.List
,dynmgrm.Map
,dynmgrm.Set
, anddynmgrm.TypedList
are removed.
Please usemiyamo2/sqldav
instead from now on. - Replace SQL driver
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
v0.8.0
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
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
todynmgrm:lsi-sk
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
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
What's Changed in v0.5.0
✨ New Features
- Added
ListAppend()
, a helper to thelist_append
function
Full Changelog: v0.4.0...v0.5.0