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: multiformats/js-multiaddr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.3.4
Choose a base ref
...
head repository: multiformats/js-multiaddr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.3.5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 5, 2025

  1. fix: use named error when parsing multiaddrs (#395)

    Throw a `ParseError` instead of an `Error`
    achingbrain authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    5a9d33c View commit details
    Browse the repository at this point in the history
  2. fix: constrain options transport to tcp or udp (#396)

    Update the types to express that the `transport` field will only
    ever be `'tcp'` or `'udp'`.
    achingbrain authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    8d5b325 View commit details
    Browse the repository at this point in the history
  3. deps(dev): bump sinon from 18.0.1 to 19.0.2 (#387)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.1 to 19.0.2.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v18.0.1...v19.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    e1747b7 View commit details
    Browse the repository at this point in the history
  4. chore(release): 12.3.5 [skip ci]

    ## [12.3.5](v12.3.4...v12.3.5) (2025-02-05)
    
    ### Bug Fixes
    
    * constrain options transport to tcp or udp ([#396](#396)) ([8d5b325](8d5b325))
    * use named error when parsing multiaddrs ([#395](#395)) ([5a9d33c](5a9d33c))
    
    ### Dependencies
    
    * **dev:** bump sinon from 18.0.1 to 19.0.2 ([#387](#387)) ([e1747b7](e1747b7))
    semantic-release-bot committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    58d442f View commit details
    Browse the repository at this point in the history
Loading