Skip to content

Releases: infobloxopen/protoc-gen-gorm

v0.20.2

10 Dec 16:06
3f7c3c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.2

additional compartments update

13 Mar 22:52
3d47392
Compare
Choose a tag to compare
upgrade atlas app toolkit to v2 (#264)

* upgrade atlas app toolkit to v2

* gorm v2

* go mod tidy / vendor

Compartments update

12 Mar 20:32
4aa3400
Compare
Choose a tag to compare
Add compartment support in gorm generated file (#263)

- feature-compartment
- go mod vendor
- go mod vendor

v1.1.2

24 Aug 20:56
e651531
Compare
Choose a tag to compare

Adds WKT Duration support
Fixed #218, a segfault when it should just log incompatible payload
Fixed an issue where multiple services with List returning the same result type could break collection operator handling

v1.1.1

22 Aug 21:56
51a4b3c
Compare
Choose a tag to compare

A bug fix for some repeated object handling

v1.1.0

20 Jan 10:41
2985d51
Compare
Choose a tag to compare

Added "big.Int" support for GORM data type in protoc generation

v1.0.1

17 Sep 10:51
51b6c18
Compare
Choose a tag to compare

Fixes nil pointer dereference in generated code.

v1.0.0

03 Sep 23:20
200aa50
Compare
Choose a tag to compare

Contains major conversion from gogo/protobuf to golang/protobuf as the underlying plugin.
Moves the options and types proto files to proto/options/options.proto and proto/types/types.proto.
Generated code should remain backwards compatible.

v0.21.0

20 Jul 15:27
1b8e344
Compare
Choose a tag to compare

Changes:

  • update to grpc-gateway v2
  • Fix generateDeleteSetHandler func to not override the primary key name with the column name #210

v0.20.1

26 Feb 20:14
c647096
Compare
Choose a tag to compare
Add file to .gitignore added during travis script (#194)