Releases: angelnu/thethingsnetwork_python_client
Releases · angelnu/thethingsnetwork_python_client
v1.3.0
What's Changed
- feat: add TTNSensorAttribute for _sensor_attr payload annotations by @magliaral in #25
New Contributors
- @magliaral made their first contribution in #25
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Don't override parsed values with other values by @alistair23 in #21
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Bump aiohttp from 3.10.2 to 3.10.11 by @dependabot[bot] in #15
- Bump requests from 2.32.0 to 2.32.4 by @dependabot[bot] in #16
- ttn_client: Ensure we don't miss messages by @alistair23 in #20
- Bump aiohttp from 3.10.11 to 3.12.14 by @dependabot[bot] in #17
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.13.0 in /.github/workflows by @dependabot[bot] in #19
New Contributors
- @alistair23 made their first contribution in #20
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- Bump aiohttp from 3.9.4 to 3.10.2 by @dependabot in #11
- update to aiohttp 3.10.2 by @angelnu in #12
- tolerate SenseCAP messages without a `valid field
- test all supported python versions (3.11, 3.12 and 3.13)
- Require at least Python 3.11 as tests found out errors with 3.10 and older
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
- Code re-organised to split out the parsers
- Test code-coverage is now full
Full Changelog: v1.0.0...v1.0.1
v1.0.0
This version is the first stable one as it is used in Home Assistant. Semantic versioning will be used after this point.
The largest fix is accomodotating for None values as reported and fixed by @chr1st1ank . I added a warning to ensure the broken TTN decoder does not go unnoticed. This is better than crashing as on reboot the same error will happen.
What's Changed
- Bump aiohttp from 3.9.3 to 3.9.4 by @dependabot in #3
- fix: Skip None values by @chr1st1ank in #6
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #4
New Contributors
- @chr1st1ank made their first contribution in #6
Full Changelog: v0.0.4...v1.0.0
v0.0.4
What's Changed
- Add py.type
- Bump black from 24.2.0 to 24.3.0 by @dependabot in #2
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v0.0.3...v0.0.4