Skip to content

Releases: cosmos/cosmos-sdk

v0.45.11

10 Nov 09:39
47f4664
Compare
Choose a tag to compare

Cosmos SDK v0.45.11 Release Notes

This release introduces a number of bug fixes and improvements.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: v0.45.10...v0.45.11

NOTE: The changes mentioned in v0.45.9 are still required:

# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

v0.46.4

01 Nov 16:53
eb1e3eb
Compare
Choose a tag to compare

Cosmos SDK v0.46.4 Release Notes

This release introduces a number of bug fixes, features and improvements.
Notably, a new query for accessing module accounts info by module name (thanks @gsk967).

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: v0.46.3...v0.46.4

NOTE: The changes mentioned in v0.46.3 are still required:

# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

v0.45.10

24 Oct 15:26
cafa881
Compare
Choose a tag to compare

Cosmos SDK v0.45.10 Release Notes

This release introduces a number of bug fixes, features and improvements.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: v0.45.9...v0.45.10

NOTE: The changes mentioned in v0.45.9 are still required:

# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

v0.46.3

20 Oct 13:19
6d32deb
Compare
Choose a tag to compare

Cosmos SDK v0.46.3 Release Notes

This is a security release for the Dragonberry security advisory.
Please upgrade ASAP.

Next to this, we have also included a few minor bugfixes.

Chains must add the following to their go.mod for the application:

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

Bumping the SDK version should be smooth, however, feel free to tag core devs to review your upgrading PR:

Other updates:

  • ApplicationQueryService was introduced to enable additional query service registration. Applications should implement RegisterNodeService(client.Context) method to automatically expose chain information query service implemented in #13485.
  • Next to this, we have also included a few minor bugfixes.

Please see the CHANGELOG for an exhaustive list of changes.

v0.45.9

14 Oct 14:06
v0.45.9
2582f0a
Compare
Choose a tag to compare

Cosmos SDK v0.45.9 Release Notes

This is a security release for the Dragonberry security advisory.
Please upgrade ASAP.

Chains must add the following to their go.mod for the application:

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

Next to this, we have also included a few minor bugfixes.

Bumping the SDK version should be smooth, however, feel free to tag core devs to review your upgrading PR:

v0.46.2

03 Oct 16:44
26786a0
Compare
Choose a tag to compare

Cosmos SDK v0.46.2 Release Notes

This release introduces a number of bug fixes, features and improvements.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: v0.46.1...v0.46.2

Cosmovisor v1.3.0

11 Sep 14:44
272077e
Compare
Choose a tag to compare

Release Notes

  • Fix failure when installing cosmovisor via go install.

Changelog

For more details, please see the CHANGELOG.

v0.45.8

25 Aug 19:47
ff416ee
Compare
Choose a tag to compare

Cosmos SDK v0.45.8 Release Notes

This release introduces few improvements, such as the speed-up of the crisis invariant checks (thanks to a Juno bounty), and updated Tendermint and IAVL dependencies.

See the Cosmos SDK v0.45.8 Changelog for the exhaustive list of all changes.

Full Commit History: v0.45.7...v0.45.8

v0.46.1

24 Aug 16:30
252c673
Compare
Choose a tag to compare

Cosmos SDK v0.46.1 Release Notes

This release introduces a few bug fixes and improvements.

Notably, the crisis invariant check has been speed up (thanks to a Juno bounty) and the default priority mechanism has been improved to depend on gas price instead of fee. In addition, Tendermint has been upgraded to 0.34.21.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: v0.46.0...v0.46.1

v0.45.7

04 Aug 13:07
v0.45.7
35ae2c4
Compare
Choose a tag to compare

Cosmos SDK v0.45.7 Release Notes

This release introduces a few bug fixes, improvements and updated Tendermint and IAVL dependencies.

Note: When using 0.45.7, the restart of the binary could take up to 15 minutes in order to build the fast cache of IAVL. The fast cache will provide a performance improvement over 0.45.6.
See the Cosmos SDK v0.45.7 Changelog
for the exhaustive list of all changes.

Full Commit History: v0.45.6...v0.45.7