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: v15.0.0
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: v15.1.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 13, 2024

  1. fix: bump @noble/ciphers from 0.4.1 to 0.5.1 (#419)

    Bumps [@noble/ciphers](https://github.com/paulmillr/noble-ciphers) from 0.4.1 to 0.5.1.
    - [Release notes](https://github.com/paulmillr/noble-ciphers/releases)
    - [Commits](paulmillr/noble-ciphers@0.4.1...0.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@noble/ciphers"
      dependency-type: direct:production
      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 Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cd2910a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. feat: add service capabilities definition (#429)

    The latest libp2p release allows services to declare their
    capabilities (what they provide to the node) and their
    dependencies (the capabilities they require other services to
    provide for the config to be "valid").
    
    Adds the `serviceCapabilities` symbol property that says Noise
    provides the `@libp2p/connection-encryption` capability and also
    that it provides noise encryption as some transports (WebTransport,
    WebRTC) now require this module to be configured alongside them.
    achingbrain authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a3b517b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore: update github actions and dev dependencies (#431)

    * chore: update github actions and dev dependencies
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    * chore: downgrade aegir
    
    Signed-off-by: Marin Petrunic <[email protected]>
    
    ---------
    
    Signed-off-by: Marin Petrunic <[email protected]>
    mpetrunic authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bc29018 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. chore(master): release 15.1.0 (#433)

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