Skip to content

Releases: caarmen/slack-health-bot

0.0.12 - new slack message format

08 May 10:28
602dd36
Compare
Choose a tag to compare

What's Changed

  • Change the format of the message sent to slack by @caarmen in #3

Full Changelog: v0.0.11...v0.0.12

0.0.11 - Add correlation id

07 May 19:30
7f48563
Compare
Choose a tag to compare

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

07 May 17:02
fe1b1e6
Compare
Choose a tag to compare
  • Add some error handling for unknown users, to avoid "internal server error"s
  • Avoid sending duplicate messages to slack.

0.0.9

01 May 14:19
fb32c96
Compare
Choose a tag to compare

Change logging format

0.0.8

01 May 13:10
788bce3
Compare
Choose a tag to compare

Add a "." at the end of the slack message.

0.0.7

01 May 13:06
746ce3c
Compare
Choose a tag to compare

Add timestamps to logs

0.0.6

30 Apr 21:53
836878b
Compare
Choose a tag to compare

Add slashes at the end of callback urls

0.0.5

30 Apr 21:45
86b29bb
Compare
Choose a tag to compare

Simplify configuration

  • Remove DATABASE_PATH configuration.
  • Merge WITHINGS_OAUTH_REDIRECT_URL and WITHINGS_NOTIFICATION_CALLBACK_UR into WITHINGS_CALLBACK_URL

0.0.4

30 Apr 21:13
1a94afd
Compare
Choose a tag to compare

Put back HEAD method on all callback urls

0.0.3

30 Apr 01:35
a2ffea5
Compare
Choose a tag to compare
  • Sign oauth requests with nonce, instead of sending the client secret
  • Use logging instead of print