Skip to content
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

chore: release main #2240

Merged
merged 4 commits into from
Nov 28, 2023
Merged

chore: release main #2240

merged 4 commits into from
Nov 28, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 17, 2023

πŸ€– I have created a release *beep* *boop*

@libp2p/multidim-interop: 2.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/circuit-relay should be updated to @libp2p/circuit-relay-v2
  • imports from libp2p/identify need to change to @libp2p/identify
  • imports from libp2p/ping must be updated to @libp2p/ping

Code Refactoring

  • extract circuit relay v2 to separate module (#2222) (24afba3)
  • extract identify service into separate module (#2219) (72c2f77)
  • extract ping service into separate module (#2218) (556282a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/circuit-relay-v2 bumped from ^0.0.0 to ^1.0.0
      • @libp2p/identify bumped from ^0.0.0 to ^1.0.0
      • @libp2p/mplex bumped from ^9.0.12 to ^10.0.0
      • @libp2p/ping bumped from ^0.0.0 to ^1.0.0
      • @libp2p/tcp bumped from ^8.0.13 to ^9.0.0
      • @libp2p/webrtc bumped from ^3.2.11 to ^4.0.0
      • @libp2p/websockets bumped from ^7.0.13 to ^8.0.0
      • @libp2p/webtransport bumped from ^3.1.10 to ^4.0.0
      • libp2p bumped from ^0.46.21 to ^1.0.0
@libp2p/plaintext: 1.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data
  • imports from libp2p/circuit-relay should be updated to @libp2p/circuit-relay-v2
  • imports from libp2p/plaintext should be changed to @libp2p/plaintext

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Code Refactoring

  • extract circuit relay v2 to separate module (#2222) (24afba3)
  • extract plaintext into separate module (#2221) (a364d95)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.2 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/crypto: 3.0.0

⚠ BREAKING CHANGES

Features

  • support streaming hashes for key sign/verify (#2255) (ac7bc38)

Bug Fixes

Code Refactoring

  • remove unnecessary async from crypto methods (#1963) (e2267d4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
@libp2p/interface: 1.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data
  • removed EventEmitter re-export - please use TypedEventEmitter instead
  • imports from libp2p/dcutr now need to be from @libp2p/dcutr
  • imports from libp2p/identify need to change to @libp2p/identify
  • imports from libp2p/upnp-nat should be updated to @libp2p/upnp-nat
  • the isStarted method has been removed from the Startable interface
  • the .protocols property has been removed from the PeerInfo interface
  • move autonat into separate package (refactor!: move autonat into separate packageΒ #2107)
  • remove libp2p.keychain (refactor!: remove libp2p.keychainΒ #2084)
  • remove min/max from topologies (fix!: remove min/max from topologiesΒ #2158)

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)
  • support streaming hashes for key sign/verify (#2255) (ac7bc38)

Bug Fixes

Code Refactoring

@libp2p/interface-compliance-tests: 5.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data
  • the isStarted method has been removed from the Startable interface
  • the .protocols property has been removed from the PeerInfo interface

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/multistream-select bumped from ^4.0.6 to ^4.0.7
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
@libp2p/kad-dht: 11.0.0

⚠ BREAKING CHANGES

  • the .protocols property has been removed from the PeerInfo interface

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.8 to ^3.0.0
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
      • @libp2p/peer-store bumped from ^9.0.9 to ^9.0.10
@libp2p/keychain: 4.0.0

⚠ BREAKING CHANGES

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.8 to ^3.0.0
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
libp2p: 1.0.0

⚠ BREAKING CHANGES

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.8 to ^3.0.0
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/multistream-select bumped from ^4.0.6 to ^4.0.7
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
      • @libp2p/peer-store bumped from ^9.0.9 to ^9.0.10
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/bootstrap bumped from ^9.0.12 to ^10.0.0
      • @libp2p/circuit-relay-v2 bumped from ^0.0.0 to ^1.0.0
      • @libp2p/floodsub bumped from ^8.0.13 to ^8.0.14
      • @libp2p/identify bumped from ^0.0.0 to ^1.0.0
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/kad-dht bumped from ^10.0.15 to ^11.0.0
      • @libp2p/mdns bumped from ^9.0.14 to ^10.0.0
      • @libp2p/mplex bumped from ^9.0.12 to ^10.0.0
      • @libp2p/plaintext bumped from ^0.0.0 to ^1.0.0
      • @libp2p/tcp bumped from ^8.0.13 to ^9.0.0
      • @libp2p/websockets bumped from ^7.0.13 to ^8.0.0
@libp2p/logger: 4.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/dcutr now need to be from @libp2p/dcutr
  • imports from libp2p/identify need to change to @libp2p/identify

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
    • devDependencies
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
@libp2p/prometheus-metrics: 3.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/multistream-select: 4.0.7

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/bootstrap: 10.0.0

⚠ BREAKING CHANGES

  • the .protocols property has been removed from the PeerInfo interface

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/mdns: 10.0.0

⚠ BREAKING CHANGES

  • removed EventEmitter re-export - please use TypedEventEmitter instead
  • the isStarted method has been removed from the Startable interface
  • the .protocols property has been removed from the PeerInfo interface

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/peer-id: 4.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/identify need to change to @libp2p/identify

Code Refactoring

  • extract identify service into separate module (#2219) (72c2f77)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
@libp2p/peer-store: 9.0.10

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
      • @libp2p/peer-record bumped from ^6.0.9 to ^6.0.10
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/autonat: 1.0.0

⚠ BREAKING CHANGES

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.2 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.5 to ^0.1.10
      • @libp2p/peer-id bumped from ^3.0.2 to ^4.0.0
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.4 to ^3.0.9
@libp2p/dcutr: 1.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/circuit-relay should be updated to @libp2p/circuit-relay-v2
  • imports from libp2p/dcutr now need to be from @libp2p/dcutr

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.2 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.5 to ^0.1.10
@libp2p/fetch: 1.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/fetch should be updated to @libp2p/fetch

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.2 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.5 to ^0.1.10
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/identify: 1.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/dcutr now need to be from @libp2p/dcutr
  • imports from libp2p/identify need to change to @libp2p/identify

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.2 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.5 to ^0.1.10
      • @libp2p/peer-id bumped from ^3.0.2 to ^4.0.0
      • @libp2p/peer-record bumped from ^6.0.9 to ^6.0.10
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.4 to ^3.0.9
@libp2p/perf: 3.0.0

⚠ BREAKING CHANGES

  • the perfService export is now just perf
  • imports from libp2p/plaintext should be changed to @libp2p/plaintext

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/ping: 1.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/dcutr now need to be from @libp2p/dcutr
  • imports from libp2p/identify need to change to @libp2p/identify
  • imports from libp2p/ping must be updated to @libp2p/ping

Bug Fixes

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.8 to ^3.0.0
      • @libp2p/interface bumped from ^0.1.2 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.5 to ^0.1.10
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/pubsub: 8.0.11

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.8 to ^3.0.0
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/floodsub: 8.0.14

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/pubsub bumped from ^8.0.10 to ^8.0.11
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/mplex: 10.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/circuit-relay-v2: 1.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/circuit-relay should be updated to @libp2p/circuit-relay-v2

Bug Fixes

  • dial relay when we are dialed via it but have no reservation (#2252) (d729d66)
  • use logging component everywhere (#2228) (e5dfde0)

Code Refactoring

  • extract circuit relay v2 to separate module (#2222) (24afba3)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.2 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.5 to ^0.1.10
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/peer-record bumped from ^6.0.9 to ^6.0.10
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/tcp: 9.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/webrtc: 4.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data
  • imports from libp2p/circuit-relay should be updated to @libp2p/circuit-relay-v2

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Code Refactoring

  • extract circuit relay v2 to separate module (#2222) (24afba3)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/circuit-relay-v2 bumped from ^0.0.0 to ^1.0.0
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
      • @libp2p/websockets bumped from ^7.0.13 to ^8.0.0
      • libp2p bumped from ^0.46.21 to ^1.0.0
@libp2p/websockets: 8.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/interface-compliance-tests bumped from ^4.1.5 to ^5.0.0
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
@libp2p/webtransport: 4.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
      • libp2p bumped from ^0.46.21 to ^1.0.0
@libp2p/upnp-nat: 1.0.0

⚠ BREAKING CHANGES

  • imports from libp2p/identify need to change to @libp2p/identify
  • imports from libp2p/upnp-nat should be updated to @libp2p/upnp-nat

Bug Fixes

Code Refactoring

  • extract identify service into separate module (#2219) (72c2f77)
  • extract UPnP NAT into separate module (#2217) (f29b73f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/interface-internal bumped from ^0.1.9 to ^0.1.10
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/utils: 5.0.0

⚠ BREAKING CHANGES

  • the minSendBytes option has been removed from Mplex since the transport can now decide how to optimise sending data
  • imports from libp2p/circuit-relay should be updated to @libp2p/circuit-relay-v2

Features

  • allow stream muxers and connection encrypters to yield lists (#2256) (4a474d5)

Bug Fixes

Code Refactoring

  • extract circuit relay v2 to separate module (#2222) (24afba3)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
    • devDependencies
      • @libp2p/logger bumped from ^3.1.0 to ^4.0.0
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/peer-id-factory: 3.0.9

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.8 to ^3.0.0
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
@libp2p/peer-collections: 4.0.9

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/peer-record: 6.0.10

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/crypto bumped from ^2.0.8 to ^3.0.0
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-id bumped from ^3.0.6 to ^4.0.0
      • @libp2p/utils bumped from ^4.0.7 to ^5.0.0
    • devDependencies
      • @libp2p/peer-id-factory bumped from ^3.0.8 to ^3.0.9
@libp2p/interface-internal: 0.1.10

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @libp2p/interface bumped from ^0.1.6 to ^1.0.0
      • @libp2p/peer-collections bumped from ^4.0.8 to ^4.0.9

This PR was generated with Release Please. See documentation.

@@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.46.21",
"version": "1.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸš€

interop/package.json Show resolved Hide resolved
@achingbrain achingbrain merged commit d539109 into main Nov 28, 2023
@achingbrain achingbrain deleted the release-please/branches/main branch November 28, 2023 16:37
achingbrain added a commit that referenced this pull request Nov 29, 2023
* chore: add contents permission to gh token

* chore: update token perms

* chore: update token perms

* chore: release main

---------

Co-authored-by: achingbrain <alex@achingbrain.net>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
achingbrain added a commit that referenced this pull request Nov 29, 2023
* chore: add contents permission to gh token

* chore: update token perms

* chore: update token perms

* chore: release main

---------

Co-authored-by: achingbrain <alex@achingbrain.net>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@libp2p libp2p deleted a comment from github-actions bot Nov 29, 2023
@libp2p libp2p deleted a comment from github-actions bot Nov 29, 2023
@libp2p libp2p deleted a comment from github-actions bot Nov 29, 2023
@libp2p libp2p deleted a comment from github-actions bot Nov 29, 2023
@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/keychain-v4.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/libp2p-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/logger-v4.0.0 🌻

@achingbrain
Copy link
Member

@achingbrain
Copy link
Member

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/peer-collections-v4.0.9 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/bootstrap-v10.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/mdns-v10.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/peer-id-v4.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/peer-id-factory-v3.0.9 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/peer-record-v6.0.10 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/peer-store-v9.0.10 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/autonat-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/dcutr-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/fetch-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/identify-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/perf-v3.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/ping-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/pubsub-v8.0.11 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/floodsub-v8.0.14 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/mplex-v10.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/circuit-relay-v2-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/tcp-v9.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/webrtc-v4.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/websockets-v8.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/webtransport-v4.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/upnp-nat-v1.0.0 🌻

@achingbrain
Copy link
Member

πŸ€– Release is at https://github.com/libp2p/js-libp2p/releases/tag/utils-v5.0.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants