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 #696

Closed
wants to merge 15 commits into from
Closed

Release v0.24.1 #696

wants to merge 15 commits into from

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. new version

    gammazero committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d38ca57 View commit details
    Browse the repository at this point in the history