v0.0.16
This release tidies up quite a few things internally, and adds some new features. It replaces v0.0.15 which introduced a bug that has now been fixed in #269.
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
readOnlyfield for properties (#262).
What's Changed
URLForclass 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_middlewareto tidy upBlobandInvocationURLs 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_logsby @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
- Make loading settings robust to subscripted generics. by @julianstirling in #269
- Version bump by @rwb27 in #272
Full Changelog: v0.0.14...v0.0.16