Skip to content

butler-cw-v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 14:55
e40d585

⚠ BREAKING CHANGES

  • Show time of next cache run. This can be used to verify that the schedule in the schedule config file (apps.yaml or similar) works as intended. Requires new entries in the main config file.
  • Add outgoing MQTT support. Send metadata about the cache warming event (what app, schedule used, when next run will happen etc) as MQTT messages.

Features

  • Add outgoing MQTT support (0a190cb), closes #114
  • Add UTC/localtime support. Independently control if UTC or local timezone should be used in log files and in schedule definitions. (4b2890c), closes #115
  • Show time of next cache run. (95942ef), closes #113