Skip to content

Releases: cosmos/cosmos-sdk

v0.52.0-beta.1

11 Sep 13:12
v0.52.0-beta.1
9e78489
Compare
Choose a tag to compare
v0.52.0-beta.1 Pre-release
Pre-release

Cosmos SDK v0.52.0-beta.1 Release Notes

There are no release notes for pre-releases.

This is the first beta of the Cosmos SDK v0.52.0 release since the internal audit has been completed.

When integrating, use the latest pseudo version from the release branch (release/v0.52.x) for SDK modules or main for other packages. Cosmos SDK modules won't be tagged before RC. Refer to the version matrix to understand what it means.
Note, this beta contains some dependencies annoyance that will be resolved before the RC (i.e. the SDK is temporarily importing bank and staking).

Please refer to the CHANGELOG for an exhaustive list of changes.
Refer to the UPGRADING.md for upgrading your application.

Full Commit History: release/v0.50.x...release/v0.52.x

v0.52.0-alpha.1

15 Aug 20:56
v0.52.0-alpha.1
6833172
Compare
Choose a tag to compare
v0.52.0-alpha.1 Pre-release
Pre-release

Cosmos SDK v0.52.0-alpha.1 Release Notes

There are no release notes for pre-releases.

A beta release will be cut in the coming days after audits.
Cosmos SDK modules won't be tagged before RC, when integrating with alphas and betas, use the latest pseudo version from the release branch for SDK modules or main for other packages. Refer to the version matrix to understand what it means.
On the other hand, cosmossdk.io/core v1 beta will be cut soon, to allow you to upgrade your modules easily.
Lastly, this alpha contains some dependencies annoyance that will be resolved before the RC (i.e. the SDK is temporarily importing auth, bank and staking).

Please see the CHANGELOG for an exhaustive list of changes.
Refer to the UPGRADING.md for upgrading your application.

Full Commit History: release/v0.50.x...release/v0.52.x

Cosmovisor v1.6.0

12 Aug 20:36
76e1fa3
Compare
Choose a tag to compare

See the CHANGELOG for details on the changes in v1.6.0.

Installation instructions

go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@latest

v0.50.9

07 Aug 08:39
v0.50.9
8bfcf55
Compare
Choose a tag to compare

Cosmos SDK v0.50.9 Release Notes

💬 Release Discussion

🚀 Highlights

For this month patch release of the v0.50.x line, some bugs were fixed.

Notably, we fixed the following:

  • PreBlock events (mainly x/upgrade) are now emitted
  • Improve compatibility of depinject v1.0.0 with app.yaml / app.json

📝 Changelog

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1.
Note, that the next SDK release, v0.52, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

v0.50.8

15 Jul 09:52
v0.50.8
c64d101
Compare
Choose a tag to compare

Cosmos SDK v0.50.8 Release Notes

💬 Release Discussion

🚀 Highlights

For this month patch release of the v0.50.x line, a few improvements were added to the SDK and some bugs were fixed.

Notably, we added and fixed the following:

  • Allow to import private key from mnemonic file using <appd> keys add testing --recover --source ./mnemonic.txt
  • Fixed json parsing in simd q wait-tx

📝 Changelog

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1.
Note, that the next SDK release, v0.51, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

v0.47.13

15 Jul 09:45
v0.47.13
44c5d17
Compare
Choose a tag to compare

Cosmos SDK v0.47.13 Release Notes

💬 Release Discussion

🚀 Highlights

For this month's patch release of the v0.47.x line, a few bugs were fixed in the SDK.

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.x.

Maintenance Policy

v0.50 has been released, which means the v0.47.x line is now supported for bug fixes only, as per our release policy. Earlier versions are not maintained.

Start integrating with Cosmos SDK Eden (v0.50) and enjoy and the new features and performance improvements.

v0.47.12

10 Jun 12:14
v0.47.12
d684290
Compare
Choose a tag to compare

Cosmos SDK v0.47.12 Release Notes

💬 Release Discussion

🚀 Highlights

For this month's patch release of the v0.47.x line, a few bug were fixed in the SDK.
Notably:

  • Remove txs from the mempool when they fail in RecheckTX

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.x.

Maintenance Policy

v0.50 has been released which means the v0.47.x line is now supported for bug fixes only, as per our release policy. Earlier versions are not maintained.

Start integrating with Cosmos SDK Eden (v0.50) and enjoy and the new features and performance improvements.

v0.50.7

04 Jun 09:58
v0.50.7
62212df
Compare
Choose a tag to compare

Cosmos SDK v0.50.7 Release Notes

💬 Release Discussion

🚀 Highlights

For this month patch release of the v0.50.x line, a few improvements were added to the SDK and some bugs were fixed.

Notably, we added and fixed the following:

  • Add extra checks in x/consensus MsgUpdateParams to prevent footguns when updating the consensus parameters.
    • Forgetting a field in a x/consensus parameter change gov proposal could lead to a chain halt.
    • The fix is in theory consensus breaking, but in practice, it is only a footgun prevention (the path only triggers if the proposal was executed and was invalid). Please ensure that all validators are on v0.50.7 before the execution of a x/consensus params update proposal.
  • Remove txs from the mempool when they fail in RecheckTX

📝 Changelog

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1.
Note, that the next SDK release, v0.51, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

v0.50.6

22 Apr 09:44
v0.50.6
c4d9a49
Compare
Choose a tag to compare

Cosmos SDK v0.50.6 Release Notes

💬 Release Discussion

🚀 Highlights

For this month's patch release of the v0.50.x line, a few features and improvements were added to the SDK.

Notably, we added and fixed the following:

  • Add start customizability to start command options. Customize how an application starts with the new StartCommandHandler field in server.StartCmdOptions struct.
  • Fixing GHSA-4j93-fm92-rp4m in x/feegrant and x/authz modules. The upgrade instructions were provided in the v0.50.4 release notes. If you depend on the x/authz or x/feegrant module in one of your module, and you do not use depinject, please add .SetBankKeeper(...) onto x/authz or x/feegrant keeper in your app.go.

📝 Changelog

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1.
Note, that the next SDK release, v0.51, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

v0.47.11

22 Apr 09:35
v0.47.11
b68da64
Compare
Choose a tag to compare

Cosmos SDK v0.47.11 Release Notes

💬 Release Discussion

🚀 Highlights

For this month patch release of the v0.47.x line, a few bug were fixed in the SDK.
Notably:

  • secp256r1 keys now implement gogoproto's customtype interface.
  • CLI now throws an error when signing with an incorrect Ledger.
  • Fixing GHSA-4j93-fm92-rp4m in x/feegrant and x/authz modules. The upgrade instuctions were provided in the v0.47.9 release notes.

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

Refer to the upgrading guide when migrating from v0.47.x to v0.50.x.

Maintenance Policy

v0.50 has been released which means the v0.47.x line is now supported for bug fixes only, as per our release policy. Earlier versions are not maintained.

Start integrating with Cosmos SDK Eden (v0.50) and enjoy and the new features and performance improvements.