-
Notifications
You must be signed in to change notification settings - Fork 491
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p
base: websockets-v9.2.18
head repository: libp2p/js-libp2p
compare: websockets-v9.2.19
- 12 commits
- 159 files changed
- 3 contributors
Commits on Jul 8, 2025
-
feat: add isLibp2p function for type guarding (#3211)
Adds a function that detects libp2p-like objects.
Configuration menu - View commit details
-
Copy full SHA for 87e5d59 - Browse repository at this point
Copy the full SHA 87e5d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d33cf - Browse repository at this point
Copy the full SHA d3d33cfView commit details
Commits on Jul 9, 2025
-
feat: allow creating scoped loggers (#3214)
Adds `newScope` function to loggers that creates a logger under the current context. This is ultimately to allow unambiguous cascading log prefixes of: `libp2p` -> `transport` -> `connection` -> `muxer` -> `stream` E.g. `libp2p:tcp:connection:outbound:1:yamux:stream:inbound:1`
Configuration menu - View commit details
-
Copy full SHA for 58abe87 - Browse repository at this point
Copy the full SHA 58abe87View commit details -
fix: scope logging to connection and stream (#3215)
Updates log scope for streams to use the muxer scope, which uses the connection scope so we can trace log lines per stream/connection instead of having component scope.
Configuration menu - View commit details
-
Copy full SHA for ce6b542 - Browse repository at this point
Copy the full SHA ce6b542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79473c9 - Browse repository at this point
Copy the full SHA 79473c9View commit details
Commits on Jul 13, 2025
-
fix: use failure event instead of error (#3219)
Ignore the error event as it causes `raceEvent` to throw. In future we should remove the error event from the queue as all we do with it is log the error, and if we want that, the `failure` event gives more context around the error so can make the logs more informative.
Configuration menu - View commit details
-
Copy full SHA for 4420fad - Browse repository at this point
Copy the full SHA 4420fadView commit details
Commits on Jul 24, 2025
-
feat: allow async stream handlers (#3212)
Allow `await`ing promises inside stream handlers.
Configuration menu - View commit details
-
Copy full SHA for cb1c14e - Browse repository at this point
Copy the full SHA cb1c14eView commit details
Commits on Jul 30, 2025
-
fix: silence max listeners warning for dht routing table (#3233)
Increase the maximum number of listeners for the routing table's shutdown controller signal.
Configuration menu - View commit details
-
Copy full SHA for cf9aab5 - Browse repository at this point
Copy the full SHA cf9aab5View commit details
Commits on Aug 14, 2025
-
test: add connection gater integration tests (#3242)
We have unit test for the connection gater, but add integration tests to ensure that any custom configured component is passed through correctly.
Configuration menu - View commit details
-
Copy full SHA for 7ce083d - Browse repository at this point
Copy the full SHA 7ce083dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa770ab - Browse repository at this point
Copy the full SHA aa770abView commit details
Commits on Aug 19, 2025
-
chore: bump actions/checkout from 4 to 5 (#3245)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 5ed83dd - Browse repository at this point
Copy the full SHA 5ed83ddView commit details
Commits on Aug 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f90fb1f - Browse repository at this point
Copy the full SHA f90fb1fView 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 websockets-v9.2.18...websockets-v9.2.19