Skip to content

v0.5.0

Compare
Choose a tag to compare
@ydnar ydnar released this 01 Nov 16:16
· 117 commits to main since this release

Added

  • #61: specify the Go type for a message field. Specify (go.field).type = "SomeType" to override the field type in generated Go code. The specified type must be castable to the field’s native type, and defined in the target package. Scalar and repeated fields are supported, e.g. type Things []Thing. This feature is similar to the casttype feature in gogoprotobuf.
  • #65: add optional support for proto3.

Updated

  • github.com/envoyproxy/protoc-gen-validate v0.6.1 → v0.6.2
  • golang.org/x/tools v0.1.6 → v0.1.7
  • Updated go.mod to Go 1.17 format