v0.0.10
What's Changed
- A considerable update to the package documentation (#106)
- An overhaul of Thing Settings to be a subclass of Thing Properties (rather than a dictionary) and to save on set. (#110)
- Rename the Descriptor
PropertyDescriptortoThingPropertyand crate matchingThingSetting(also #110) - Remove the need to install server packages with optional
[server]argument on install (#123) - Considerable overhaul of the Python API by allowing
import labthings-fastapi as ltwhich should simplify imports. (mostly #121, tweaked in #134) - Retired the FileManager as blobs are used for file transfer now (#130)
- Formatting improvements to fallback server (#129)
- Ability to set the HTML code of the fallback server (also #129)
- MJPEG stream is now easier to stop, plus also has better test coverage (#131)
Full Changelog: v0.0.9...v0.0.10