Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 1.33 KB

1.2.0 (future)

New features

  • Some changes in the TTN Gateway example configuration, to match its July 2018 1.0.5 firmware.

1.1.0 (2018-06-01)

New features

  • Support for multiple watchdogs, to not just monitor heartbeats but to also monitor occurrences of specific messages.

  • Support to count specific messages during a configurable interval, to report basic statistics (and to implicitly ensure the monitor itself is still operational).

  • Displaying times in Slack and Telegram notifications in the local timezone rather than UTC.

  • The log file's directory name can either be specified in filename, or in dirname (default: current folder).

Breaking changes

  • The filename suffix has moved from datePattern into filename. The latter now supports the %DATE% token, where the first now uses the moment.js date format, like datePattern: 'YYYYMMDD' (instead of 'yyyyMMdd.log') and filename: 'uart-monitor-all-%DATE%.log'.

  • The configuration for the watchdogs is now an array, and has been renamed to watchdogs; see config-example-ttn.js.

1.0.0 (2018-04-02)

Initial release.