docs(changelog): link badger deprecation to #11186

This commit is contained in:
Marcin Rataj 2026-02-09 21:42:12 +01:00
parent 2ca1c9dfef
commit 7353862bfe

View File

@ -318,7 +318,7 @@ The [`server` profile](https://github.com/ipfs/kubo/blob/master/docs/config.md#s
The `badgerds` datastore (based on badger 1.x) is slated for removal. Badger v1 has not been maintained by its upstream maintainers for years and has known bugs including startup timeouts, shutdown hangs, and file descriptor exhaustion. Starting with this release, every daemon start with a badger-based repository prints a loud deprecation error on stderr.
See the [`badgerds` profile documentation](https://github.com/ipfs/kubo/blob/master/docs/config.md#badgerds-profile) for migration guidance, and [#10347](https://github.com/ipfs/kubo/issues/10347) / [#4279](https://github.com/ipfs/kubo/issues/4279) for background.
See the [`badgerds` profile documentation](https://github.com/ipfs/kubo/blob/master/docs/config.md#badgerds-profile) for migration guidance, and [#11186](https://github.com/ipfs/kubo/issues/11186) for background.
#### 📦️ Dependency updates