Skip to content

Commit 7adf5f1

Browse files
Yggdrasil 0.5.11 (#1214)
Changelog updates. Co-authored-by: Neil Alexander <[email protected]>
1 parent 69451fe commit 7adf5f1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,23 @@ 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+
* TLS-based peering connections now support TLS 1.2 again
45+
2946
## [0.5.10] - 2024-11-24
3047

3148
### Added

0 commit comments

Comments
 (0)