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-quic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: ChainSafe/js-libp2p-quic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.3
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 7, 2025

  1. chore: fix manifest (#33)

    There is a warning in the logs when publishing this package:
    
    ```
    npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
    npm warn publish errors corrected:
    npm warn publish "repository.url" was normalized to "git+https://github.com/ChainSafe/js-libp2p-quic.git"
    ```
    
    The change in this PR is made by `npm pkg fix` and should silence
    the warning in future.
    achingbrain authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    e6436de View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. deps: update @multiformats/multiaddr-matcher (#37)

    Updates dep to match libp2p version
    achingbrain authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    51d83bd View commit details
    Browse the repository at this point in the history
  2. fix: race signal instead of setting up listeners (#36)

    Ensures listeners are removed as appropriate.
    achingbrain authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    ffb35af View commit details
    Browse the repository at this point in the history
  3. fix: add error metrics (#39)

    Adds error event metrics similar to the TCP transport
    achingbrain authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    ee6dfe5 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 1.1.3 (#38)

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