Skip to content

Releases: lyft/protoc-gen-star

Downgrade to google.golang.org/protobuf@v1.23.0

24 Mar 20:33
c5d8db1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.3

v2.0.1

06 Jan 20:04
46e0b05
Compare
Choose a tag to compare

What's Changed

  • Remove reference to github.com/golang/protobuf by @pdecks in #114

Full Changelog: v2.0.0...v2.0.1

Migrate to google.golang.org/protobuf

05 Jan 20:25
1ec97b8
Compare
Choose a tag to compare

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

13 Dec 19:44
aeaff44
Compare
Choose a tag to compare

What's Changed

Note this is the last commit for v0, which we will not be supporting moving forward.

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

15 Aug 23:49
1635a6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

Top-level proto3 field presence support

23 Aug 06:25
d186061
Compare
Choose a tag to compare

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

04 May 00:46
8ed22a1
Compare
Choose a tag to compare

Add optional support

v0.5.2

22 Sep 16:49
d607749
Compare
Choose a tag to compare

commit d607749
Author: Chris Roche croche@lyft.com
Date: Thu Aug 6 14:42:53 2020 -0700

checkpoint (#83)

v0.5.1

06 Aug 19:02
2fb4b63
Compare
Choose a tag to compare
Make Imports consistent; add TransitiveImports for the whole tree (#82)

v0.5.0: migrating from glide to go modules (#81)

05 Aug 20:07
e86c55f
Compare
Choose a tag to compare
* Modules Support

* update travis

Co-authored-by: Chris Roche <github@rodaine.com>