Skip to content

v0.0.10

Choose a tag to compare

@julianstirling julianstirling released this 07 Jul 12:11
· 617 commits to main since this release
034ea9a

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 PropertyDescriptor to ThingProperty and crate matching ThingSetting (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 lt which 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