v0.50.6
Cosmos SDK v0.50.6 Release Notes
🚀 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 inserver.StartCmdOptions
struct. - Fixing GHSA-4j93-fm92-rp4m in
x/feegrant
andx/authz
modules. The upgrade instructions were provided in the v0.50.4 release notes. If you depend on thex/authz
orx/feegrant
module in one of your module, and you do not usedepinject
, please add.SetBankKeeper(...)
ontox/authz
orx/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.