Releases: caarmen/slack-health-bot
Releases · caarmen/slack-health-bot
1.0.0 - Use asynchronous apis
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
v0.0.23
v0.0.22
0.0.21 - rename project to slack-health-bot
What's Changed
- Rename the project from
withingsslack
toslackhealthbot
. 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
What's Changed
Full Changelog: v0.0.19...v0.0.20
0.0.19 - Check the correct status of the withings refresh toekn response
0.0.18 - Logging improvements
- Fix typo in fitbit logging
- Log withings refresh token response
0.0.17 - Various bugfixes
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
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