Skip to content

Releases: cosmos/ibc-go

v10.5.0

18 Dec 15:24
7d11860

Choose a tag to compare

ibc-go v10.5.0 Release Notes

This release adds more integrity validations to ProtoJSON encoded ICA packets. View the full changelog for more details.

Migration Guide

This version does not contain any breaking changes to any API, but it is state-breaking and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

v8.8.0

18 Dec 15:23
31be276

Choose a tag to compare

ibc-go v8.8.0 Release Notes

This release adds more integrity validations to ProtoJSON encoded ICA packets. View the full changelog for more details.

Migration Guide

This version does not contain any breaking changes to any API, but it is state-breaking and can be migrated to with a coordinated chain upgrade. If you are upgrading from v7 or earlier, see the migration documentation below.

Migration documentation is found here.

modules/light-clients/08-wasm/v10.5.0

18 Dec 15:47
f791df1

Choose a tag to compare

08-wasm v10.5.0 Release Notes

There are no significant changes to the 08-wasm module itself beyond using ibc-go v10.5.0, to view all the changes in ibc-go v10.5.0, see the release notes for more details.

Migration Guide

This version does not contain any breaking changes to any API, and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

modules/light-clients/08-wasm/v10.4.0

10 Oct 16:37
034c361

Choose a tag to compare

08-wasm v10.4.0 Release Notes

There are no significant changes to the 08-wasm module itself beyond using ibc-go v10.4.0, to view all the changes in ibc-go v10.4.0, see the release notes for more details.

Migration Guide

This version does not contain any breaking changes to any API, and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

v10.4.0

10 Oct 15:41
ed3b125

Choose a tag to compare

ibc-go v10.4.0 Release Notes

Notable changes introduced in ibc-go v10.4.0 are highlighted below. View the full changelog for more details.

Add support for non-bech32 addresses in transfer with custom address codec

This release backports a non-API-breaking version of address codec support in transfer.

The primary purpose of this feature is to enable receiving IBC transfer to EVM-style addresses (e.g. 0x....). By setting a custom address codec with the transfer keeper's new SetAddressCodec(addressCodec address.Codec), you can create a codec that supports both bech32 and EVM-style addresses.

Migration Guide

This version does not contain any breaking changes to any API, but it is state-breaking and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

modules/light-clients/08-wasm/v10.3.0

07 Jun 21:32
9860ce9

Choose a tag to compare

08-wasm v10.3.0 Release Notes

There are no significant changes to the 08-wasm module itself beyond using ibc-go v10.3.0, to view all the changes in ibc-go v10.3.0, see the release notes for more details.

Migration Guide

This version does not contain any breaking changes to any API, and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

v10.3.0

07 Jun 20:45
25edeeb

Choose a tag to compare

ibc-go v10.3.0 Release Notes

Notable changes introduced in ibc-go v10.3.0 are highlighted below, view the full changelog for more details.

Prefix-based routing in the IBC v2 router

This release adds the capability for the IBC v2 router to associate port ID prefixes with modules, not only exact port IDs like it was in the case in previous versions.

Parse IBC v2 packet from ABCI events in tests

Parsing IBC packets from ABCI events in tests has been a much-used feature of the ibc-go testing library, and in this release we're adding support for parsing IBC v2 packets as well from the ABCI events in unit and e2e tests.

⚠️ Note: the previous function names for parsing packets from ABCI events have been deprecated and will be removed in a future major release of ibc-go.

Migration Guide

This version does not contain any breaking changes to any API, but it is state breaking, and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

v10.3.0 rc.0

07 Jun 13:27
25edeeb

Choose a tag to compare

v10.3.0 rc.0 Pre-release
Pre-release
v10.3.0-rc.0

chore: set release for v10.3.0 in changelog (#8491)

v10.2.0

30 Apr 13:15
e120ef5

Choose a tag to compare

ibc-go v10.2.0 Release Notes

Notable changes introduced in ibc-go v10.2.0 are highlighted below, view the full changelog for more details.

Cosmos SDK v0.53.0

This release features an upgrade of the Cosmos SDK to the latest version: v0.53.0. To see more details on the v0.53.0 release, view the Cosmos SDK v0.53.0 Release Notes

Migration Guide

This version does not contain any breaking changes to any API, and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

modules/light-clients/08-wasm/v10.2.0

30 Apr 13:18
18a6bd5

Choose a tag to compare

08-wasm v10.2.0 Release Notes

Notable changes introduced in modules/light-clients/08-wasm v10.2.0 are highlighted below, view the full changelog for more details.

Cosmos SDK v0.53.0

This release features an upgrade of the Cosmos SDK to the latest version: v0.53.0. To see more details on the v0.53.0 release, view the Cosmos SDK v0.53.0 Release Notes

Migration Guide

This version does not contain any breaking changes to any API, and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.