Skip to content

Releases: caarmen/slack-health-bot

1.3.1 - Show fitbit activities progress

14 Aug 18:01
9ced450
Compare
Choose a tag to compare

What's Changed

  • Refactoring preparation to show progress of fitbit activities by @caarmen in #33
  • Issue #31: Show progression of fitbit activities by @caarmen in #32

Full Changelog: v1.2.0...v1.3.1

v1.2.1

06 Aug 17:47
dc7bc90
Compare
Choose a tag to compare

No changes.

v1.2.0 - Prevent duplicate fitbit notifications, and make polling optional

06 Aug 17:40
dc7bc90
Compare
Choose a tag to compare

What's Changed

  • Prevent handling duplicate fitbit notifications by @caarmen in #35
  • Make the fitbit polling optional (true by default). by @caarmen in #36

Full Changelog: v1.1.3...v1.2.0

1.1.3: Add fitbit notification webhook verification

06 Aug 16:50
ecc56e1
Compare
Choose a tag to compare

What's Changed

  • Add GET /fitbit-notification-webhook/ endpoint for fitbit subscriber verification by @caarmen in #34

Full Changelog: v1.1.2...v1.1.3

1.1.2: Fix fitbit subscription id

29 Jul 23:09
bcf9fb6
Compare
Choose a tag to compare

What's Changed

  • Include the collection path in the id of the subscription by @caarmen in #30

Full Changelog: v1.1.1...v1.1.2

1.1.1: Handle invalid responses from fitbit when retrieving sleep and activities

29 Jul 22:18
11b7ec6
Compare
Choose a tag to compare

What's Changed

  • Handle invalid responses returned by fitbit for retrieving sleep and activities by @caarmen in #29

Full Changelog: v1.1.0...v1.1.1

1.1.0: Add Fitbit activities (just Spinning for now).

29 Jul 21:39
b82743f
Compare
Choose a tag to compare

What's Changed

  • Make the codecheck script fail in error if any of the checks fail in error. by @caarmen in #26
  • Various fixes to incoming webhooks for withings/fitbit notifications by @caarmen in #28
  • Add Fitbit spinning activities by @caarmen in #27

Full Changelog: v1.0.0...v1.1.0

1.0.0 - Use asynchronous apis

16 Jul 15:25
5050f79
Compare
Choose a tag to compare

What's Changed

  • Async Step 1 - Replace requests lib with httpx lib by @caarmen in #19
  • Async Step 2 - Use httpx in async mode by @caarmen in #20
  • Async Step 3 - Use the db in async mode by @caarmen in #21
  • Use async apis by @caarmen in #23
  • Use a TestClient instead of calling the endpoint functions directly. by @caarmen in #22
  • Configure alembic to support the async sqlalchemy orm by @caarmen in #24

Full Changelog: v0.0.24...v1.0.0

0.0.24: Improve sleep difference icons

01 Jul 10:09
cace051
Compare
Choose a tag to compare

What's Changed

  • Better sleep difference icons by @BoD in #18

New Contributors

  • @BoD made their first contribution in #18

Full Changelog: v0.0.23...v0.0.24

v0.0.23

17 Jun 21:28
69ddf99
Compare
Choose a tag to compare

What's Changed

  • Add arrow icons in slack message indicating changes compared to previous sleep by @caarmen in #17

Full Changelog: v0.0.22...v0.0.23