diff --git a/docs/changelogs/v0.40.md b/docs/changelogs/v0.40.md index ef7e78f95..143180a7b 100644 --- a/docs/changelogs/v0.40.md +++ b/docs/changelogs/v0.40.md @@ -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