From fdf6a31cbdd8bdfe4be4e9e783f7232e3627f46e Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 21 Sep 2023 21:23:19 +0200 Subject: [PATCH] Updated changelog --- Changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3a90e0d..d161308 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,25 @@ +### 2023-09-21: RNS β 0.6.0 + +This release brings a few performance improvements, additions to the included utilities, and fixes a number of bugs. + +**Changes** +- Added ability to run automatic probe responder on Transport Instances +- Improved `rnprobe` utility +- Improved AutoInterface peering on Android devices +- Improved Transport performance +- Improved path re-discovery when local nodes roam to other network segments +- Updated various parts of the documentation + +**Bugfixes** +- Fixed missing timeout check in `rncp` +- Fixed missing link status check on 'Identify()' call, which could lead to an unnecessary exception + +**Release Hashes** +``` +88a26b1593e82a628dab96dbe8820548aea0159235f730fa992bf1833db59246 rns-0.6.0-py3-none-any.whl +bcee416e4fb52346d01f6e0c46b1cebf84b127cc516603367fc2ae00a4149fa2 rnspure-0.6.0-py3-none-any.whl +``` + ### 2023-09-19: RNS β 0.5.9 This release brings major efficiency improvements to `Channel` and `Buffer` classes, adds a range of usability improvements to the included utilities and fixes a number of bugs.