@cryptotaxi247 / kubo / commits / 179e1f862

docs: move IPIP-476 feature to v0.40 changelog

PR #10954 (ExposeRoutingAPI default + GetClosestPeers) was merged after v0.39.0-rc1 and depends on boxo changes not yet released.

Marcin Rataj committed Nov 26, 2025 at 21:20 UTC 179e1f86299016e1dd103c4defdae4a21113e23e
2 files changed +5 -4
docs/changelogs/v0.39.md
-4
@@ -168,10 +168,6 @@ The `go-ipfs` name was deprecated in 2022 and renamed to `kubo`. Starting with t
168
169 All users should migrate to the `kubo` name in their scripts and configurations.
170
171 -#### Routing V1 HTTP API now exposed by default
172 -
173 -The [Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) is now exposed by default at `http://127.0.0.1:8080/routing/v1`. This allows light clients in browsers to use Kubo Gateway as a delegated routing backend instead of running a full DHT client. Support for [IPIP-476: Delegated Routing DHT Closest Peers API](https://github.com/ipfs/specs/pull/476) is included. Can be disabled via [`Gateway.ExposeRoutingAPI`](https://github.com/ipfs/kubo/blob/master/docs/config.md#gatewayexposeroutingapi).
174 -
171 ### 📦️ Important dependency updates
172
173 - update `go-libp2p` to [v0.45.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.45.0) (incl. [v0.44.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.44.0)) with self-healing UPnP port mappings and go-log/slog interop fixes
docs/changelogs/v0.40.md
+5
@@ -10,6 +10,7 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
10
11 - [Overview](#overview)
12 - [🔦 Highlights](#-highlights)
13 + - [Routing V1 HTTP API now exposed by default](#routing-v1-http-api-now-exposed-by-default)
14 - [📝 Changelog](#-changelog)
15 - [👨‍👩‍👧‍👦 Contributors](#-contributors)
16
@@ -17,6 +18,10 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
18
19 ### 🔦 Highlights
20
21 +#### Routing V1 HTTP API now exposed by default
22 +
23 +The [Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) is now exposed by default at `http://127.0.0.1:8080/routing/v1`. This allows light clients in browsers to use Kubo Gateway as a delegated routing backend instead of running a full DHT client. Support for [IPIP-476: Delegated Routing DHT Closest Peers API](https://github.com/ipfs/specs/pull/476) is included. Can be disabled via [`Gateway.ExposeRoutingAPI`](https://github.com/ipfs/kubo/blob/master/docs/config.md#gatewayexposeroutingapi).
24 +
25 ### 📝 Changelog
26
27 ### 👨‍👩‍👧‍👦 Contributors