Skip to content

Releases: cosmos/cosmos-sdk

v0.53.1

30 May 17:17
53d9812
Compare
Choose a tag to compare

Cosmos SDK v0.53.1 Release Notes

💬 Release Discussion

🚀 Highlights

Announcing Cosmos SDK v0.53.1

This release is a patch update that includes feedback from early users of Cosmos SDK v0.53.0.

Upgrading to this version of the Cosmos SDK from any v0.53.x is trivial and does not require a chain upgrade.

📝 Changelog

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

log/v1.6.0

13 May 21:15
23b67a9
Compare
Choose a tag to compare

Features

  • #24720 add VerboseModeLogger extension interface and VerboseLevel configuration option for increasing log verbosity during sensitive operations such as upgrades.

v0.53.0

29 Apr 18:27
bcaf737
Compare
Choose a tag to compare

Cosmos SDK v0.53.0 Release Notes

💬 Release Discussion

🚀 Highlights

Announcing Cosmos SDK v0.53

We are pleased to announce the release of Cosmos SDK v0.53! We’re excited to be delivering a new version of the Cosmos SDK that provides key features and updates while minimizing breaking changes so you can focus on what matters most: building.

Upgrading to this verison of the Cosmos SDK from any v0.50.x release will require a coordinated chain upgrade.

For more upgrade information, check out our upgrading guide

📝 Changelog

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

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