Releases: lyft/protoc-gen-star
Releases · lyft/protoc-gen-star
Downgrade to google.golang.org/[email protected]
What's Changed
- remove glide from docs by @jcapote-lyft in #116
- makefile cleanup by @jcapote-lyft in #117
- Downgrade google.golang.org/protobuf to v1.23.0 by @pdecks in #120
New Contributors
- @jcapote-lyft made their first contribution in #116
Full Changelog: v2.0.1...v2.0.3
v2.0.1
Migrate to google.golang.org/protobuf
What's Changed
- Bump Go to 1.17, use golangci-lint instead of make lint by @pdecks in #112
- Migration to google.golang.org/protobuf @pdecks in #113
Full Changelog: v0.6.2...v2.0.0
v0.6.2
What's Changed
Note this is the last commit for v0, which we will not be supporting moving forward.
- Add GoImports Post Processor by @asahasrabuddhe in #96
Reverted Changes
The changes in #106 and #107 will be released as v2.0.0 not in a separate v2 directory.
- Revert "Migrate v2 from github.com/golang/protobuf to google.golang.org/protobuf (#107)" by @pdecks in #110
- Migrate v2 from github.com/golang/protobuf to google.golang.org/protobuf by @pdecks in #107
- Bump Go to 1.17, use golangci-lint instead of make lint, develop v2 module by @pdecks in #106
- Revert "Bump Go to 1.17, use golangci-lint instead of make lint, develop v2 module (#106)" by @pdecks in #111
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Add GitHub actions instant-failure by @keith in #100
- Migrating Travis CI to GH Actions by @pdecks in #101
- Conform to Protobuf generation specification by @asahasrabuddhe in #97
New Contributors
- @keith made their first contribution in #100
- @asahasrabuddhe made their first contribution in #97
Full Changelog: v0.6.0...v0.6.1
Top-level proto3 field presence support
Allows callers to specify whether they support proto3 field-precence. See field_presence.md and implementing_proto3_presence.md.
Also implements helper methods such as HasPresence(), InRealOneOf() and others to facilitate usage of field-presence.
Credit to @sarthak40 for the excellent work to get this through.
v0.5.3
v0.5.2
v0.5.1
v0.5.0: migrating from glide to go modules (#81)
* Modules Support * update travis Co-authored-by: Chris Roche <[email protected]>