Updated changelog for v0.3.4 patch release

This commit is contained in:
TC Johnson 2024-08-01 19:11:34 -05:00
parent ff2f2125b0
commit f26303669b
No known key found for this signature in database

View File

@ -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