8000 Comparing v5.0.1...v5.0.2 · libp2p/js-libp2p-tcp · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 29, 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-tcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: libp2p/js-libp2p-tcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 5, 2022

  1. fix: handle listen error (#224)

    The `net.Server` `.listen` callback is not a node-style callback that gets passed an error, it's a listener for the `listen` event.
    
    To handle errors when `.listen`ing, one must listen for the `error` event, so update the code to do that and add a test to prevent regressions.
    achingbrain authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4125e9e View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.2 [skip ci]

    ## [5.0.2](v5.0.1...v5.0.2) (2022-11-05)
    
    ### Bug Fixes
    
    * handle listen error ([#224](#224)) ([4125e9e](4125e9e))
    semantic-release-bot committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    73240c4 View commit details
    Browse the repository at this point in the history
Loading
0