Skip to content

Releases: matin/garth

v0.4.46

18 May 23:13
Compare
Choose a tag to compare

Async prompt_mfa

Support async functions for prompt_mfa in sso.login().

Issue: #41

v0.4.45

17 Mar 22:59
316787d
Compare
Choose a tag to compare

Nullable fields and custom MFA

Nullable fields

PR #51 by @sdenel

Custom MFA

Issue: #41
PR: #52

v0.4.44

14 Jan 01:12
3a5ebbc
Compare
Choose a tag to compare

Custom http request method for http.Client.connectapi()

PR #45

v0.4.43

11 Jan 21:33
34dc0a1
Compare
Choose a tag to compare

Declare last_night_avg as optional

"last_night_avg" can be None sometimes.

PR #44
by @sdenel

v0.4.42

20 Dec 16:19
6aeb0fa
Compare
Choose a tag to compare

Limit connection pool size

Add the ability to configure the connection pool size and use a sensible default of 10.

Issue #39
PR #40

v0.4.41

02 Nov 23:37
5aadba6
Compare
Choose a tag to compare

Anaconda env and SleepData optional fields

  1. Add anaconda dev container
  2. Make five of the fields in SleepData optional to avoid validation failures

PR #30
Closed #31
by @nzigel

v.0.4.40

02 Nov 12:58
fad9855
Compare
Choose a tag to compare

Update dependency versions

  1. Reduce Pydantic minimum requirement to 1.10.12
  2. Cap max versions
  3. Python 3.12

PR: #33
Issue: #32

Additional data models

18 Oct 21:49
69a1fd4
Compare
Choose a tag to compare
  • UserProfile
  • UserSettings
  • HRVData.list()

PR: #28

Save domain with OAuth1 token

05 Oct 14:04
43196b5
Compare
Choose a tag to compare

The OAuth1 token now stores the domain after a login. When the OAuth1 token is restored, it also configures the domain. This is fully backwards compatible.

Part of the issue that caused #21

Issue #24
PR #25

Bug fix in SleepData

04 Oct 12:55
515933f
Compare
Choose a tag to compare

Minor changes in SleepData to fix a reported bug.

Issue #22
PR #23