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.24.1 #706

Merged
merged 35 commits into from
Oct 25, 2024
Merged

Release v0.24.1 #706

merged 35 commits into from
Oct 25, 2024

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    a2fc8e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #685 from ipfs/release

    Merge release v0.24.0
    gammazero authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3876e45 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    30abd55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf89a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. refactor: bitswap client does not need ProviderQueryManager (#676)

    btswap client does not need ProviderQueryManager
    
    The bitswap Client does not to hold a reference to the provider query manager. The session maintains the ProviderQueryManager reference.
    gammazero authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    08fb71d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    c2487a2 View commit details
    Browse the repository at this point in the history
  2. fix(bitswap/session): cleanup live wants on cancel

    Otherwise live wants get rebroadcasted/requested forever, even when we cancelled those.
    Wondertan committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1e02fa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    d20c747 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    gammazero committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    da0654d View commit details
    Browse the repository at this point in the history
  3. chore: CHANGELOG.md

    lidel authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cb59df1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #690 from Wondertan/cleanup-live-wants

    fix(bitswap/session): cleanup live wants on cancel
    gammazero authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    043c71c View commit details
    Browse the repository at this point in the history
  5. fix: bitswap performance issue (#692)

    - Fix exhausted wants problem resulting in possible performance issue
    - Minor improvements for GC.
    - RWLock not justified for time reading
    - replace unneeded RWMutex with Mutex
    - build strings with strings.Builder
    gammazero authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    19bcc75 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. chore: update dependencies (#693)

    - update dependencies
    - Use sync/atomic instead of uber/atomic
    - mod tidy examples
    - test sharness with go1.23
    - update go-unixfsnode
    - fix: extra go mod tidy
    gammazero authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7b7d634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a2d76 View commit details
    Browse the repository at this point in the history
  3. fix(routing/http/client): avoid escaping comma query separator (#688)

    (cherry picked from commit 30abd55)
    lidel authored and gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    22371e8 View commit details
    Browse the repository at this point in the history
  4. refactor: reuse timers instead of time.After in loops (#687)

    Closes #122
    
    (cherry picked from commit 7bf89a7)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7780b0e View commit details
    Browse the repository at this point in the history
  5. refactor: bitswap client does not need ProviderQueryManager (#676)

    btswap client does not need ProviderQueryManager
    
    The bitswap Client does not to hold a reference to the provider query manager. The session maintains the ProviderQueryManager reference.
    
    (cherry picked from commit 08fb71d)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dee0351 View commit details
    Browse the repository at this point in the history
  6. feat(routing/http/client): DefaultProtocolFilter for IPIP-484 (#689)

    (cherry picked from commit c2487a2)
    lidel authored and gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ff556fd View commit details
    Browse the repository at this point in the history
  7. fix(bitswap/session): cleanup live wants on cancel

    Otherwise live wants get rebroadcasted/requested forever, even when we cancelled those.
    
    (cherry picked from commit 1e02fa0)
    Wondertan authored and gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f172ec1 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    (cherry picked from commit da0654d)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    07d87e2 View commit details
    Browse the repository at this point in the history
  9. chore: CHANGELOG.md

    (cherry picked from commit cb59df1)
    lidel authored and gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3129f1e View commit details
    Browse the repository at this point in the history
  10. fix: bitswap performance issue (#692)

    - Fix exhausted wants problem resulting in possible performance issue
    - Minor improvements for GC.
    - RWLock not justified for time reading
    - replace unneeded RWMutex with Mutex
    - build strings with strings.Builder
    
    (cherry picked from commit 19bcc75)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d168417 View commit details
    Browse the repository at this point in the history
  11. chore: update dependencies (#693)

    - update dependencies
    - Use sync/atomic instead of uber/atomic
    - mod tidy examples
    - test sharness with go1.23
    - update go-unixfsnode
    - fix: extra go mod tidy
    
    (cherry picked from commit 7b7d634)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    443565c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb4cc83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    40274db View commit details
    Browse the repository at this point in the history
  14. bump version to v0.24.1

    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d337b7f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62b8ab7 View commit details
    Browse the repository at this point in the history
  16. Update go-libp2p-kad-dbt (#698)

    - Update go-libp2p-kad-dbt
    - Replace use of `github.com/pkg/errors` with stdlib `errors`
    - update go-ipfs-redirects-file
    gammazero authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a016a54 View commit details
    Browse the repository at this point in the history
  17. feat(provider): adjustable MaxBatchSize limit (#544)

    (cherry picked from commit 62b8ab7)
    Jorropo authored and gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4b7cef9 View commit details
    Browse the repository at this point in the history
  18. Update go-libp2p-kad-dbt (#698)

    - Update go-libp2p-kad-dbt
    - Replace use of `github.com/pkg/errors` with stdlib `errors`
    - update go-ipfs-redirects-file
    
    (cherry picked from commit a016a54)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f4dc751 View commit details
    Browse the repository at this point in the history
  19. Update go-libp2p-kad-dbt (#698)

    - Update go-libp2p-kad-dbt
    - Replace use of `github.com/pkg/errors` with stdlib `errors`
    - update go-ipfs-redirects-file
    
    (cherry picked from commit a016a54)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    434a0e4 View commit details
    Browse the repository at this point in the history
  20. Update go-libp2p-kad-dbt (#698)

    - Update go-libp2p-kad-dbt
    - Replace use of `github.com/pkg/errors` with stdlib `errors`
    - update go-ipfs-redirects-file
    
    (cherry picked from commit a016a54)
    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f999bec View commit details
    Browse the repository at this point in the history
  21. update changelog

    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0ff6f30 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    88cdbca View commit details
    Browse the repository at this point in the history