Skip to content

Releases: cosmos/ibc-proto-rs

v0.49.0

24 Sep 10:48
v0.49.0
aaed0f4
Compare
Choose a tag to compare

September 24th, 2024

Starting from this release, Protobuf messages for the Cosmos SDK are not longer included in this crate, but rather 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)

v0.48.0

05 Sep 19:32
v0.48.0
47f4e50
Compare
Choose a tag to compare
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

03 Sep 16:20
a3a9d69
Compare
Choose a tag to compare
Bump ibc-proto to v0.47.1 (#232)

v0.47.0

19 Jul 10:26
v0.47.0
368dbc9
Compare
Choose a tag to compare

July 18th, 2024

This release bumps tendermint-proto to v0.38, prost to v0.13 and tonic to v0.12.

BREAKING CHANGES

  • Update tendermint-proto to v0.38 (#223)
  • Update prost to v0.13 and tonic to v0.12 (#223)

v0.46.0

03 Jun 08:32
v0.46.0
a1a4716
Compare
Choose a tag to compare

June 3rd, 2024

This release only bumps tendermint-proto to v0.37.

BREAKING CHANGES

  • Update tendermint-proto to v0.37 (#215)

v0.45.0

30 May 17:08
v0.45.0
3002da7
Compare
Choose a tag to compare

May 30th, 2024

This release updates tonic to v0.11.0 and borsh to v1.

BREAKING CHANGES

  • Update tonic to v0.11.0 (#195)
  • Update borsh to v1 (#210)

v0.44.0

25 Apr 12:45
v0.44.0
e82245d
Compare
Choose a tag to compare

April 25th, 2024

This release updates tendermint-proto to v0.36.0.

BREAKING CHANGES

  • Update tendermint-proto to v0.36.0 (#208)

v0.43.0

22 Apr 15:48
v0.43.0
3dce8a8
Compare
Choose a tag to compare
April 22nd, 2024

This release updates `tendermint-proto` to v0.35.0 and `tonic` to v0.11.0.

BREAKING CHANGES:

- Update `tendermint-proto` to v0.35.0 (https://github.com/cosmos/ibc-proto-rs/pull/200)
- Update `tonic` to v0.11 (https://github.com/cosmos/ibc-proto-rs/pull/207)

v0.42.2

14 Mar 23:23
v0.42.2
a49b9d9
Compare
Choose a tag to compare

March 14th, 2024

This release only updates the Protobuf messages to ibc-go v8.1.1, which brings back the ibc.lightclients.wasm.v1 protos.

FEATURES

  • Update to ibc-go v8.1.1 which brings back the ibc.lightclients.wasm.v1 protos (#201)

v0.42.1

14 Mar 17:10
v0.42.1
58ae9dd
Compare
Choose a tag to compare

March 14th, 2024

This release was yanked. Please upgrade to v0.42.2 instead.