Skip to content

Releases: caarmen/slack-health-bot

v1.5.1

03 Mar 21:31
fe2e079
Compare
Choose a tag to compare

What's Changed

  • Use the asgi-correlation-id package instead of implementing the correlation id ourselves. by @caarmen in #60
  • Add tests for oauth flows during fitbit polling (and fix bug about missing await). by @caarmen in #61
  • Fix various pycharm warnings. by @caarmen in #59

Full Changelog: v1.5.0...v1.5.1

v1.5.0 - Architecture refactoring, trophies 🏆 for activity records

02 Mar 21:16
74960ad
Compare
Choose a tag to compare

What's Changed

  • Architecture refactorization. by @caarmen in #50
  • Update the README and .env.template file to include information about fitbit activities. by @caarmen in #54
  • Update dependencies by @caarmen in #56
  • Add trophies to activity records, in slack messages by @caarmen in #57

Full Changelog: v1.4.0...v1.5.0

v1.4.0 - Keep all fitbit activities, not just the latest one

28 Jan 11:39
cbe7d4a
Compare
Choose a tag to compare

What's Changed

  • Keep a log of all activities, not just the latest activity for each activity type. by @caarmen in #48

Full Changelog: v1.3.8...v1.4.0

v1.3.8 - Authlib - dependency updates - pylint fixes

20 Jan 21:53
b656f53
Compare
Choose a tag to compare

What's Changed

  • Fitbit: Integrate authlib instead of doing oauth manually by @caarmen in #43
  • Integrate authlib instead of doing oauth manually. by @caarmen in #42
  • Update dependencies. by @caarmen in #44
  • Apply PL (pylint) checks with ruff, and format errors in github format. by @caarmen in #45
  • Fix DeprecationWarning from FastAPI. by @caarmen in #46
  • Reduce copy/paste between fitbit/withings oauth code. by @caarmen in #47

Full Changelog: v1.3.7...v1.3.8

v1.3.7 - Fix oauth token refresh bugs

18 Nov 15:12
4c69125
Compare
Choose a tag to compare

What's Changed

  • Test oauth token refresh and fix related bugs by @caarmen in #40
  • Use a decorator for request retries with oauth token refresh. by @caarmen in #41

Full Changelog: v1.3.6...v1.3.7

v1.3.6 - Change duplicate notification behavior

23 Sep 09:51
c238f55
Compare
Choose a tag to compare

What's Changed

  • Change duplicate webhook notification behavior. by @caarmen in #39

Full Changelog: v1.3.5...v1.3.6

v1.3.5 - Add logging

17 Sep 13:46
d9416e3
Compare
Choose a tag to compare

What's Changed

  • Add logs to debug fitbit sleep notifications. by @caarmen in #38

Full Changelog: v1.3.4...v1.3.5

1.3.4 - Fix bug with "None" in slack activity message

14 Aug 21:15
29cbb49
Compare
Choose a tag to compare

What's Changed

  • Fix issue where slack message for an activity may contain "None". by @caarmen in #37

Full Changelog: v1.3.3...v1.3.4

1.3.3 - Try to fix sqlite migration again :/

14 Aug 20:41
72bd005
Compare
Choose a tag to compare

1.3.2 - Add correction for db migration to drop last_activity_log_id column

14 Aug 20:34
956a9e6
Compare
Choose a tag to compare

Add render_as_batch=True to alembic config to be able to drop a column in a table.

Full Changelog: v1.3.1...v1.3.2