The Cosmos SDK team has published version 0.54.3, introducing several maintenance and compatibility improvements. The Swagger documentation has been regenerated to reflect the latest protobuf specifications, ensuring that developers can rely on accurate API references. This change addresses a backlog of mismatches between the generated spec and the underlying codebase.
In the governance module, a minor but noticeable formatting bug has been resolved: the leading comma that appeared in the `proposal_messages` event attribute has been removed, improving event parsing and readability for client applications. The fix was backported from a recent pull request and does not alter any functional behavior of governance proposals.
The release also includes a chore update for the Krakatoa application, specifically its mempool handling, which now aligns with the latest CometBFT version 0.39.3. This upgrade brings performance optimizations and compatibility with the newer consensus engine, helping validators maintain efficient transaction processing.
Dependency versions across the SDK have been bumped where appropriate, reflecting the project's ongoing effort to stay current with upstream libraries. No new features are introduced in this patch; the focus remains on stability and developer experience.
Developers are encouraged to review the full changelog on GitHub to understand the scope of changes and to update their deployments accordingly. As with any SDK upgrade, testing in a staging environment before production rollout is advisable.
