Skip to content

v0.8.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtc42 jtc42 released this 20 Jul 16:07
· 348 commits to master since this release

0.8.0-beta.3 (2020-07-20)

  • Started API documentation
  • Added automatic URL generation for interaction builders (5a33d71)
  • Added create_app to top level import (070bfcd)
  • Added root import of LabThing class (4bf8412)
  • Added tests for LabThing view builders (d039874)
  • Deprecate monkey patch (9f7f905)
  • Fix conversion from None lock timeout to -1 (ea4ccba)
  • Fixed ThreadedWebsocketServer (70342ff)
  • Let LabThing object handle choice of JSON encoder (470b4f6)
  • Moved json.paths functions into json.schemas (58d9318)
  • Removed default schema for built properties (096eb99)
  • Removed LabThing.owns_endpoint (af56b80)
  • Removed get_class_that_defined_method function (19d80ce)
  • Renamed labthings.view to labthings.views (ec15b10)
  • Reverted current_thing proxy back to current_labthing function (6b79698)
  • Switched action builder to the same API as property builder (cb4d1a3)
  • Switched all docstrings to common format (dedebb9)
  • Updated flask_threaded_sockets (286cdb6)
  • Updated to simplified imports (6e4465f)