docs: add `ipfs pubsub` deprecation reminder to changelog (#9827)
Henrique Dias committed
Apr 25, 2023 at 09:55 UTC
366546aae23bf4f673377b1e2a915bc71a177dfd
1 file changed
+5
docs/changelogs/v0.20.md
+5
@@ -13,6 +13,7 @@
13
- [Trace Context support](#trace-context-support)
14
- [Removed legacy features](#removed-legacy-features)
15
- [`--empty-repo` is now the default](#--empty-repo-is-now-the-default)
16
+ - [Reminder: `ipfs pubsub` commands and matching HTTP endpoints are deprecated and will be removed](#reminder-ipfs-pubsub-commands-and-matching-http-endpoints-are-deprecated-and-will-be-removed)
17
- [📝 Changelog](#-changelog)
18
- [👨👩👧👦 Contributors](#-contributors)
19
@@ -109,6 +110,10 @@ When creating a repository with `ipfs init`, `--empty-repo=true` is now the defa
110
that your repository will be empty by default instead of containing the introduction files.
111
You can read more about the rationale behind this decision on the [tracking issue](https://github.com/ipfs/kubo/issues/9757).
112
113
+#### Reminder: `ipfs pubsub` commands and matching HTTP endpoints are deprecated and will be removed
114
+
115
+`ipfs pubsub` commands and all `/api/v0/pubsub/` RPC endpoints and will be removed in the next release. For more information and rational see [#9717](https://github.com/ipfs/kubo/issues/9717).
116
+
117
### 📝 Changelog
118
119
### 👨👩👧👦 Contributors