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.
🤖 I have created a release beep boop
1.0.0 (2024-01-18)
⚠ BREAKING CHANGES
kadDHT
function returns a single DHT - see the readme for how to configure amino/lan as beforeminSendBytes
option has been removed from Mplex since the transport can now decide how to optimise sending dataperfService
export is now justperf
libp2p/fetch
should be updated to@libp2p/fetch
libp2p/circuit-relay
should be updated to@libp2p/circuit-relay-v2
libp2p/plaintext
should be changed to@libp2p/plaintext
libp2p/dcutr
now need to be from@libp2p/dcutr
libp2p/identify
need to change to@libp2p/identify
libp2p/ping
must be updated to@libp2p/ping
libp2p/upnp-nat
should be updated to@libp2p/upnp-nat
isStarted
method has been removed from theStartable
interface.protocols
property has been removed from thePeerInfo
interfacemeasurePerformance
now returns an async generator that yieldsPerfOutput
s and no longer accepts thestartTime
parameter.close
,closeRead
andcloseWrite
methods on theStream
interface are now asynchronousstream.stat.*
andconn.stat.*
properties are now accessed viastream.*
andconn.*
Features
negotiateFully
option when opening streams (#2331) (5d1f68e)Bug Fixes
Miscellaneous Chores
Code Refactoring
This PR was generated with Release Please. See documentation.