kubo/plugin
Marcin Rataj d405dfd1ae
Some checks are pending
CodeQL / codeql (push) Waiting to run
Docker Check / lint (push) Waiting to run
Docker Check / build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / unit-tests (push) Waiting to run
Go Test / cli-tests (push) Waiting to run
Go Test / example-tests (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
docs: loud deprecation of badger v1 datastore (#11187)
* docs: loud deprecation of badger v1 datastore

badger v1 (go-ds-badger) has not been maintained by its upstream
maintainers for years and has known bugs (startup timeouts, shutdown
hangs, fd exhaustion). make the deprecation loud and unavoidable:

- print ERROR log line and bordered stderr message on every daemon
  start when a badger-based datastore is detected
- mark badgerds and badgerds-measure init profiles as DEPRECATED
- update docs/datastores.md and docs/config.md with migration guidance
- add changelog highlight for v0.40

badger v1 support will be removed later in 2026.

part of https://github.com/ipfs/kubo/issues/11186

* docs(changelog): link badger deprecation to #11186
2026-02-09 22:00:17 +01:00
..
loader refactor(ci): optimize build workflows (#10973) 2025-09-19 14:44:38 +02:00
plugins docs: loud deprecation of badger v1 datastore (#11187) 2026-02-09 22:00:17 +01:00
daemon.go chore: clean migration 2023-11-29 12:29:59 +01:00
daemoninternal.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
datastore.go style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
fx.go feat: add fx options plugin 2022-08-12 17:04:29 -04:00
ipld.go style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
plugin.go doc(plugin): document plugin config 2020-05-12 21:56:02 -07:00
Rules.mk plugin: create plugin API and loader, add ipld-git plugin 2017-07-12 21:53:59 +02:00
tracer.go style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00