Skip to content

Conversation

@lexnv
Copy link
Contributor

@lexnv lexnv commented Dec 16, 2025

[0.12.3] - 2025-12-16

This release improves the robustness of the multistream-select negotiation over WebRTC transport and fixes inbound bandwidth metering on substreams. It also enhances the dialing success rate by improving the transport dialing logic. Additionally, it re-exports CID's multihash to facilitate the construction of CID V1.

Changed

  • transports: Improves the robustness and success rate of connection dialing (#495)
  • types: Re-export cid's multihash to construct CID V1 (#491)

Fixed

  • fix: multistream-select negotiation on outbound substream over webrtc (#465)
  • substream: Fix inbound bandwidth metering (#499)

cc @paritytech/sdk-node

Signed-off-by: Alexandru Vasile <[email protected]>
@lexnv lexnv self-assigned this Dec 16, 2025
@lexnv lexnv added T0-node This PR/Issue is related to the topic “node”. A4-backport-unstable2507 Pull request must be backported to the unstable2507 release branch A4-backport-stable2509 Pull request must be backported to the stable2509 release branch A4-backport-stable2512 Pull request must be backported to the stable2512 release branch labels Dec 16, 2025
@lexnv
Copy link
Contributor Author

lexnv commented Dec 16, 2025

/cmd prdoc --audience node_dev --bump patch

@dmitry-markin dmitry-markin added this pull request to the merge queue Dec 17, 2025
Merged via the queue into master with commit a12ec9c Dec 17, 2025
210 of 215 checks passed
@dmitry-markin dmitry-markin deleted the lexnv/litep2p-0.12.3 branch December 17, 2025 09:28
@paritytech-release-backport-bot

Created backport PR for unstable2507:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-10665-to-unstable2507
git worktree add --checkout .worktree/backport-10665-to-unstable2507 backport-10665-to-unstable2507
cd .worktree/backport-10665-to-unstable2507
git reset --hard HEAD^
git cherry-pick -x a12ec9c22593c99b7540be2fda08329fdada9e21
git push --force-with-lease

@paritytech-release-backport-bot

Created backport PR for stable2509:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-10665-to-stable2509
git worktree add --checkout .worktree/backport-10665-to-stable2509 backport-10665-to-stable2509
cd .worktree/backport-10665-to-stable2509
git reset --hard HEAD^
git cherry-pick -x a12ec9c22593c99b7540be2fda08329fdada9e21
git push --force-with-lease

paritytech-release-backport-bot bot pushed a commit that referenced this pull request Dec 17, 2025
## [0.12.3] - 2025-12-16

This release improves the robustness of the multistream-select
negotiation over WebRTC transport and fixes inbound bandwidth metering
on substreams. It also enhances the dialing success rate by improving
the transport dialing logic. Additionally, it re-exports CID's multihash
to facilitate the construction of CID V1.

### Changed

- transports: Improves the robustness and success rate of connection
dialing ([#495](paritytech/litep2p#495))
- types: Re-export cid's multihash to construct CID V1
([#491](paritytech/litep2p#491))

### Fixed

- fix: multistream-select negotiation on outbound substream over webrtc
([#465](paritytech/litep2p#465))
- substream: Fix inbound bandwidth metering
([#499](paritytech/litep2p#499))

cc @paritytech/sdk-node

---------

Signed-off-by: Alexandru Vasile <[email protected]>
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit a12ec9c)
@paritytech-release-backport-bot

Successfully created backport PR for stable2512:

EgorPopelyaev added a commit that referenced this pull request Dec 17, 2025
Backport #10665 into `stable2512` from lexnv.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

---------

Signed-off-by: Alexandru Vasile <[email protected]>
Co-authored-by: Alexandru Vasile <[email protected]>
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Egor_P <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A4-backport-stable2509 Pull request must be backported to the stable2509 release branch A4-backport-stable2512 Pull request must be backported to the stable2512 release branch A4-backport-unstable2507 Pull request must be backported to the unstable2507 release branch T0-node This PR/Issue is related to the topic “node”.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants