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.21.0 #622

Merged
merged 11 commits into from
Jun 21, 2024
Merged

Release v0.21.0 #622

merged 11 commits into from
Jun 21, 2024

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    1bcd545 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge pull request #614 from ipfs/merge-release-v0.20.0

    Merge release v0.20.0
    hacdias authored May 27, 2024
    Configuration menu
    Copy the full SHA
    625ba76 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. routing/http: fix goroutine/memory leak

    I've noticed some memory and goroutine buildup, linked to that function.
    
    It seems like when the context get cancelled, the consumer could be gone, but that function would still attempt to write in the channel and block forever.
    MichaelMure authored and aschmahmann committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    435d838 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    1fccf46 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    aaf9a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2d250 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d99b7e8 View commit details
    Browse the repository at this point in the history
  2. fix(routing/http/contentrouter): additional FindPeer checks (#616)

    * fix(routing/http/contentrouter): return error when no responses are found in FindPeer
    * fix(routing/http/contentrouter): fix findpeer iteration log message
    * fix(routing/http/contentrouter): only return information for FindPeer that matches the requested peerID
    * fix(routing/http/contentrouter): only return information for FindPeer if there are actual addresses
    * fix(routing/http/contentrouter): switch logging from Warnw -> Warnf where there aren't key pairs
    * docs: update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    aschmahmann and lidel authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fa17571 View commit details
    Browse the repository at this point in the history
  3. docs(changelog): v0.21.0

    lidel authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c5b15a2 View commit details
    Browse the repository at this point in the history
  4. chore: release v0.21.0

    lidel committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5ad1c8d View commit details
    Browse the repository at this point in the history
  5. chore: update deps

    go get -t -u ./...
    lidel committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4eec0e4 View commit details
    Browse the repository at this point in the history