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/dynamodb1.36.1 -> 1.36.3go.uber.org/mock0.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/dynamodb1.34.3 -> 1.36.1gorm.io/gorm1.25.10 -> 1.25.12github.com/miyamo2/sqldav0.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.TypedListare removed.
Please usemiyamo2/sqldavinstead 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.CreateIndexis 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:lsitodynmgrm: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_appendfunction
Full Changelog: v0.4.0...v0.5.0