Skip to content
This repository has been 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-compliance-tests-v2.0.0
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-compliance-tests-v2.0.1
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on May 20, 2022

  1. chore(release): 2.0.0 [skip ci]

    ## [@libp2p/connection-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/connection-v1.1.5...@libp2p/connection-v2.0.0) (2022-05-20)
    
    ### ⚠ BREAKING CHANGES
    
    * This adds closeWrite and closeRead checks in the tests, which will cause test failures for muxers that don't implement those
    
    ### Bug Fixes
    
    * close streams when connection is closed ([#214](#214)) ([88fcd58](88fcd58)), closes [#90](#90)
    * update interfaces ([#215](#215)) ([72e6890](72e6890))
    semantic-release-bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    9e2404c View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.11 [skip ci]

    ## [@libp2p/peer-record-v1.0.11](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-record-v1.0.10...@libp2p/peer-record-v1.0.11) (2022-05-20)
    
    ### Bug Fixes
    
    * update interfaces ([#215](#215)) ([72e6890](72e6890))
    semantic-release-bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    be19bf5 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.15 [skip ci]

    ## [@libp2p/peer-store-v1.0.15](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-store-v1.0.14...@libp2p/peer-store-v1.0.15) (2022-05-20)
    
    ### Bug Fixes
    
    * update interfaces ([#215](#215)) ([72e6890](72e6890))
    semantic-release-bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    7ed8c9d View commit details
    Browse the repository at this point in the history
  4. fix: update sibling deps (#216)

    semantic-release-monorepo should really do this.
    achingbrain committed May 20, 2022
    Configuration menu
    Copy the full SHA
    0ceca65 View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.0.1 [skip ci]

    ## [@libp2p/connection-v2.0.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/connection-v2.0.0...@libp2p/connection-v2.0.1) (2022-05-20)
    
    ### Bug Fixes
    
    * update sibling deps ([#216](#216)) ([0ceca65](0ceca65))
    semantic-release-bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    28f7a51 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.0.12 [skip ci]

    ## [@libp2p/peer-record-v1.0.12](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-record-v1.0.11...@libp2p/peer-record-v1.0.12) (2022-05-20)
    
    ### Bug Fixes
    
    * update sibling deps ([#216](#216)) ([0ceca65](0ceca65))
    semantic-release-bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f6cc8a9 View commit details
    Browse the repository at this point in the history
  7. chore(release): 1.0.16 [skip ci]

    ## [@libp2p/peer-store-v1.0.16](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-store-v1.0.15...@libp2p/peer-store-v1.0.16) (2022-05-20)
    
    ### Bug Fixes
    
    * update sibling deps ([#216](#216)) ([0ceca65](0ceca65))
    semantic-release-bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    82c34d4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. fix: make stream return types synchronous (#217)

    Makes the `close`/`closeRead`/`closeWrite` methods synchronous the same as `abort`/`reset`
    achingbrain committed May 23, 2022
    Configuration menu
    Copy the full SHA
    2fe61b7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.1 [skip ci]

    ## [@libp2p/interfaces-v2.0.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interfaces-v2.0.0...@libp2p/interfaces-v2.0.1) (2022-05-23)
    
    ### Bug Fixes
    
    * make stream return types synchronous ([#217](#217)) ([2fe61b7](2fe61b7))
    semantic-release-bot committed May 23, 2022
    Configuration menu
    Copy the full SHA
    e340abe View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.0.1 [skip ci]

    ## [@libp2p/interface-compliance-tests-v2.0.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v2.0.0...@libp2p/interface-compliance-tests-v2.0.1) (2022-05-23)
    
    ### Bug Fixes
    
    * make stream return types synchronous ([#217](#217)) ([2fe61b7](2fe61b7))
    semantic-release-bot committed May 23, 2022
    Configuration menu
    Copy the full SHA
    541235b View commit details
    Browse the repository at this point in the history
Loading