Skip to content

Releases: matin/garth

0.5.2

12 Dec 12:17
922f3c3
Compare
Choose a tag to compare

What's Changed

  • undo a breaking change with Client.profile by @matin in #85

Full Changelog: 0.5.1...0.5.2

0.5.1

11 Dec 08:27
3004df3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

11 Dec 07:14
b557b88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.47...0.5.0

0.4.47

01 Dec 23:18
960d8c0
Compare
Choose a tag to compare

Fix #73
PR #74 by @cyberjunky

Full Changelog: 0.4.46...0.4.47

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