Skip to content

v0.0.15

Choose a tag to compare

@rwb27 rwb27 released this 26 Feb 00:30
· 363 commits to main since this release
31c06ec

This release introduced a bug with loading settings, and has been yanked from PyPI. All PRs below are described in release notes for v0.0.16.

This release tidies up quite a few things internally, and adds some new features.

New features

  • URLs can now be generated when models are serialised (#242). This will allow actions and properties to include URLs that refer to Things.
  • Actions can now get a copy of their logs (#260).
  • The Thing Description now includes the readOnly field for properties (#262).

What's Changed

  • URLFor class to generate URLs at serialisation time by @rwb27 in #242
  • Loosen timing tolerances by @rwb27 in #251
  • Use a _set_ prefix on property setters. by @rwb27 in #249
  • Fix a failing unit test on Windows by @rwb27 in #250
  • Make BaseDescriptor generic wrt the owning class by @rwb27 in #254
  • Make use of url_for_middleware to tidy up Blob and Invocation URLs by @rwb27 in #244
  • Allow an action to get a copy of the logs raised during the action. by @julianstirling in #260
  • Easier access to metadata and other features of properties/actions by @rwb27 in #258
  • Add application configuration that propagates to Things by @julianstirling in #261
  • Fix a race condition in test_logs by @rwb27 in #266
  • Bump version number for v0.0.15 release by @julianstirling in #267
  • Propagate read-only metadata to the Thing Description. by @rwb27 in #262

Full Changelog: v0.0.14...v0.0.15