Releases: caarmen/slack-health-bot
Releases · caarmen/slack-health-bot
1.3.1 - Show fitbit activities progress
v1.2.1
v1.2.0 - Prevent duplicate fitbit notifications, and make polling optional
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
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
What's Changed
Full Changelog: v1.1.1...v1.1.2
1.1.1: Handle invalid responses from fitbit when retrieving sleep and activities
What's Changed
Full Changelog: v1.1.0...v1.1.1
1.1.0: Add Fitbit activities (just Spinning for now).
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