Releases: cosmos/ibc-proto-rs
Releases · cosmos/ibc-proto-rs
v0.51.1
v0.51.0
v0.50.0
v0.49.1
October 16th, 2024
This patch release re-exports Google protobuf types from tendermint_proto
for
easier use by downstream projects.
FEATURES
- Re-export Google proto types from the
tendermint_proto
for added convenience
(#242)
v0.49.0
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 ofibc-proto
(#187)
FEATURES
- Feature-gate generated
tonic
transport code behindtransport
feature (#237)
v0.48.0
ibc-rs v0.48.0 September 5th, 2024 This release updates `tendermint-proto` to v0.39 and now uses the `google.protobuf.{Duration, Timestamp}` Protobuf messages exposed by `tendermint-proto` instead of defining and bundling our own. BREAKING CHANGES: - Update `tendermint-proto` to v0.39 ([\#227](https://github.com/cosmos/ibc-proto-rs/pull/227)) - Use the `google.protobuf.{Duration, Timestamp}` Protobuf messages exposed by `tendermint-proto` instead of defining and bundling our own. ([\#226](https://github.com/cosmos/ibc-proto-rs/pull/226))
v0.47.1
Bump ibc-proto to v0.47.1 (#232)