Skip to content

Releases: cyberjunky/python-garminconnect

Release 0.1.55

28 Mar 07:43
Compare
Choose a tag to compare
  • Improved request error checks

Release 0.1.54

10 Mar 07:36
Compare
Choose a tag to compare
  • Added blood pressure API call and example by @psdupvi
  • Added floors climbed and descended API call and example by @Ghodot

Release 0.1.53

27 Jan 08:02
Compare
Choose a tag to compare
  • Added Chinese signin URL to prevent login issues by @sydongda

Release 0.1.52

26 Jan 10:59
c27efee
Compare
Choose a tag to compare
  • Added new body battery API call get_body_battery() by @dpfrakes
  • Fixed bug in garmin.get_hrv_data() returning wrong format by @psdupvi

Release 0.1.51

22 Jan 08:46
03cdd61
Compare
Choose a tag to compare
  • Added daily step data summary endpoint for date range by @dpfrakes
  • Fixed spelling errors fixed by @cclauss
  • Small cleanups

Release 0.1.50

06 Jan 09:15
Compare
Choose a tag to compare
  • Added API call and example to fetch activity exercise sets
  • Added API call and example to fetch progress summary
  • Fix unset method. Garmin requires it now to be a DELETE request
  • Fix for device alarm api call when value is 'null', also added example to fetch them
  • Fix in example.py for fetching activities
  • Added API calls and example to get gear data, e.g. shoes etc
  • Experimental HRV api call added

A big thank you to all contributors for their input, bug reports and PR's!

Release 0.1.49

07 Nov 12:30
72e8ca8
Compare
Choose a tag to compare
  • Added get_goals method to API client (status param can be "active", "future", or "past"
  • Added all 3 variations to example program
  • Fix typos in README.md and example.py
  • Removed json from pip install instruction (json is a built-in lib)
  • Renamed variable copied from activities API methods
  • Fixed AttributeError regarding 'download_activities' in example.py

Release 0.1.48

21 Oct 13:56
Compare
Choose a tag to compare
  • Replaced upload_fit_activity() with upload_activity() which supports more filetypes

Release 0.1.47

21 Oct 13:21
Compare
Choose a tag to compare
  • Added method to get training status

Release 0.1.46

21 Oct 13:06
Compare
Choose a tag to compare
  • Added method to get training readiness
  • Added method to upload fit data from local file
  • Enhanced example code
  • Fixed bugs in example code
  • More documentation
  • Added example code
  • When passing session file to init credentials are optional
  • Multiple minor bug fixes
  • Added method to retrieve available badge challenges
  • Added method for retrieving non-completed challenges
  • Added method to retrieve available badge challenges