Releases: mkj/sunset
Releases · mkj/sunset
v0.3.0
Sunset 0.3.0 - 2025-06-16
Changed
-
New
EventAPI to customise program behaviour, replacing
previousBehaviourtrait. -
Reduced code size, client or server code is not included where not used
(implemented withCliServgeneric parameter). -
Various fixes and API improvements. Edge conditions caught
by fuzzing are now handled properly. -
picow and Embassy std demos are moved to a separate top level demos/
directory. -
Demos config username changed from "admin" to "config".
-
sunset-asyncis now the common async crate, for both no_std and
std (previously namedsunset-embassy). -
sunset-stdasynccrate has std-specific features and thesunsetc
commandline client example (previously namedsunset-async).
Added
-
Added an initial server fuzzing target.
-
Improved some API documentation.
Removed
- Removed
defmt, now only havelog.
defmtcould be re-added if there is a use, but at present it's simpler to keep one format syntax.