Log for README.md
-
Add new, experimental, feture gated notifications 💬 by Caio 2 years ago
This patch introduces Notification::{DataSent,DataReceived} which allows peeking into the interaction between peers without having to deal with traces -
Update docs wrt std feature / core::error::Error by Caio 2 years ago
-
There's a way to change runtime config nowadays 💬 by Caio 2 years ago
... and I don't really think doing that automatically is a good thing anymore: most clusters are fixed size(ish), what changes is the visibility and liveness of their peers- I don't want parameters changing during a rolling restart nor during actual outages.
-
agent example: fully working custom broadcast by Caio 2 years ago
-
meta: new home by Caio 2 years ago
-
Only emit DEBUG and TRACE traces 💬 by Caio 2 years ago
I'll stick to a simple methodology here: - this is a library, so never emit traces higher than DEBUG - DEBUG is used for high-level protocol visibility - TRACE is used for exposing the guts
-
No more promises 💬 by Caio 2 years ago
If I do it, I'll publish. If you want it, we can talk ;)
-
Fix tracing links by Caio 2 years ago
-
Mention Config::new_{lan,wan} under `std` feature by Caio 4 years ago
-
Move example deps to dev-dependencies 💬 by Caio 4 years ago
It seems I got confused and forgot that I can use `dev-dependencies` to specify the extra dependencies that aren't part of the crate. Now the feature powerset tests don't take an insane amount of time :-)
-
Replace `ensure_no_std_alloc` with a ARM CI build 💬 by Caio 4 years ago
Less ad-hoc stuff for me to maintain and I, locally, would rather install the `thumbv7m-none-eabi` target than follow +nightly.
-
Initial public commit 💬 by Caio 4 years ago
Probably good enough for a first experimental release