Skip to content

v0.49.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 10:48
· 9 commits to main since this release
v0.49.0
aaed0f4

September 24th, 2024

Starting from this release, Protobuf messages for the Cosmos SDK are no longer included in this crate, but are now re-exported from the cosmos-sdk-proto crate.

Moreover, the generated transport code for tonic is now feature-gated under the transport feature, which is enabled by default.

BREAKING CHANGES

  • Cosmos SDK protos are now re-exported from the cosmos_sdk_proto crate instead of being generated as part of ibc-proto (#187)

FEATURES

  • Feature-gate generated tonic transport code behind transport feature (#237)