Skip to content

Releases: cosmos/gogoproto

v1.7.2

30 Oct 20:11
cf5213e

Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

30 Oct 19:41
574a9ef

Choose a tag to compare

What's Changed

  • chore: bump bufbuild/buf-setup-action from 1.36.0 to 1.37.0 by @dependabot[bot] in #146
  • chore: bump actions/setup-go from 5 to 6 by @dependabot[bot] in #155
  • chore: bump actions/checkout from 4 to 5 by @dependabot[bot] in #151
  • chore: bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 by @dependabot[bot] in #154
  • chore: deps by @aljo242 in #157
  • fix(jsonpb): improve scapegoat field selection with sorted fields by @almk-dev in #158

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

13 Aug 19:34
v1.7.0
70f82eb

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

08 Aug 08:10
v1.6.0
5312ce8

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

05 Jun 18:37
f634560

Choose a tag to compare

Improvements

  • #119 The functions proto.Marshal, proto.Unmarshal, and proto.MessageName, as well as the jsonpb marshaling and unmarshaling methods now all support official google.golang.org/protobuf types. This allows users to gradually start using these types instead of gogo proto without needing to refactor all of their code with type switch statements.

Full CHANGELOG: https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md

v1.4.12

20 Mar 16:14
v1.4.12
0e44463

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.11...v1.4.12

v1.4.11

18 Aug 08:57
2961de6

Choose a tag to compare

What's Changed

  • chore: bump buf action to 1.21.0 and improve CI by @dependabot in #71
  • feat: Improve error message for bad timestamps by @ValarDragon in #70
  • chore: bump google.golang.org/grpc from 1.55.0 to 1.56.1 by @dependabot in #73
  • chore: bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #75
  • refactor!: upgrade golang.org/x/exp to latest by @prasincs in #83
  • chore: prepare gogoproto v1.4.11 by @julienrbrt in #86

New Contributors

Note

Dependencies depending on earlier version of x/exp may not be able to bump to v1.4.11 because slices.SortFunc had some breaking changes. For limiting breaking changes in patch versions, for instance, the Cosmos SDK v0.47.x will not bump to v1.4.11.

Full Changelog: v1.4.10...v1.4.11

v1.4.10

11 May 21:07
28c37ed

Choose a tag to compare

What's Changed

  • docs: v1.4.9 CHANGELOG by @aaronc in #63
  • chore(deps): bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 by @dependabot in #65
  • chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 by @dependabot in #64
  • chore: remove double registration warning by @julienrbrt in #67

Full Changelog: v1.4.9...v1.4.10

v1.4.9

04 May 17:17
8051872

Choose a tag to compare

What's Changed

Full Changelog: v1.4.8...v1.4.9

v1.4.8

18 Apr 13:53
a0d0171

Choose a tag to compare

What's Changed

  • chore(deps): bump google.golang.org/protobuf from 1.29.1 to 1.30.0 by @dependabot in #53
  • chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 by @dependabot in #54
  • chore(deps): bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 by @dependabot in #58
  • perf: reduce allocations in MergedFileDescriptors by @mark-rushakoff in #59
  • perf: skip debug work when not in debug mode by @mark-rushakoff in #60
  • perf!: concurrent merge with optional debugging by @mark-rushakoff in #61

New Contributors

Full Changelog: v1.4.7...v1.4.8