fix: remove outdated changelog part
Jorropo committed
Mar 20, 2023 at 12:23 UTC
c9fc10dafcf8487245f83f1e57cd2e02f88dbb51
1 file changed
+2
-6
docs/changelogs/v0.19.md
+2
-6
@@ -7,7 +7,6 @@
7
- [Overview](#overview)
8
- [🔦 Highlights](#-highlights)
9
- [Improving the libp2p resource management integration](#improving-the-libp2p-resource-management-integration)
10
- - [PubSub message caching improvements](#pubsub-message-caching-improvements)
10
- [Gateways](#gateways)
11
- [Signed IPNS Record response format](#signed-ipns-record-response-format)
12
- [Example fetch and inspect IPNS record](#example-fetch-and-inspect-ipns-record)
@@ -21,16 +20,13 @@
20
### 🔦 Highlights
21
22
#### Improving the libp2p resource management integration
23
+
24
There are further followups up on libp2p resource manager improvements in Kubo [0.18.0](https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.18.md#improving-libp2p-resource-management-integration-1)
25
and [0.18.1](https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.18.md#improving-libp2p-resource-management-integration):
26
1. `ipfs swarm limits` and `ipfs swarm stats` have been replaced by `ipfs swarm resources` to provide a single/combined view for limits and their current usage in a more intuitive ordering.
27
1. Removal of `Swarm.ResourceMgr.Limits` config. Instead [the power user can specify limits in a .json file that are fed directly to go-libp2p](https://github.com/ipfs/kubo/blob/master/docs/libp2p-resource-management.md#user-supplied-override-limits). This allows the power user to take advantage of the [new resource manager types introduced in go-libp2p 0.25](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md#new-resource-manager-types-) including "use default", "unlimited", "block all".
28
- Note: we don't expect most users to need these capablities, but they are there if so.
29
-1. [Doc updates](https://github.com/ipfs/kubo/blob/master/docs/libp2p-resource-management.md).
30
-
31
-#### PubSub message caching improvements
32
-
33
-The PubSub message cache will now [prune messages after TTL is exhausted](https://github.com/ipfs/kubo/blob/master/docs/config.md#pubsubseenmessagesttl), [either based on the last time a message was seen or the first time it was seen](https://github.com/ipfs/kubo/blob/master/docs/config.md#pubsubseenmessagesstrategy).
29
+1. [Doc updates](https://github.com/ipfs/kubo/blob/master/docs/libp2p-resource-management.md).
30
31
#### Gateways
32