Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

v0.10.0

Compare
Choose a tag to compare
@little-dude little-dude released this 22 Sep 09:33
· 794 commits to master since this release
968978b

Added

  • Preparation for redis support: prepare for xaynet_server to store PET data in redis #416, #515
  • Add support for multipart messages in the message structure #508, #513, #514
  • Generalised scalar extension #496, #507
  • Add server metrics #487, #488, #489, #493
  • Refactor the client into a state machine, and add a client tailored for mobile devices #471, #497, #506

Changed

  • Split the xaynet crate into several sub-crates:
    • xaynet_core (0.1.0 released), re-exported as xaynet::core
    • xaynet_client (0.1.0 released), re-exported as xaynet::client when compiled with --features client
    • xaynet_server (0.1.0 released), re-exported as xaynet::server when compiled with --features server
    • xaynet_macro (0.1.0 released)
    • xaynet_ffi (not released)