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.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: v6.0.2
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 5, 2022

  1. feat!: add metrics (#223)

    Uses new metrics interface from libp2p/js-libp2p-interfaces#310 to report useful connection metrics.
    
    Similar to #217 but it adds the listening host/port to the metrics name to allow multiple TCP listeners to report metrics separately.
    
    BREAKING CHANGE: requires metrics interface v4
    achingbrain authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    c004357 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.0 [skip ci]

    ## [6.0.0](v5.0.2...v6.0.0) (2022-11-05)
    
    ### ⚠ BREAKING CHANGES
    
    * requires metrics interface v4
    
    ### Features
    
    * add metrics ([#223](#223)) ([c004357](c004357)), closes [#217](#217)
    semantic-release-bot committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    92e1442 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    2822db3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. chore(deps-dev): bump @libp2p/interface-mocks from 7.1.0 to 8.0.1 (#225)

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

    ## [6.0.1](v6.0.0...v6.0.1) (2022-11-16)
    
    ### Trivial Changes
    
    * **deps-dev:** bump @libp2p/interface-mocks from 7.1.0 to 8.0.1 ([#225](#225)) ([a271056](a271056))
    semantic-release-bot committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3aadf43 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. fix: update metric names to follow prometheus naming guide (#228)

    The [Prometheus metric naming guidelines](https://prometheus.io/docs/practices/naming/) say they should have suffixes like `_total` for unit-less counts and `_info` for metadata.
    achingbrain authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    24c5b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efcfbb2 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.0.2 [skip ci]

    ## [6.0.2](v6.0.1...v6.0.2) (2022-11-17)
    
    ### Bug Fixes
    
    * update metric names to follow prometheus naming guide ([#228](#228)) ([24c5b37](24c5b37))
    
    ### Trivial Changes
    
    * add test for filtering unix socket address ([#229](#229)) ([efcfbb2](efcfbb2)), closes [#132](#132)
    semantic-release-bot committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    de04ef4 View commit details
    Browse the repository at this point in the history
Loading