Releases: caarmen/slack-health-bot
Releases · caarmen/slack-health-bot
v3.1.0
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
What's Changed
app-custom.yaml
for non-sensitive settings..env
for sensitive settings.
Full Changelog: v2.0.5...v3.0.0
v2.0.5
v2.0.4 - Fix "out of zone" minutes.
What's Changed
Full Changelog: v2.0.3...v2.0.4
v2.0.3 - Set daily activity name for the "Bike" activity
What's Changed
Full Changelog: v2.0.2...v2.0.3
v2.0.2 - Set timeout for Slack http call.
What's Changed
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Bug fixes for activity aggregation
What's Changed
- Avoid processing the daily activity posting multiple times in a row, within less than one second. by @caarmen in #75
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - Activity aggregation (daily activity stats)
What's Changed
⚠️ Settings breaking change
- Removed setting:
FITBIT_ACTIVITY_TYPE_IDS
- Added settings:
FITBIT_REALTIME_ACTIVITY_TYPE_IDS
FITBIT_DAILY_ACTIVITY_TYPE_IDS
FITBIT_DAILY_ACTIVITY_POST_TIME
Example of new settings:
FITBIT_REALTIME_ACTIVITY_TYPE_IDS=[55001, 90013]
FITBIT_DAILY_ACTIVITY_TYPE_IDS=[90019]
FITBIT_DAILY_ACTIVITY_POST_TIME=23:50
Full Changelog: v1.5.6...v2.0.0
v1.5.6 - Fix formatting of distance part of the activity slack message
What's Changed
Full Changelog: v1.5.5...v1.5.6
v1.5.5 - Various corrections for activity distance.
What's Changed
Full Changelog: v1.5.4...v1.5.5