Skip to content

Releases: cosmos/gogoproto

v1.7.0

13 Aug 19:34
v1.7.0
70f82eb
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.5.0

05 Jun 18:37
f634560
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.4.8

18 Apr 13:53
a0d0171
Compare
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

v1.4.7

30 Mar 08:34
b12c8ca
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 by @dependabot in #46
  • chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 by @dependabot in #49
  • chore(deps): bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 by @dependabot in #47
  • chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 by @dependabot in #48
  • chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 by @dependabot in #50
  • chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #51
  • chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 by @dependabot in #52
  • chore(deps): bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 by @dependabot in #57
  • fix: get a diff only when in debug by @facundomedica in #55

Full Changelog: v1.4.6...v1.4.7

v1.4.6

01 Mar 00:05
8da0aa0
Compare
Choose a tag to compare

What's Changed

  • chore: Remove MergedRegistry warning by @AmauryM in #45

Full Changelog: v1.4.5...v1.4.6