Skip to content

Releases: infobloxopen/protoc-gen-gorm

v0.20.0

16 Mar 17:41
1938937
Compare
Choose a tag to compare

Bug Fixes

  • Handle IPv6 addresses with brackets (#182)

v0.19.0

04 Mar 12:28
db22b9f
Compare
Choose a tag to compare

New Features

  • Add support for tracing spans (#181)

v0.18.1

19 Feb 13:05
Compare
Choose a tag to compare
v0.18.1 Pre-release
Pre-release

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

09 Sep 11:11
0e46de2
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release

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

28 May 12:24
29dcc00
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

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

28 Mar 14:08
e5765d1
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

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

06 Feb 16:14
6f4caba
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release

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

18 Dec 14:32
3d81b13
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

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

16 Nov 14:55
Compare
Choose a tag to compare
v0.14.1 Pre-release
Pre-release

Minor fix for a case that can cause an import to be missing

v0.14.0

12 Oct 18:31
21228ef
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

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)