@cryptotaxi247 / kubo / commits / 505f072d2

docs: add full v0.18.1 changelog

galargh committed Jan 30, 2023 at 12:53 UTC 505f072d2871c7a27011bd2279b5d3880756abc1
1 file changed +22 -4
docs/changelogs/v0.18.md
+22 -4
@@ -41,15 +41,33 @@ that was fine-tuned in [Kubo 0.18](https://github.com/ipfs/kubo/blob/biglep/reso
41
42 Adding default hard-limits from the Resource Manager/Accountant after the fact is tricky,
43 and some additional improvements have been made to improve the [computed defaults](https://github.com/ipfs/kubo/blob/master/docs/libp2p-resource-management.md#computed-default-limits).
44 -As much as possible, the aim is for a user to only think about how much memory they want to bound libp2p to,
44 +As much as possible, the aim is for a user to only think about how much memory they want to bound libp2p to,
45 and not need to think about translating that to hard numbers for connections, streams, etc.
46 -More updates are likely in future Kubo releases, but with this release:
46 +More updates are likely in future Kubo releases, but with this release:
47 1. ``System.StreamsInbound`` is no longer bounded directly
48 2. ``System.ConnsInbound``, ``Transient.Memory``, ``Transiet.ConnsInbound`` have higher default computed values.
49
50 -### 📝 Changelog
50 +### Changelog
51
52 -### 👨‍👩‍👧‍👦 Contributors
52 +<details><summary>Full Changelog</summary>
53 +
54 +- github.com/ipfs/kubo:
55 + - Add overview section
56 + - Adjust inbound connection limits depending on memory.
57 + - feat: Pubsub.SeenMessagesStrategy (#9543) ([ipfs/kubo#9543](https://github.com/ipfs/kubo/pull/9543))
58 + - chore: update version
59 +- github.com/libp2p/go-libp2p-pubsub (v0.8.2 -> v0.8.3):
60 + - feat: expire messages from the cache based on last seen time (#513) ([libp2p/go-libp2p-pubsub#513](https://github.com/libp2p/go-libp2p-pubsub/pull/513))
61 +
62 +</details>
63 +
64 +### Contributors
65 +
66 +| Contributor | Commits | Lines ± | Files Changed |
67 +|-------------|---------|---------|---------------|
68 +| Mohsin Zaidi | 2 | +511/-55 | 12 |
69 +| Antonio Navarro Perez | 2 | +57/-57 | 5 |
70 +| galargh | 1 | +1/-1 | 1 |
71
72 ## v0.18.0
73