@cryptotaxi247 / kubo / commits / f509e2498

docs: add PubSub to changelog

Jorropo committed Mar 8, 2023 at 17:59 UTC f509e24984d0649d5079d6ad8c74c93a23cd09f2
1 file changed +5
docs/changelogs/v0.19.md
+5
@@ -7,6 +7,7 @@
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)
11 - [📝 Changelog](#-changelog)
12 - [👨‍👩‍👧‍👦 Contributors](#-contributors)
13
@@ -22,6 +23,10 @@ and [0.18.1](https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.18.md#i
23 - Note: we don't expect most users to need these capablities, but they are there if so.
24 1. [Doc updates](https://github.com/ipfs/kubo/blob/master/docs/libp2p-resource-management.md).
25
26 +#### PubSub message caching improvements
27 +
28 +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 +
30 ### 📝 Changelog
31
32 ### 👨‍👩‍👧‍👦 Contributors