Skip to content
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: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0.2
Choose a base ref
...
head repository: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.3
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 28, 2023

  1. fix: use trace logging (#298)

    Noise logs in-progress business-as-usual style messages which can
    make the logs quite noisy.
    
    This PR switches to using trace logging for those messages, you can
    see them if you include `*:trace` or similar in the debug string.
    achingbrain authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    474c3ed View commit details
    Browse the repository at this point in the history
  2. chore: bump @multiformats/multiaddr from 11.6.1 to 12.1.0 (#293)

    Bumps [@multiformats/multiaddr](https://github.com/multiformats/js-multiaddr) from 11.6.1 to 12.1.0.
    - [Release notes](https://github.com/multiformats/js-multiaddr/releases)
    - [Changelog](https://github.com/multiformats/js-multiaddr/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multiaddr@v11.6.1...v12.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@multiformats/multiaddr"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8df5561 View commit details
    Browse the repository at this point in the history
  3. chore: bump libp2p from 0.42.2 to 0.43.2 (#294)

    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.42.2 to 0.43.2.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.42.2...v0.43.2)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1452406 View commit details
    Browse the repository at this point in the history
  4. chore(master): release 11.0.3 (#300)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    65cf6b9 View commit details
    Browse the repository at this point in the history
Loading