Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.35.1 #2834

Merged
merged 8 commits into from
Jun 12, 2024
Merged

release v0.35.1 #2834

merged 8 commits into from
Jun 12, 2024

Commits on Jun 8, 2024

  1. identify: Don't filter addr if remote is neither public nor private (#…

    …2820)
    
    Updates the filterAddrs logic to no-op if the address is neither public nor private.
    
    This fixes an issue in mocknet that assigns each node an address in the IPv6 discard prefix space. That doesn't interact well with this logic in identify.
    
    The issue mocknet hits is that it filters out all received listen addresses and then doesn't remember any address for the peer.
    MarcoPolo authored and sukunrt committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c59cf25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb59af View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. identify: add test for observed address handling (#2828)

    This modifies TestObservedAddrManager to verify the fix in #2825
    ivan4th authored and sukunrt committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c142e5a View commit details
    Browse the repository at this point in the history
  2. libp2phttp: workaround for ResponseWriter's CloseNotifier (#2821)

    * libp2phttp: workaround for CloseNotifier
    
    * Add lintignore
    MarcoPolo authored and sukunrt committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4d511cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d9abb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5e2b33 View commit details
    Browse the repository at this point in the history
  5. webrtc: add a test for establishing many connections (#2801)

    Update pion/ice to include the fix for out of order 
    ConnectionState update callbacks
    sukunrt committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    789263e View commit details
    Browse the repository at this point in the history
  6. release v0.35.1

    sukunrt committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0952311 View commit details
    Browse the repository at this point in the history