Releases: gagebenne/pydexcom
Releases · gagebenne/pydexcom
0.5.1
0.5.0
What's Changed
- Home Assistant preparations by @gagebenne in #80
- Add username and account_id getters by @gagebenne in #84
- fix: handle JSONDecodeError in _handle_response to prevent crashes by @alexaustin007 in #85
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #89
New Contributors
- @alexaustin007 made their first contribution in #85
- @dependabot[bot] made their first contribution in #89
Full Changelog: 0.4.1...0.5.0
0.5.0-alpha1
Merge pull request #84 from gagebenne/getters Add username and account_id getters
0.5.0-alpha
What's Changed
Preparing for an overhaul to the Home Assistant integration...
- Lots of GitHub workflow tweaks and updates
- More
uv,hatchin all the places - Updated tests to test new
Regionenum - Separate out items into their own files as opposed to single
__init__.py pyproject.tomladditions forhatchanduv
Full Changelog: 0.4.1...0.5.0-alpha
0.4.1
What's Changed
- Switch account/session id in const docstring by @sam0jones0 in #66
- Housekeeping by @gagebenne in #69
- Add Asia-Pacific endpoint by @gagebenne in #72
New Contributors
- @sam0jones0 made their first contribution in #66
Full Changelog: 0.4.0...0.4.1
0.4.1-alpha
What's Changed
- Switch account/session id in const docstring by @sam0jones0 in #66
- Housekeeping by @gagebenne in #69
- Add Asia-Pacific endpoint by @gagebenne in #72
New Contributors
- @sam0jones0 made their first contribution in #66
Full Changelog: 0.4.0...0.4.1-alpha
0.4.0
What's Changed
- Add
account_idparameter, update README by @gagebenne in #65
Full Changelog: 0.3.2...0.4.0
0.3.2
0.3.2-alpha
Merge pull request #53 from gagebenne/session Revise logging, add back SessionNotValid