Skip to content

Releases: caarmen/slack-health-bot

v3.4.0

09 Mar 15:58
1341516
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v3.4.0

v3.3.4 - log oauth errors and prevent duplicate slack messages

01 Mar 22:44
e81642b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.3...v3.3.4

v3.3.3

19 Feb 23:28
e851761
Compare
Choose a tag to compare

What's Changed

  • Configure http timeouts and retries globally on the httpx clients. by @caarmen in #97

Full Changelog: v3.3.2...v3.3.3

v3.3.2 - Fix streak calculation

05 Feb 23:35
336f1a0
Compare
Choose a tag to compare

What's Changed

  • Fix streak calculation when we didn't meet the goal today. by @caarmen in #96

Full Changelog: v3.3.1...v3.3.2

v3.3.1 - Increase oauth request timeout to 30 seconds

05 Feb 21:32
4d72139
Compare
Choose a tag to compare

What's Changed

  • Set the oauth request timeout to 30 seconds by @caarmen in #95

Full Changelog: v3.3.0...v3.3.1

v3.3.0 - Streaks

02 Feb 19:16
2a2887c
Compare
Choose a tag to compare

What's Changed

Include streak information in daily activity reports.

Full Changelog: v3.2.0...v3.3.0

v3.2.0 - Add daily goals

01 Feb 20:52
99606fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

15 Dec 17:43
1ddc717
Compare
Choose a tag to compare

What's Changed

  • Split test fixtures by @caarmen in #85
  • Issue #83 - Step 1 - Add dependency injection by @caarmen in #86
  • Issue #83 - Step 2 - Provide an alternate app config yaml file for tests. by @caarmen in #87
  • Issue #83 - Step 3 - Configure which fields should be reported to slack, per activity. by @caarmen in #84
  • Fix a config bug with activity_type item not containing a report block. by @caarmen in #89
  • Issue #83 integration branch - allow configuring which metrics are posted for activities. by @caarmen in #88

Full Changelog: v3.0.0...v3.1.0

v3.0.0

14 Dec 16:15
bf986e7
Compare
Choose a tag to compare

What's Changed

  • Move some configuration out of the .env file and into a config/app.yaml file. by @caarmen in #82

⚠️ Breaking change: now settings are provided in:

  • app-custom.yaml for non-sensitive settings.
  • .env for sensitive settings.

Full Changelog: v2.0.5...v3.0.0

v2.0.5

07 Dec 18:10
ceed624
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5