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.1
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.2
Choose a head ref
  • 4 commits
  • 16 files changed
  • 2 contributors

Commits on Jun 29, 2025

  1. deps: update aegir (#29)

    Updates aegir to the latest version and fixes all linting errors.
    achingbrain authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    1dc9c58 View commit details
    Browse the repository at this point in the history
  2. fix: do not throw unimplemented error (#30)

    We don't need to update announce addrs so don't throw a not
    implemented error.
    
    Fixes #27
    achingbrain authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    b730d02 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. fix: listen on multiple wildcards (#32)

    * fix: listen on multiple wildcards
    
    Switches UDP port creation to use the socket2 crate - this lets us
    configure ipv6 ports to only listen on ipv6 addresses and not be
    dual stack (default on linux).
    
    Fixes #28
    
    * chore: remove unused var
    achingbrain authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    9a22a8f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.1.2 (#31)

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