-
Notifications
You must be signed in to change notification settings - Fork 33
feat!: update to libp2p v3 api #618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refactors code to conform to the `[email protected]` API. - Encrypted streams are now EventTargets - Consuming incoming data is now done synchronously for reduced latency BREAKING CHANGE: Must be used with `[email protected]`, it cannot be used with earlier versions
achingbrain
commented
Sep 24, 2025
Collaborator
Author
|
It shipped. |
19 tasks
Collaborator
Author
|
Merging to unblock the upgrade process. |
Closed
wemeetagain
pushed a commit
that referenced
this pull request
Sep 25, 2025
## [17.0.0](v16.1.5...v17.0.0) (2025-09-25) ### ⚠ BREAKING CHANGES * Must be used with `[email protected]`, it cannot be used with earlier versions ### Features * update to libp2p v3 api ([#618](#618)) ([6b79387](6b79387))
wemeetagain
pushed a commit
that referenced
this pull request
Sep 25, 2025
## [17.0.0](v16.1.5...v17.0.0) (2025-09-25) ### ⚠ BREAKING CHANGES * Must be used with `[email protected]`, it cannot be used with earlier versions ### Features * update to libp2p v3 api ([#618](#618)) ([6b79387](6b79387)) ### Bug Fixes * upate typesversions and typedoc ([#628](#628)) ([91679d5](91679d5)) ### Trivial Changes * **release:** 17.0.0 [skip ci] ([3c628a2](3c628a2))
wemeetagain
pushed a commit
that referenced
this pull request
Sep 25, 2025
## [17.0.0](v16.1.5...v17.0.0) (2025-09-25) ### ⚠ BREAKING CHANGES * Must be used with `[email protected]`, it cannot be used with earlier versions ### Features * update to libp2p v3 api ([#618](#618)) ([6b79387](6b79387)) ### Bug Fixes * remove provenance ([#629](#629)) ([7aa4d48](7aa4d48)) * upate typesversions and typedoc ([#628](#628)) ([91679d5](91679d5)) ### Trivial Changes * **release:** 17.0.0 [skip ci] ([fe06799](fe06799)) * **release:** 17.0.0 [skip ci] ([3c628a2](3c628a2))
wemeetagain
pushed a commit
that referenced
this pull request
Sep 25, 2025
## [17.0.0](v16.1.5...v17.0.0) (2025-09-25) ### ⚠ BREAKING CHANGES * Must be used with `[email protected]`, it cannot be used with earlier versions ### Features * update to libp2p v3 api ([#618](#618)) ([6b79387](6b79387)) ### Bug Fixes * remove provenance ([#629](#629)) ([7aa4d48](7aa4d48)) * Revert "fix: remove provenance" ([#630](#630)) ([6f341bf](6f341bf)), closes [#629](#629) * upate typesversions and typedoc ([#628](#628)) ([91679d5](91679d5)) ### Trivial Changes * **release:** 17.0.0 [skip ci] ([1f2c3f2](1f2c3f2)) * **release:** 17.0.0 [skip ci] ([fe06799](fe06799)) * **release:** 17.0.0 [skip ci] ([3c628a2](3c628a2))
wemeetagain
pushed a commit
that referenced
this pull request
Sep 25, 2025
## [17.0.0](v16.1.5...v17.0.0) (2025-09-25) ### ⚠ BREAKING CHANGES * Must be used with `[email protected]`, it cannot be used with earlier versions ### Features * update to libp2p v3 api ([#618](#618)) ([6b79387](6b79387)) ### Bug Fixes * upate typesversions and typedoc ([#628](#628)) ([91679d5](91679d5)) ### Trivial Changes * **release:** 17.0.0 [skip ci] ([3c628a2](3c628a2))
wemeetagain
pushed a commit
that referenced
this pull request
Sep 25, 2025
## [17.0.0](v16.1.5...v17.0.0) (2025-09-25) ### ⚠ BREAKING CHANGES * Must be used with `[email protected]`, it cannot be used with earlier versions ### Features * update to libp2p v3 api ([#618](#618)) ([6b79387](6b79387)) ### Bug Fixes * upate typesversions and typedoc ([#628](#628)) ([91679d5](91679d5)) ### Trivial Changes * **release:** 17.0.0 [skip ci] ([3c628a2](3c628a2))
Member
|
🎉 This PR is included in version 17.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactors code to conform to the
[email protected]API.BREAKING CHANGE: Must be used with
[email protected], it cannot be used with earlier versions