Skip to content

v0.6.3: Feature/add optional support (#537)

Compare
Choose a tag to compare
@rodaine rodaine released this 12 Jan 22:46
· 290 commits to main since this release
dc51e59
* pgs: support proto3 presence & bump go.mod (#431)

Signed-off-by: Sarthak Gupta <[email protected]>

* bump lyft/protoc-gen-start to v0.6.0

Signed-off-by: Mitchell Bundy <[email protected]>

* bump protoc-gen-star to 0.6.0 in bazel dependencies

Signed-off-by: Mitchell Bundy <[email protected]>

* add 'optional.proto' file to test harness

Signed-off-by: Mitchell Bundy <[email protected]>

* add supported feature optional to go init

Signed-off-by: Mitchell Bundy <[email protected]>

* add types/pluginpb to list of deps in BUILD

Signed-off-by: Mitchell Bundy <[email protected]>

* bump protobuf in bazel deps to match go.mod version, add deps to BUILD

Signed-off-by: Mitchell Bundy <[email protected]>

* bump com_google_protobuf to v3.15.3, matches go-protobuf v1.27 dependency

Signed-off-by: Mitchell Bundy <[email protected]>

* update optional test to include optional int64 field within message

Signed-off-by: Mitchell Bundy <[email protected]>

* add some test cases to try out

Signed-off-by: Mitchell Bundy <[email protected]>

* remove optionalCases from cases

Signed-off-by: Mitchell Bundy <[email protected]>

Co-authored-by: Sarthak Gupta <[email protected]>
Co-authored-by: Ryan Michela <[email protected]>