Releases: ewilken/hap-rs
Releases · ewilken/hap-rs
v0.1.0-pre.5
- fix a bug in
FileStorage
not truncating the file & producing invalid JSON on disk
Thanks to @Gaelan!
v0.1.0-pre.4
- replace
ring
HKDF with RustCryptohkdf
crate & remove dependency onring
- update
ed25519-dalek
,sha2
&srp
dependencies
v0.1.0-pre.3
- change
Server::add_accessory
&Server::remove_accessory
methods to work with an immutable version of theServer
- add example for dynamic accessory addition after server start
- add example for setting characteristic values after server start
v0.1.0-pre.2
- move codegen to separate crate
v0.1.0-pre.1
build on Windows