Skip to content

Commit

Permalink
docs: add full v0.18.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 30, 2023
1 parent 9c1a803 commit 505f072
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions docs/changelogs/v0.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,33 @@ that was fine-tuned in [Kubo 0.18](https://github.com/ipfs/kubo/blob/biglep/reso

Adding default hard-limits from the Resource Manager/Accountant after the fact is tricky,
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).
As much as possible, the aim is for a user to only think about how much memory they want to bound libp2p to,
As much as possible, the aim is for a user to only think about how much memory they want to bound libp2p to,
and not need to think about translating that to hard numbers for connections, streams, etc.
More updates are likely in future Kubo releases, but with this release:
More updates are likely in future Kubo releases, but with this release:
1. ``System.StreamsInbound`` is no longer bounded directly
2. ``System.ConnsInbound``, ``Transient.Memory``, ``Transiet.ConnsInbound`` have higher default computed values.

### πŸ“ Changelog
### Changelog

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors
<details><summary>Full Changelog</summary>

- github.com/ipfs/kubo:
- Add overview section
- Adjust inbound connection limits depending on memory.
- feat: Pubsub.SeenMessagesStrategy (#9543) ([ipfs/kubo#9543](https://github.com/ipfs/kubo/pull/9543))
- chore: update version
- github.com/libp2p/go-libp2p-pubsub (v0.8.2 -> v0.8.3):
- 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))

</details>

### Contributors

| Contributor | Commits | Lines Β± | Files Changed |
|-------------|---------|---------|---------------|
| Mohsin Zaidi | 2 | +511/-55 | 12 |
| Antonio Navarro Perez | 2 | +57/-57 | 5 |
| galargh | 1 | +1/-1 | 1 |

## v0.18.0

Expand Down

0 comments on commit 505f072

Please sign in to comment.