Skip to content

Releases: cosmos/cosmos-sdk

v0.53.0-rc.3

10 Apr 14:05
e7bcfc2
Compare
Choose a tag to compare
v0.53.0-rc.3 Pre-release
Pre-release
fix(x/tx): add feePayer as signer (#22311) BACKPORT (#24408)

Co-authored-by: Julián Toledano <[email protected]>

schema/v1.1.0

09 Apr 20:54
142fd5c
Compare
Choose a tag to compare

Breaking Changes

cosmossdk.io/schema was previously tagged as v1.0.0, but several stubs were included in this release which were unimplemented. v1.1.0 removes any unimplemented stubs and retracts v1.0.0 so that the schema v1 API is actually reflective of the codebase.

v0.53.0-rc.2

01 Apr 17:56
3bc29ba
Compare
Choose a tag to compare
v0.53.0-rc.2 Pre-release
Pre-release
chore: update the core and collections deps (#24324)

core/v0.11.3

01 Apr 16:14
a53a593
Compare
Choose a tag to compare
  • #24088 Convert store interface type definitions to type aliases for compatibility with cosmossdk.io/collections v1.2.x.

collections/v1.2.0

01 Apr 16:12
a53a593
Compare
Choose a tag to compare

Improvements

  • #24081 Remove cosmossdk.io/core dependency.

v0.53.0-rc.1

31 Mar 19:58
a6faafb
Compare
Choose a tag to compare
v0.53.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.53.0-beta.3...v0.53-rc.1

v0.53.0-beta.3

24 Mar 13:57
7fd79df
Compare
Choose a tag to compare
v0.53.0-beta.3 Pre-release
Pre-release

What's Changed

Read more

v0.50.13

12 Mar 15:02
7b9d2ff
Compare
Choose a tag to compare

Cosmos SDK v0.50.13 Release Notes

💬 Release Discussion

🚀 Highlights

This patch release fixes GHSA-47ww-ff84-4jrg.
It resolves a x/group module issue that can halt chains when there is invalid state in the endblocker.
Only users of the x/group module are affected by this issue.

We recommended to upgrade to this patch release as soon as possible.

This patch is not state-breaking, so chains can upgrade in a rolling manner. This does not have to be a coordinated upgrade. However, validators should upgrade as soon as possible when the release is made available. If the vulnerability is exploited before 2/3 is patched, the chain will halt.

📝 Changelog

Check out the changelog for an exhaustive list of changes or compare changes from last release.

v0.47.17

12 Mar 14:57
0c48729
Compare
Choose a tag to compare

Cosmos SDK v0.47.17 Release Notes

💬 Release Discussion

🚀 Highlights

This patch release fixes GHSA-47ww-ff84-4jrg.
It resolves a x/group module issue that can halt chains when there is invalid state in the endblocker.
Only users of the x/group module are affected by this issue.

We recommended to upgrade to this patch release as soon as possible.

This patch is not state-breaking, so chains can upgrade in a rolling manner. This does not have to be a coordinated upgrade. However, validators should upgrade as soon as possible when the release is made available. If the vulnerability is exploited before 2/3 is patched, the chain will halt.

📝 Changelog

Check out the changelog for an exhaustive list of changes or compare changes from last release.

v0.53.0-beta.2

07 Mar 21:10
f479c2e
Compare
Choose a tag to compare
v0.53.0-beta.2 Pre-release
Pre-release
build(deps): bump sonic in log (#23927)