Skip to content

chore(deps): bump github.com/cosmos/ibc-go/v11 from 11.0.0-20260721011357-425ab4b030aa to 11.2.0 in /link - #1386

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/link/main/github.com/cosmos/ibc-go/v11-11.2.0
Open

chore(deps): bump github.com/cosmos/ibc-go/v11 from 11.0.0-20260721011357-425ab4b030aa to 11.2.0 in /link#1386
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/link/main/github.com/cosmos/ibc-go/v11-11.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/cosmos/ibc-go/v11 from 11.0.0-20260721011357-425ab4b030aa to 11.2.0.

Release notes

Sourced from github.com/cosmos/ibc-go/v11's releases.

v11.2.0

Description

This release introduces rate limiting middleware (moved from ibc-apps) and includes several validation, dependency updates, and fixes. For a complete list of updates, see the sections below.

New Features

Rate Limiting Middleware

This release adds the IBC rate-limiting middleware, migrated from ibc-apps. It applies configurable per-channel, per-denomination quotas to ICS-20 transfers and supports both IBC v1 and IBC v2.

The middleware tracks packet flow across sends, receives, acknowledgements, timeouts, and asynchronous acknowledgements to ensure accurate quota accounting. Rate limits can be managed through governance, queried over gRPC and CLI, and are initialized through genesis.

What's Changed

Full Changelog: cosmos/ibc-go@v11.1.0...v11.2.0

v11.1.0

Description

This release introduces packet forward middleware (moved from ibc-apps) and includes several validation, dependency updates, and fixes. For a complete list of updates, see the full changelog.

New Features

Packet Forward Middleware

Packet Forward Middleware enables multi-hop ICS20 transfers by allowing packets to include forwarding metadata. Chains can use this middleware to forward received transfer packets to another IBC channel, supporting routed token transfers across multiple chains.

What's Changed

Full Diff: cosmos/ibc-go@v11.0.0...v11.1.0

v11.0.0

ibc-go v11.0.0 Release Notes

This release introduces several notable changes in ibc-go v11.0.0. For a complete list of updates, see the full changelog.

New Features

... (truncated)

Changelog

Sourced from github.com/cosmos/ibc-go/v11's changelog.

v11.2.0 - 2026-07-15

Features

  • (apps/rate-limiting) #8991 feat: rate limiting middleware. (backport of #8268)

Improvements

  • (apps/rate-limiting) #8995 style(ratelimit)!: fix typos (backport of #8994)

v11.1.0 - 2026-05-20

Features

  • (apps/pfm) #8285 feat: packet forward middleware.

Improvements

  • (apps/27-gmp) #8953 imp(apps/27-gmp): add extra validation during unmarshals (backport of #8945)
  • (apps/pfm) #8913 imp(apps/pfm): remove non-refundable in flight packets.
  • (apps/transfer) #8949 Add extra validation to the v2 transfer module based on v1 validation. (backport of #8939)
  • (apps/pfm) #8941 Use channeltypes.NewErrorAcknowledgement instead of internal function (backport of #8933)
  • (apps/pfm) #8940 imp(apps/pfm): use addressCodec in GetReceiver (backport of #8932)

Dependencies

  • (light-clients/08-wasm) #8950 chore(light-clients/08-wasm): bump to wasmvm@v3 (backport of #8922)

Bug Fixes

  • (light-clients/attestation) #8947 fix(light-clients/attestation): allow initial height to be zero (backport of #8910)

v11.0.0 - 2026-04-10

Features

  • (apps/27-gmp) #8352 feat: added ics27-2 gmp application
  • (light-clients/attestation) #8717 feat: attestation light client

Improvements

  • #8528 Middleware Wiring Improvements
  • (light-clients/attestation) #8799 feat(attestations): add domain separation to signature verification
  • #8774 Add length validation to MsgCreateClient and CounterpartyMerklePrefix.
  • #8833 chore: clear out no-lints with fixes
  • (light-clients/attestation) #8819 feat(attestations): added basic misbehaviour check
  • (light-clients/attestation) #8817 imp(attestations): allow zero height client state
  • (apps/27-gmp) #8816 imp: added Msg response length check
  • (light-clients/attestation) #8815 imp(attestations): added early quorum-size check
  • (apps/27-gmp) #8810 imp(27-gmp): limited the sender size

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cosmos/ibc-go/v11](https://github.com/cosmos/ibc-go) from 11.0.0-20260721011357-425ab4b030aa to 11.2.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v11.2.0/CHANGELOG.md)
- [Commits](https://github.com/cosmos/ibc-go/commits/v11.2.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v11
  dependency-version: 11.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 01:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

PR author is not in the allowed authors list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants