docs/changelogs/v0.28.md
The deprecated DHT API commands in the RPC client have been removed. Instead, use the Routing API.
/api/v0 is removedThe legacy subset of the Kubo RPC that was available via the Gateway port and was deprecated is now completely removed. You can read more in https://github.com/ipfs/kubo/issues/10312.
If you have a legacy software that relies on this behavior, and want to expose parts of /api/v0 next to /ipfs, use reverse-proxy in front of Kubo to mount both Gateway and RPC on the same port. NOTE: exposing RPC to the internet comes with security risk: make sure to specify access control via API.Authorizations.
The Object API commands deprecated back in 2021 have been removed, except for object diff, object patch add-link and object patch rm-link, whose alternatives have not yet been built (see issues 4801 and 4782).
Kubo no longer keeps track of loopback and private addresses on the LAN and WAN DHTs, respectively. This means that other nodes will not try to dial likely undialable addresses.
To support testing scenarios where multiple Kubo instances run on the same machine, Routing.LoopbackAddressesOnLanDHT is set to true when the test profile is applied.
The root CIDs of pinned content are now prioritized when announcing to the Amino DHT with Reprovider.Strategy set to all (default) or pinned, making the important CIDs accessible faster.
| Contributor | Commits | Lines Β± | Files Changed |
|---|---|---|---|
| Henrique Dias | 19 | +867/-2806 | 96 |
| Rod Vagg | 7 | +921/-475 | 25 |
| Marcin Rataj | 8 | +358/-344 | 18 |
| Guillaume Michel - guissou | 1 | +145/-485 | 13 |
| Jorropo | 8 | +429/-136 | 22 |
| Εukasz Magiera | 4 | +284/-48 | 11 |
| whyrusleeping | 1 | +90/-90 | 2 |
| Michael MurΓ© | 2 | +48/-73 | 9 |
| Marco Munizaga | 6 | +86/-29 | 10 |
| guillaumemichel | 3 | +93/-1 | 3 |
| Marten Seemann | 1 | +31/-4 | 4 |
| godeamon | 3 | +11/-8 | 3 |
| shuangcui | 1 | +6/-6 | 5 |
| occupyhabit | 1 | +3/-3 | 3 |
| crazehang | 1 | +2/-2 | 1 |
| Dennis Trautwein | 1 | +1/-2 | 1 |
| βGheisMohammadiβ | 1 | +1/-1 | 1 |
| web3-bot | 1 | +2/-0 | 1 |
| Daniel Norman | 1 | +1/-1 | 1 |