Skip to content

Releases: vangorra/python_withings_api

2.4.0

08 Feb 14:27
374fa98
Compare
Choose a tag to compare

Support for new Withings endpoint URLs.

2.3.2

16 Mar 15:24
25b58bf
Compare
Choose a tag to compare

Flexible arrow dependency version.

2.3.1

14 Mar 12:14
bb23e97
Compare
Choose a tag to compare
  • Fix for date handling on python 3.9.
  • Add build section to pyproject.toml.

2.3

02 Jan 17:39
Compare
Choose a tag to compare
2.3
  • data_fields is now required for specific methods. Withings API calls fail if it's not provided.

2.2.0

05 Dec 17:31
Compare
Choose a tag to compare

Using pydantic as the data parser.
Flexible support for unknown enum types when parsing data.

2.1.9

31 Oct 16:39
1c1f36d
Compare
Choose a tag to compare

Adding static refresh token param (recently added by withings) that was breaking refresh.
Improvements to integration test.

2.1.8

24 Jul 13:50
Compare
Choose a tag to compare

Support for withings Heart v2 data.
Fixes to sleep timestamp data.

2.1.7

08 Jun 02:56
Compare
Choose a tag to compare

Date with timezones are properly calculated.

2.1.6

01 May 19:49
Compare
Choose a tag to compare

Support for sleep score, snoring, breathing disturbances.
Integration test save credentials in a better way.
Better code-reuse.

2.1.5

09 Apr 03:55
Compare
Choose a tag to compare

Better handling of Withings data types that are not documented/supported.
More code cleanups and linting.