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: v3.1.2
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: v4.1.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 7, 2022

  1. chore(deps)!: bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#215

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1adf73d View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0 [skip ci]

    ## [4.0.0](v3.1.2...v4.0.0) (2022-10-07)
    
    ### ⚠ BREAKING CHANGES
    
    * **deps:** bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#215)
    
    ### Trivial Changes
    
    * **deps:** bump @libp2p/interface-transport from 1.0.4 to 2.0.0 ([#215](#215)) ([1adf73d](1adf73d))
    semantic-release-bot committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    77ae659 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @libp2p/interface-mocks from 4.0.3 to 6.0.0 (#216)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f224a5a View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.0.1 [skip ci]

    ## [4.0.1](v4.0.0...v4.0.1) (2022-10-07)
    
    ### Trivial Changes
    
    * **deps-dev:** bump @libp2p/interface-mocks from 4.0.3 to 6.0.0 ([#216](#216)) ([f224a5a](f224a5a))
    semantic-release-bot committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    493219c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. fix: port listener to ES6 class syntax (#214)

    Co-authored-by: achingbrain <[email protected]>
    dapplion and achingbrain authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    af7b8e2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.2 [skip ci]

    ## [4.0.2](v4.0.1...v4.0.2) (2022-10-11)
    
    ### Bug Fixes
    
    * port listener to ES6 class syntax ([#214](#214)) ([af7b8e2](af7b8e2))
    semantic-release-bot committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5dea7d3 View commit details
    Browse the repository at this point in the history
  3. feat: add server.maxConnections option (#213)

    https://nodejs.org/api/net.html#servermaxconnections
    
    If set reject connections when the server's connection count gets high
    
    Useful to prevent too resource exhaustion via many open connections on high bursts of activity
    
    Co-authored-by: achingbrain <[email protected]>
    dapplion and achingbrain authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    99e88a4 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.1.0 [skip ci]

    ## [4.1.0](v4.0.2...v4.1.0) (2022-10-11)
    
    ### Features
    
    * add server.maxConnections option ([#213](#213)) ([99e88a4](99e88a4))
    semantic-release-bot committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    adf01ac View commit details
    Browse the repository at this point in the history
Loading