Skip to content

Releases: caarmen/slack-health-bot

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

v0.0.22

14 Jun 20:55
694e4f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.21...v0.0.22

0.0.21 - rename project to slack-health-bot

21 May 12:21
13fd21d
Compare
Choose a tag to compare

What's Changed

  • Rename the project from withingsslack to slackhealthbot. by @caarmen in #13
  • Add fitbit info to readme by @caarmen in #14

Full Changelog: v0.0.20...v0.0.21

0.0.20 - Add timestamp columns to the db

19 May 09:10
41d2f77
Compare
Choose a tag to compare

What's Changed

  • Add timestamp created_at and updated_at fields to the db tables. by @caarmen in #12

Full Changelog: v0.0.19...v0.0.20

0.0.19 - Check the correct status of the withings refresh toekn response

19 May 08:11
22120e6
Compare
Choose a tag to compare

0.0.18 - Logging improvements

19 May 07:56
3b50b26
Compare
Choose a tag to compare
  • Fix typo in fitbit logging
  • Log withings refresh token response

0.0.17 - Various bugfixes

18 May 12:08
91adec6
Compare
Choose a tag to compare

What's Changed

  • Support parsing fitbit classic data by @caarmen in #10
  • In fitbit polling, recover from any exception: log it, and reschedule the next poll.
  • Prevent multiple concurrent requests to refresh a withings access token by @caarmen in #11

Full Changelog: v0.0.16...v0.0.17

0.0.16

14 May 21:51
ced210d
Compare
Choose a tag to compare

Correct text in message sent to slack when logged out of withings or fitbit.
Add badges to README.

Full Changelog: v0.0.15...v0.0.16