-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: ChainSafe/js-libp2p-noise
base: v16.0.3
head repository: ChainSafe/js-libp2p-noise
compare: master
- 8 commits
- 12 files changed
- 3 contributors
Commits on Mar 20, 2025
-
feat: select early muxer (#482)
Implements early multiplexer negotiation to save multistream-select round trips when a connection is opened. Spec: https://github.com/libp2p/specs/blob/6d38f88f7b2d16b0e4489298bcd0737a6d704f7e/connections/inlined-muxer-negotiation.md#multiplexer-negotiation-over-noise
Configuration menu - View commit details
-
Copy full SHA for 58c9fb9 - Browse repository at this point
Copy the full SHA 58c9fb9View commit details -
chore(release): 16.1.0 [skip ci]
## [16.1.0](v16.0.3...v16.1.0) (2025-03-20) ### Features * select early muxer ([#482](#482)) ([58c9fb9](58c9fb9))
Configuration menu - View commit details
-
Copy full SHA for f2e922e - Browse repository at this point
Copy the full SHA f2e922eView commit details
Commits on Apr 16, 2025
-
deps: bump it-length-prefixed-stream from 1.2.0 to 2.0.1 (#508)
Bumps [it-length-prefixed-stream](https://github.com/achingbrain/it) from 1.2.0 to 2.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](achingbrain/it@it-length-prefixed-stream-1.2.0...it-length-prefixed-stream-2.0.1) --- updated-dependencies: - dependency-name: it-length-prefixed-stream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 859f7f9 - Browse repository at this point
Copy the full SHA 859f7f9View commit details -
chore(release): 16.1.1 [skip ci]
## [16.1.1](v16.1.0...v16.1.1) (2025-04-16) ### Dependencies * bump it-length-prefixed-stream from 1.2.0 to 2.0.1 ([#508](#508)) ([859f7f9](859f7f9))
Configuration menu - View commit details
-
Copy full SHA for 1633a3b - Browse repository at this point
Copy the full SHA 1633a3bView commit details -
deps(dev): bump it-byte-stream from 1.1.0 to 2.0.1 (#506)
* deps(dev): bump it-byte-stream from 1.1.0 to 2.0.1 Bumps [it-byte-stream](https://github.com/achingbrain/it) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](achingbrain/it@it-byte-stream-1.1.0...it-byte-stream-2.0.1) --- updated-dependencies: - dependency-name: it-byte-stream dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 1878931 - Browse repository at this point
Copy the full SHA 1878931View commit details -
chore(release): 16.1.2 [skip ci]
## [16.1.2](v16.1.1...v16.1.2) (2025-04-16) ### Dependencies * **dev:** bump it-byte-stream from 1.1.0 to 2.0.1 ([#506](#506)) ([1878931](1878931))
Configuration menu - View commit details
-
Copy full SHA for c7ccc7c - Browse repository at this point
Copy the full SHA c7ccc7cView commit details
Commits on Apr 23, 2025
-
fix: support handshake-only with no muxers (#519)
Allows transports such as WebRTC-Direct to skip the early muxer negotiation. This handles an edge case where you have a libp2p node configured with no dedicated muxer(s), instead transport(s) that incorporate their own muxers but that use Noise to exchange PeerIDs. Splits the existing muxer negotiation test out into it's own file and adds more tests to handle the various configurations.
Configuration menu - View commit details
-
Copy full SHA for fd0e4f2 - Browse repository at this point
Copy the full SHA fd0e4f2View commit details -
chore(release): 16.1.3 [skip ci]
## [16.1.3](v16.1.2...v16.1.3) (2025-04-23) ### Bug Fixes * support handshake-only with no muxers ([#519](#519)) ([fd0e4f2](fd0e4f2))
Configuration menu - View commit details
-
Copy full SHA for bb52d56 - Browse repository at this point
Copy the full SHA bb52d56View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v16.0.3...master