From f669e2b9a7572c3dd846dc109dee947a526dc5f7 Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Fri, 11 Oct 2024 16:46:53 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a099fcc..22bf42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add network version to handshake messages - Add Ray-ID to MessageInfo for message tracking - Add warning when discarding incomplete messages +- Add tracing when broadcasting to an eclipsed network ### Fixed @@ -23,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix ObjectTransmissionInformation deserialization - Fix duplicate processing for messages with different RaptorQ configurations - Fix idle nodes removal on maintainance +- Fix `find_new_nodes` to query the proper buckets ### Changed