From f26303669b25a18e05b2281c2300cd14d5ec66a4 Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Thu, 1 Aug 2024 19:11:34 -0500 Subject: [PATCH] Updated changelog for v0.3.4 patch release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c362dd..81480736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +**Changed in Veilid 0.3.3** +- Crates updates + - Update crates to newer versions + - Remove veilid-async-tungstenite and veilid-async-tls crates as they are no longer needed +- Fix startup/shutdown/attach/detach + - Improved resource accounting + - Locked startup/shutdown mechanism + - Perfetto profiler output for ui.perfetto.dev + - SO_LINGER(0) re-enabled to eliminate TIME_WAIT on restart/detach/attach + (this may cause noise for WASM in browsers when websockets are RST dropped rather than handshake closed, we will deal with this later) +- _Community Contributions_ + - prototype script to install / run a veilid-server node within a unifyos device (tested on a unify dream machine pro SE) @Vyrus-001 + **Changed in Veilid 0.3.3** - Fix set_dht_value and watch_value - Watching values incorrectly categorized 'owner' keys as anonymous watchers