-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: ipfs/rainbow
base: v1.8.3
head repository: ipfs/rainbow
compare: v1.9.0
- 12 commits
- 11 files changed
- 4 contributors
Commits on Nov 4, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 54dbdda - Browse repository at this point
Copy the full SHA 54dbddaView commit details
Commits on Nov 15, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e692866 - Browse repository at this point
Copy the full SHA e692866View commit details
Commits on Nov 25, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 9b0b7f4 - Browse repository at this point
Copy the full SHA 9b0b7f4View commit details
Commits on Dec 2, 2024
-
feat: increase routing limits (#154)
* feat: increase routing limits * bitswap_setup: Update boxo and call pqm.Startup * Update changelog for increased routing limits
Configuration menu - View commit details
-
Copy full SHA for 10cd50a - Browse repository at this point
Copy the full SHA 10cd50aView commit details
Commits on Dec 3, 2024
-
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`
Configuration menu - View commit details
-
Copy full SHA for f3dcc26 - Browse repository at this point
Copy the full SHA f3dcc26View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b3fcac - Browse repository at this point
Copy the full SHA 5b3fcacView commit details
Commits on Dec 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ac1d74 - Browse repository at this point
Copy the full SHA 7ac1d74View commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddfbdea - Browse repository at this point
Copy the full SHA ddfbdeaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 18bea8c - Browse repository at this point
Copy the full SHA 18bea8cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ff7727c - Browse repository at this point
Copy the full SHA ff7727cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3198b18 - Browse repository at this point
Copy the full SHA 3198b18View commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37f0dbe - Browse repository at this point
Copy the full SHA 37f0dbeView commit details
There are no files selected for viewing