Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/js-libp2p-interfaces
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @libp2p/interface-connection-encrypter-v2.0.2
Choose a base ref
...
head repository: libp2p/js-libp2p-interfaces
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @libp2p/interface-connection-encrypter-v3.0.1
Choose a head ref
  • 13 commits
  • 16 files changed
  • 4 contributors

Commits on Oct 4, 2022

  1. feat!: Add remoteExtensions to connection-encrypter (#293)

    * Add remoteExtensions to connection-encrypter
    
    * Use unknown instead of any
    
    * Remove remoteEarlyData
    
    * Make remoteExtensions optional
    
    * Lint
    MarcoPolo authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    501c684 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    ## [@libp2p/interface-connection-encrypter-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v2.0.2...@libp2p/interface-connection-encrypter-v3.0.0) (2022-10-04)
    
    ### ⚠ BREAKING CHANGES
    
    * Add remoteExtensions to connection-encrypter (#293)
    
    ### Features
    
    * Add remoteExtensions to connection-encrypter ([#293](#293)) ([501c684](501c684))
    semantic-release-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1a85854 View commit details
    Browse the repository at this point in the history
  3. deps: update sibling dependencies

    aegir[bot] committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    419f947 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c51ac03 View commit details
    Browse the repository at this point in the history
  5. chore(release): 5.0.0 [skip ci]

    ## [@libp2p/interface-mocks-v5.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v4.0.3...@libp2p/interface-mocks-v5.0.0) (2022-10-04)
    
    ### ⚠ BREAKING CHANGES
    
    * Add remoteExtensions to connection-encrypter (#293)
    
    ### Features
    
    * Add remoteExtensions to connection-encrypter ([#293](#293)) ([501c684](501c684))
    
    ### Dependencies
    
    * update sibling dependencies ([419f947](419f947))
    semantic-release-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3f3d92d View commit details
    Browse the repository at this point in the history
  6. deps: update sibling dependencies

    aegir[bot] committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1b11e8e View commit details
    Browse the repository at this point in the history
  7. chore(release): 2.0.3 [skip ci]

    ## [@libp2p/interface-pubsub-compliance-tests-v2.0.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-compliance-tests-v2.0.2...@libp2p/interface-pubsub-compliance-tests-v2.0.3) (2022-10-04)
    
    ### Dependencies
    
    * update sibling dependencies ([1b11e8e](1b11e8e))
    semantic-release-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6b9c62f View commit details
    Browse the repository at this point in the history
  8. chore(release): 2.0.7 [skip ci]

    ## [@libp2p/interface-transport-compliance-tests-v2.0.7](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-transport-compliance-tests-v2.0.6...@libp2p/interface-transport-compliance-tests-v2.0.7) (2022-10-04)
    
    ### Dependencies
    
    * update sibling dependencies ([1b11e8e](1b11e8e))
    semantic-release-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    77e6c89 View commit details
    Browse the repository at this point in the history
  9. feat: add acceptIncomingConnection to ConnectionManager (#295)

    * feat: add acceptIncomingConnection to ConnectionManager
    
    In order to check we can accept an incoming connection before exchanging
    PeerIds, add a method to the ConnectionManager interface that can
    be called by the upgrader.
    
    * chore: return boolean
    achingbrain authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5d460e8 View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.2.0 [skip ci]

    ## [@libp2p/interface-connection-manager-v1.2.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-manager-v1.1.1...@libp2p/interface-connection-manager-v1.2.0) (2022-10-04)
    
    ### Features
    
    * add acceptIncomingConnection to ConnectionManager ([#295](#295)) ([5d460e8](5d460e8))
    semantic-release-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a3cf437 View commit details
    Browse the repository at this point in the history
  11. chore(release): 5.1.0 [skip ci]

    ## [@libp2p/interface-mocks-v5.1.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v5.0.0...@libp2p/interface-mocks-v5.1.0) (2022-10-04)
    
    ### Features
    
    * add acceptIncomingConnection to ConnectionManager ([#295](#295)) ([5d460e8](5d460e8))
    semantic-release-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e58c55e View commit details
    Browse the repository at this point in the history
  12. fix: add default extension type (#296)

    Similar to the `ConnectionEncrypter` interface, specify a default type for the `Extension` so consumers uninterested in the `remoteExtensions` field can operate as before.
    achingbrain authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ab658bc View commit details
    Browse the repository at this point in the history
  13. chore(release): 3.0.1 [skip ci]

    ## [@libp2p/interface-connection-encrypter-v3.0.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v3.0.0...@libp2p/interface-connection-encrypter-v3.0.1) (2022-10-04)
    
    ### Bug Fixes
    
    * add default extension type ([#296](#296)) ([ab658bc](ab658bc))
    semantic-release-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    242608d View commit details
    Browse the repository at this point in the history
Loading