Skip to content

Commit 35e1425

Browse files
committed
Yggdrasil 0.5.11
1 parent 2d58774 commit 35e1425

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
- in case of vulnerabilities.
2727
-->
2828

29+
## [0.5.11] - 2024-12-12
30+
31+
### Added
32+
33+
* Support for `unveil` and `pledge` on OpenBSD
34+
35+
### Changed
36+
37+
* The parent selection algorithm now only chooses a new parent if there is a larger cost benefit to doing so, which should help to stabilise the tree
38+
* The bloom filters are now repropagated periodically, to avoid nodes getting stuck with bad state
39+
40+
### Fixed
41+
42+
* A memory leak caused by missed cleanup of the peer response map has been fixed
43+
* Other bug fixes with bloom filter propagation for off-tree filters and zero vs one bits
44+
2945
## [0.5.10] - 2024-11-24
3046

3147
### Added

0 commit comments

Comments
 (0)