v0.50.6
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.