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: v9.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: v10.0.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 11, 2022

  1. chore: bump @libp2p/tcp from 3.1.2 to 4.1.0 (#227)

    dev: bump @libp2p/tcp from 3.1.2 to 4.1.0
    
    Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p-tcp) from 3.1.2 to 4.1.0.
    - [Release notes](https://github.com/libp2p/js-libp2p-tcp/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p-tcp/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p-tcp@v3.1.2...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/tcp"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3bc8ed4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. fix!: remove @libp2p/components (#229)

    * fix!: remove @libp2p/components
    
    `@libp2p/components` is a choke-point for our dependency graph as it depends on every interface, meaning when one interface revs a major `@libp2p/components` major has to change too which means every module depending
    on it also needs a major.
    
    Switch instead to constructor injection of simple objects that let modules declare their dependencies on interfaces directly instead of indirectly via `@libp2p/components`
    
    Refs libp2p/js-libp2p-components#6
    
    BREAKING CHANGE: modules no longer implement `Initializable` instead switching to constructor injection
    
    * chore: update deps
    achingbrain authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    dd47517 View commit details
    Browse the repository at this point in the history
  2. chore(master): release 10.0.0 (#240)

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