0.15.0 - 2021-01-02
- Parameter to disable host validation in server.
0.14.0 - 2020-09-23
- Dropped Python 2.7 support.
- Update author and URLs to indicate new project home.
0.13.2 - 2020-06-18
- mDNS record now indicates TLS support.
0.13.1 - 2020-05-29
- Support new zeroconf version
0.13.0 - 2020-05-04
- Invalid POST requests to action resources now generate an error status.
- Python 3.4 support dropped
0.12.2 - 2020-03-27
- Support OPTIONS requests to allow for CORS.
0.12.1 - 2020-01-13
- Abstracted WebSocket subscriber class to allow library to work with other web frameworks.
0.12.0 - 2019-07-12
- Things now use
title
rather thanname
. - Things now require a unique ID in the form of a URI.
- Ability to set a base URL path on server.
- Support for
id
,base
,security
, andsecurityDefinitions
keys in thing description.
0.11.3 - 2019-04-10
- Simpler dependencies with no native requirements.
0.11.2 - 2019-03-11
- Support for Tornado 6.x
0.11.1 - 2019-01-28
- Support for Python 2.7 and 3.4
0.11.0 - 2019-01-16
- WebThingServer constructor can now take a list of additional API routes.
- Properties could not include a custom
links
array at initialization.
0.10.0 - 2018-11-30
- Property, Action, and Event description now use
links
rather thanhref
. - Spec PR