Releases: infobloxopen/protoc-gen-gorm
Releases · infobloxopen/protoc-gen-gorm
v0.20.0
Bug Fixes
- Handle IPv6 addresses with brackets (#182)
v0.19.0
New Features
- Add support for tracing spans (#181)
v0.18.1
Bug Fixes
- Fix issue with unused imports (#173)
Note: Version included in infoblox/atlas-gentool:v19.1 and infoblox/atlas-gentool:v20.1
v0.18.0
New Features
- Batch update support (#172)
Bug Fixes
- Fix missing string import for JSON only case (#170)
Note: Version included in infoblox/atlas-gentool:v19
v0.17.0
Breaking Changes 💥
- Support NULL timestamps. E.g. for
google.protobuf.Timestamp
in proto *time.Time
will be generate instead time.Time
(#166)
v0.16.0
General Updates
- JSONValue is now updated for PATCH when nested fields are changed (#161)
- Improve client's visibility on what exactly error is rased in pgg code (#163)
New Features
- Postgres DB Time type support (#160)
- DeletedAt field handling (#162)
Bug Fixes
- Resurrect update concurrency fix (#158)
Note: Version included in infoblox/atlas-gentool:v17
v0.15.1
General Updates
- Support for PQ arrays in Postgres (#150)
- Add go module support (#154)
Bug Fixes
- Only initialize arrays if non-nil (#152)
- Fix FloatValue/DoubleValue protobuf types handling (#156)
- Fix collision with gorm hooks (#155)
Note: Version included in infoblox/atlas-gentool:v16.1
v0.15.0
New Features
- Add function and service generation for a multiple delete (#134)
Bug Fixes
- Fix Golang IDE syntax complaint (#139)
- Set CREATED status in autogenerated Create methods (#141)
- Fix improper int to string conversion (#143)
Note: Version included in infoblox/atlas-gentool:v16
v0.14.1
Minor fix for a case that can cause an import to be missing
v0.14.0
New Features
- Populate offset in paged List requests (#127)
General Updates
- Update README with preload tag (#128)
- Changes in transfer PageInfo from grpc metadate to grpc responce message (#129)
Bug Fixes
- Golang "context" import in separate files. (#133)
- Fix Update concurrency issues (#132)