From 7353862bfe5a94bd8800fdef001629936097601e Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 9 Feb 2026 21:42:12 +0100 Subject: [PATCH] docs(changelog): link badger deprecation to #11186 --- docs/changelogs/v0.40.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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