docs: add ipfs pubsub deprecation reminder to changelog (#9827)

This commit is contained in:
Henrique Dias 2023-04-25 09:55:40 +02:00 committed by GitHub
parent f812f82574
commit 366546aae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
- [Trace Context support](#trace-context-support)
- [Removed legacy features](#removed-legacy-features)
- [`--empty-repo` is now the default](#--empty-repo-is-now-the-default)
- [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)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
@ -109,6 +110,10 @@ When creating a repository with `ipfs init`, `--empty-repo=true` is now the defa
that your repository will be empty by default instead of containing the introduction files.
You can read more about the rationale behind this decision on the [tracking issue](https://github.com/ipfs/kubo/issues/9757).
#### Reminder: `ipfs pubsub` commands and matching HTTP endpoints are deprecated and will be removed
`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).
### 📝 Changelog
### 👨‍👩‍👧‍👦 Contributors