Skip to content

v0.2.0

Choose a tag to compare

@rwb27 rwb27 released this 18 May 15:20
· 175 commits to main since this release
a807e53

This release adds several new features, fixes some bugs, and makes developer-facing improvements.

Breaking changes

  • lt.ThingServer now accepts an lt.ThingServerConfig as its first argument (i.e. it has the same signature as lt.ThingServer.from_config()). To create one with a dictionary of Things, use lt.ThingServer.from_things(). There is an error message pointing to the change. #320

New features

What's Changed

Full Changelog: v0.1.0...v0.2.0