Releases: cosmos/gogoproto
Releases · cosmos/gogoproto
v1.7.2
v1.7.1
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
What's Changed
- refactor: use structural type for AnyResolver & Message by @tac0turtle in #144
 - refactor: increase gogoproto compatibility by @julienrbrt in #145
 
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- chore: improve any compat error by @julienrbrt in #138
 - chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 by @dependabot in #139
 - chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 by @dependabot in #136
 - chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 by @dependabot in #141
 - feat: make serviceDesc public by @julienrbrt in #142
 
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Improvements
- #119 The functions 
proto.Marshal,proto.Unmarshal, andproto.MessageName, as well as thejsonpbmarshaling and unmarshaling methods now all support officialgoogle.golang.org/protobuftypes. 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
What's Changed
- @dependabot chores
 - docs: updated installation instructions in README.md by @cratelyn in #106
 - chore(any): Add cosmos any type by @raynaudoe in #115
 - chore: prepare v1.4.12 by @julienrbrt in #116
 
New Contributors
- @cratelyn made their first contribution in #106
 - @raynaudoe made their first contribution in #115
 
Full Changelog: v1.4.11...v1.4.12
v1.4.11
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
- @ValarDragon made their first contribution in #70
 - @prasincs made their first contribution in #83
 
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
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
v1.4.8
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
- @mark-rushakoff made their first contribution in #59
 
Full Changelog: v1.4.7...v1.4.8