Skip to content

Tags: WebThingsIO/webthing-python

Tags

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to disable host validation. (#79)

Fixes #78

v0.14.0

Toggle v0.14.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix README formatting.

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change mDNS record to note TLS support. (#75)

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support new zeroconf version. (#73)

Fixes #72

v0.13.0

Toggle v0.13.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Update CHANGELOG.

v0.12.2

Toggle v0.12.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Update workflows.

v0.12.1

Toggle v0.12.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Update version and changelog.

v0.12.0

Toggle v0.12.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Update changelog.

v0.11.3

Toggle v0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch from netifaces to ifaddr. (#50)

ifaddr is pure Python, so it doesn't require a toolchain like
netifaces does.

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle tornado 6.X versions. (#47)

Fixes #46