Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/rainbow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.3
Choose a base ref
...
head repository: ipfs/rainbow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 12 commits
  • 11 files changed
  • 4 contributors

Commits on Nov 4, 2024

  1. feat: purge peer connections and information (#194)

    * feat: purge peer connections and information
    
    Connections to a specific peer, or to all peers, can be closed and the peer information removed from the peer store. This can be useful to help determine if the presence/absence of a connection to a peer is affecting behavior. Be aware that purging a connection is inherently racey as it is possible for the peer to reestablish a connection at any time following a purge.
    
    * Output peers list in json
    * Do not export mgr handler functions
    * Update README.md
    gammazero authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    54dbdda View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. chore: boxo v0.24.3 + kad-dht v0.28.1 (#200)

    * chore: update deps
    * fix: go-libp2p-kad-dht v0.28.1
    
    ---------
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    aschmahmann and lidel authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e692866 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Error instead of dropping unauthorized headers (#201)

    * fix: returns an HTTP 401 if authorization headers are required, but are not there or incorrect rather than silently ignoring those headers
    aschmahmann authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9b0b7f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. feat: increase routing limits (#154)

    * feat: increase routing limits
    * bitswap_setup: Update boxo and call pqm.Startup
    * Update changelog for increased routing limits
    aschmahmann authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    10cd50a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. feat: add flags to configure bitswap tuning params (#203)

    * feat: allow configuration of bitswap/routing tuning params.
    
    New CLI flags:
    
    - `routing-max-requests` - Maximum number of concurrent find requests
    - `routing-max-providers` - Maximum number of providers to return for each find request
    - `routing-max-timeout` - Maximum time for to find the maximum number of providers
    
    Corresponding environ vars:
    
    `ROUTING_MAX_REQUESTS`
    `ROUTING_MAX_PROVIDERS`
    `ROUTING_MAX_TIMEOUT`
    gammazero authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f3dcc26 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Update boxo (#204)

    * update to boxo with wants state update fix
    gammazero authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    5b3fcac View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. update to latest boxo

    gammazero committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    7ac1d74 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Upgrade to Boxo v0.25.0 (#205)

    * Upgrade to Boxo v0.25.0
    gammazero authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    ddfbdea View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump go.opentelemetry.io/otel/sdk from 1.29.0 to 1.32.0 (#…

    …195)
    
    Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.29.0 to 1.32.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    18bea8c View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump go.opentelemetry.io/contrib/instrumentation/net/htt…

    …p/otelhttp (#197)
    
    Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.52.0 to 0.57.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.52.0...zpages/v0.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    ff7727c View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump go.opentelemetry.io/contrib/propagators/autoprop (#198

    )
    
    Bumps [go.opentelemetry.io/contrib/propagators/autoprop](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.52.0 to 0.57.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.52.0...zpages/v0.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/contrib/propagators/autoprop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3198b18 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Release v0.9.0 (#206)

    * tidy changelog and update version
    gammazero authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    37f0dbe View commit details
    Browse the repository at this point in the history
Loading