Skip to content

Releases: cosmos/ibc-go

v1.1.4

06 Dec 14:58
b5e1547
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 1.3.0.


This release introduces an improvement to enable proto service reflection and bumps the Cosmos SDK from v0.44.3 to v0.44.4 (for more information, see Cosmos SDK v0.44.4 Release Notes).

Check out the v1.1.4 changelog for more information about the changes and see previous changes in the v1.1.x release series.

To learn more about ibc-go versioning, please read our RELEASES.md.

v2.0.0

09 Nov 11:37
dc41608
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 2.1.0.


Please read the migration doc, which provides information on updating from v1 to v2.

Dependencies

  • #489 Bump Tendermint to v0.34.14
  • #503 Bump SDK version to v0.44.3

API Breaking

  • (core) #227 Remove sdk.Result from application callbacks.
  • (transfer) #350 Change FungibleTokenPacketData to use a string for the Amount field. This enables token transfers with amounts previously restricted by uint64. Up to the maximum uint256 value is supported.

Features

  • #384 Added NegotiateAppVersion method to IBCModule interface supported by a gRPC query service in 05-port. This provides routing of requests to the desired application module callback, which in turn performs application version negotiation.

To learn more about ibc-go versioning, please read our RELEASES.md.


IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.44.3 and ibc-go v2.0.0, please follow the migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x AND the migration from ibc-go v1 to v2.

v1.2.3

09 Nov 11:19
36eb529
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 1.3.0.


This release bumps the Cosmos SDK from v0.44.2 to v0.44.3 and Tendermint from v0.34.13 to v0.34.14. For more information, see Cosmos SDK v0.44.3 Release Notes and Tendermint v0.34.14 Changelog.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.1.3

09 Nov 11:18
8193efb
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 1.3.0.


This release bumps the Cosmos SDK from v0.44.2 to v0.44.3 and Tendermint from v0.34.13 to v0.34.14. For more information, see Cosmos SDK v0.44.3 Release Notes and Tendermint v0.34.14 Changelog.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.2.2

15 Oct 08:53
7cd110e
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 1.3.0.


This release bumps the Cosmos SDK from v0.44.1 to v0.44.2. The v0.44.2 release contains a fix for a security vulnerability in the Cosmos SDK. For more information, see Cosmos SDK v0.44.2 Release Notes.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.1.2

15 Oct 08:53
de51dc8
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 1.3.0.


This release bumps the Cosmos SDK from v0.44.1 to v0.44.2. The v0.44.2 release contains a fix for a security vulnerability in the Cosmos SDK. For more information, see Cosmos SDK v0.44.2 Release Notes.

To learn more about ibc-go versioning, please read our RELEASES.md.

v2.0.0-rc0

06 Oct 05:21
4e9752d
Compare
Choose a tag to compare
v2.0.0-rc0 Pre-release
Pre-release

Please read the migration doc, which provides information on updating from v1 to v2.

Dependencies

  • #455 Bump SDK version to v0.44.1.

API Breaking

  • (core) #227 Remove sdk.Result from application callbacks.
  • (transfer) #350 Change FungibleTokenPacketData to use a string for the Amount field. This enables token transfers with amounts previously restricted by uint64. Up to the maximum uint256 value is supported.

Features

  • #384 Added NegotiateAppVersion method to IBCModule interface supported by a gRPC query service in 05-port. This provides routing of requests to the desired application module callback, which in turn performs application version negotiation.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.2.1

04 Oct 14:49
6c8357c
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 1.3.0.


This release bumps the Cosmos SDK from v0.44.0 to v0.44.1. The v0.44.1 release contains a fix for a security vulnerability in the Cosmos SDK. For more information, see Cosmos SDK v0.44.1 Release Notes.

We recommend NOT to use v1.2.0, which uses Cosmos SDK 0.44.0.

To learn more about ibc-go versioning, please read our RELEASES.md.

v1.1.1

04 Oct 14:49
51e458a
Compare
Choose a tag to compare

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 1.3.0.


This release bumps the Cosmos SDK from v0.44.0 to v0.44.1. The v0.44.1 release contains a fix for a security vulnerability in the Cosmos SDK. For more information, see Cosmos SDK v0.44.1 Release Notes.

We recommend NOT to use v1.1.0, which uses Cosmos SDK 0.44.0.

To learn more about ibc-go versioning, please read our RELEASES.md.

v2.0.0-beta1

29 Sep 08:39
2d3181b
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

Please read the migration doc, which provides information on updating from v1 to v2.

API Breaking

  • (core) #227 Remove sdk.Result from application callbacks.
  • (transfer) #350 Change FungibleTokenPacketData to use a string for the Amount field. This enables token transfers with amounts previously restricted by uint64. Up to the maximum uint256 value is supported.

Features

  • #384 Added NegotiateAppVersion method to IBCModule interface supported by a gRPC query service in 05-port. This provides routing of requests to the desired application module callback, which in turn performs application version negotiation.

To learn more about ibc-go versioning, please read our RELEASES.md.