Releases: infobloxopen/protoc-gen-gorm
Releases · infobloxopen/protoc-gen-gorm
v0.13.0
v0.12.1
v0.12.0
v0.11.0
Breaking Changes 💥
- Replace db.Save with StrictUpdate (#111)
- Fix option names inconsistency (#114)
- Enable Fields selection for autogenerated Reads (#109)
New Features
- Enable gorm filtering by Identifier (#112)
General Updates
- Indicate the object name in error for missing ID case (#115)
- Sustainable examples generation via gentool (#113)
- Refactor preloading (#116)
Bug Fixes
- Fix auto-generated (e.g.
DefaultPatchXXX
) functions that don’t handle lists properly - Fix error messages in auto-generated (e.g.
DefaultPatchXXX
) function to indicate the object name - Fix gorm tag inconsistencies in proto-files
- Fix
FieldSelection
to work for Read methods as well as List - Fix
has_many
option to work for multiple objects ifposition_field
is equal
v0.10.0
v0.9.1 patch
Changelog:
- Add hook between PATCH read/write for any validations or stuff
- Add preloading to DefaultPatch generation
- Fix empty import / nil reference handling [substantial bugfix]
v0.9.0
v0.8.0
v0.7.0
- collection operation support for
List
methods - bugfixes
- additional GORM tag support
v0.6.0
- Add option to integrate with app toolkit transaction middleware
- Better multiple-proto file support
- Support for app toolkit resource representation