Skip to content

Commit

Permalink
docs: add changelog entry for DHT commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jan 31, 2024
1 parent 8e83597 commit a5dbe86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/changelogs/v0.27.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- [Overview](#overview)
- [πŸ”¦ Highlights](#-highlights)
- [Gateway: support for `/api/v0` is deprecated](#gateway-support-for-apiv0-is-deprecated)
- [IPNS resolver cache's TTL can now be configured](#ipns-resolver-caches-ttl-can-now-be-configured)
- [Deprecated DHT commands removed from `/api/v0/dht`](#deprecated-dht-commands-removed-from-apiv0dht)
- [πŸ“ Changelog](#-changelog)
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)

Expand All @@ -24,6 +26,14 @@ If you have a legacy software that relies on this behavior, and want to expose p

You can now configure the upper-bound of a cached IPNS entry's Time-To-Live via [`Ipns.MaxCacheTTL`](https:/ipfs/kubo/blob/master/docs/config.md#ipnsmaxcachettl).

#### Deprecated DHT commands removed from `/api/v0/dht`

All the DHT commands that were deprecated were finally removed from `/api/v0/dht`. You can now use them via `/api/v0/routing`.

To match this change, the DHT commands in the Go RPC client have been marked as deprecated, and aliased to the Routing interface. All methods previously available under the DHT interface are now available under the Routing interface.

In the next version, all DHT deprecated methods will be removed from the Go RPC client.

### πŸ“ Changelog

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

0 comments on commit a5dbe86

Please sign in to comment.