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.19.1 #9791

Merged
merged 6 commits into from
Apr 5, 2023
Merged

Release: v0.19.1 #9791

merged 6 commits into from
Apr 5, 2023

Commits on Apr 4, 2023

  1. chore: update version

    galargh committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    249ef36 View commit details
    Browse the repository at this point in the history
  2. chore: update go-libp2p to v0.26.4

    Jorropo authored and galargh committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0fad74c View commit details
    Browse the repository at this point in the history
  3. fix: remove timeout on default DHT operations (#9783)

    * fix: remove timeout on default DHT operations
    
    This removes the timeout by default for DHT operations. In particular
    this causes issues with ProvideMany requests which can take an
    indeterminate amount of time, but really these should just respect
    context timeouts by default. Users can still specify timeouts here if
    they want, but by default they will be set to "0" which means "no
    timeout".
    
    This is unlikely to break existing users of custom routing, because
    there was previously no utility in configuring a router with timeout=0
    because that would cause the router to immediately fail, so it is
    unlikely (and incorrect) if anybody was using timeout=0.
    
    * fix: remove 5m timeout on ProvideManyRouter
    
    For context see
    5fda291
    
    ---------
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    2 people authored and galargh committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e80dadd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    486c583 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. chore: update version

    galargh committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    096c783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34c7a3 View commit details
    Browse the repository at this point in the history