Skip to content

Releases: gagebenne/pydexcom

0.5.1

25 Jan 02:22

Choose a tag to compare

Allow for empty DexcomErrors, so consumers can catch them without specifying a specific enum.

Full Changelog: 0.5.0...0.5.1

0.5.0

08 Dec 01:11
a950589

Choose a tag to compare

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

Full Changelog: 0.4.1...0.5.0

0.5.0-alpha1

15 Jun 22:22
343a06e

Choose a tag to compare

0.5.0-alpha1 Pre-release
Pre-release
Merge pull request #84 from gagebenne/getters

Add username and account_id getters

0.5.0-alpha

15 Jun 21:54
a31bfcc

Choose a tag to compare

0.5.0-alpha Pre-release
Pre-release

What's Changed

Preparing for an overhaul to the Home Assistant integration...

  • Lots of GitHub workflow tweaks and updates
  • More uv, hatch in all the places
  • Updated tests to test new Region enum
  • Separate out items into their own files as opposed to single __init__.py
  • pyproject.toml additions for hatch and uv

Full Changelog: 0.4.1...0.5.0-alpha

0.4.1

29 Oct 00:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.1-alpha

25 Oct 01:36
f5051fd

Choose a tag to compare

0.4.1-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1-alpha

0.4.0

21 Jul 03:41
59a8030

Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.4.0

0.3.2

25 Sep 02:47
9771363

Choose a tag to compare

Merge pull request #53 from gagebenne/session

Revise logging, add back SessionNotValid

0.3.2-alpha

16 Sep 21:04
9771363

Choose a tag to compare

0.3.2-alpha Pre-release
Pre-release
Merge pull request #53 from gagebenne/session

Revise logging, add back SessionNotValid

0.3.1

08 Sep 16:07
3658fdd

Choose a tag to compare

Merge pull request #51 from gagebenne/timeout

Remove explicit timeout for the time being