Releases: caarmen/slack-health-bot
Releases · caarmen/slack-health-bot
0.0.12 - new slack message format
0.0.11 - Add correlation id
What's Changed
- Add logging middleware to include correlation id in logging and response headers by @caarmen in #1
Full Changelog: v0.0.10...v0.0.11
0.0.10
- Add some error handling for unknown users, to avoid "internal server error"s
- Avoid sending duplicate messages to slack.
0.0.8
Add a "." at the end of the slack message.
0.0.6
Add slashes at the end of callback urls
0.0.5
Simplify configuration
- Remove
DATABASE_PATH
configuration.
- Merge
WITHINGS_OAUTH_REDIRECT_URL
and WITHINGS_NOTIFICATION_CALLBACK_UR
into WITHINGS_CALLBACK_URL
0.0.4
Put back HEAD method on all callback urls
0.0.3
- Sign oauth requests with nonce, instead of sending the client secret
- Use logging instead of print