Releases: cosmos/ibc-go
v10.5.0
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
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
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
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
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
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
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.
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
v10.3.0-rc.0 chore: set release for v10.3.0 in changelog (#8491)
v10.2.0
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
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.