Skip to content

Releases: cyberjunky/python-garminconnect

0.2.23

27 Nov 19:20
Compare
Choose a tag to compare
  • Pin withings-sync version to 4.2.5

Release 0.2.22

27 Nov 08:11
Compare
Choose a tag to compare
  • Applied temp fix for Garmin's API change thanks to @pblocz for the lightbulb!

Release 0.2.21

24 Nov 13:53
d11995b
Compare
Choose a tag to compare
  • Increased connection pool size

Release 0.2.20

10 Nov 11:37
Compare
Choose a tag to compare
  • Fixed syntax and spelling errors in example code
  • Added get_activity_typed_splits() by @psdupvi
  • Added get_body_battery() and get_body_battery_events() by @psdupvi
  • Added get_all_day_events() by @psdupvi
  • Added example_tracking_gear.py by @kindofblues
  • Added get_userprofile_settings() by @bugficks
  • Added delete_blood_pressure() by @bugficks
  • Changed example.py to not overwrite downloaded activities data by @mishadcf
  • Added add_weigh_in_with_timestamps() to update older weigh-in dates by @linuxlurak
  • Added get_intensity_minutes_data() by @shoaib42
  • Stored gather graphql queries in garminconnect/graphql_queries.txt by @psdupvi (for later reference)
  • Added set_activity_type(), create_manual_activity_from_json(), create_manual_activity() and get_activities_by_date() by @MareenCZE

A big thank you to all contributors!

Live well, because your body is where you have to live for the rest of your life.

Release 0.2.19

06 Jul 09:51
Compare
Choose a tag to compare
  • Add access to Fitness Age by @fako1024

  • Add grouping option to progress summary and fix type annotations by @tboerstad

Release 0.2.18

27 May 16:47
Compare
Choose a tag to compare
  • Bumped garth because of MFA changes

Release 0.2.17

25 Apr 12:44
Compare
Choose a tag to compare
  • Added support for MFA

Release 0.2.16

06 Apr 08:19
Compare
Choose a tag to compare
  • Fixed bug related to add weigh in payload datetime, thanks @psdupvi
  • Added primary device info to get garmin device method, thanks @psdupvi

Release 0.2.15

19 Mar 08:46
3260f8e
Compare
Choose a tag to compare
  • Bumped garth to version 0.4.45

Release 0.2.14

15 Mar 14:37
Compare
Choose a tag to compare
  • Bumped minimum required withings-sync version to 4.2.4
  • Added get and delete activities by it's id. Thanks to @psdupvi
  • Breaking change: renamed get_activity_evaluation() call to get_activity()
  • Added getting solar data from supported devices. Thanks to @psdupvi
  • Added Women's health API endpoints. Thanks to @psdupvi