Skip to content

Commit

Permalink
Yggdrasil 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Dec 12, 2024
1 parent 2d58774 commit 35e1425
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- in case of vulnerabilities.
-->

## [0.5.11] - 2024-12-12

### Added

* Support for `unveil` and `pledge` on OpenBSD

### Changed

* 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
* The bloom filters are now repropagated periodically, to avoid nodes getting stuck with bad state

### Fixed

* A memory leak caused by missed cleanup of the peer response map has been fixed
* Other bug fixes with bloom filter propagation for off-tree filters and zero vs one bits

## [0.5.10] - 2024-11-24

### Added
Expand Down

0 comments on commit 35e1425

Please sign in to comment.