Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 3.78 KB

3.0.0 (2022-11-21)

Bug Fixes

Features

  • upgrade all dependencies and migrate to ESM (0b26705)

BREAKING CHANGES

  • The minimum required Node.js version is now 18
  • The daemon is now distributed as ES Module
  • Renamed index to main
  • The whitelist is no longer set using a json file, but with the WHITELIST env variable (see README)

2.2.3 (2021-05-19)

Bug Fixes

  • deps: update dependency pino to v6.11.3 (#43) (8978ae1)

2.2.2 (2021-04-22)

Bug Fixes

  • Dont crash Daemon when Sender or is not initalized yet (61bd19a)

2.2.1 (2021-04-08)

Bug Fixes

  • use github container registry (327d6fc)

2.2.0 (2021-04-06)

Features

  • use alpine linux for smaller image size (af8d001)

2.1.1 (2021-04-06)

Bug Fixes

  • use github package registry (6ed74d2), closes #39

2.1.0 (2021-04-06)

Bug Fixes

  • deps: add pino to dependencies (48566f7)
  • deps: add tslib to dependencies (ccdcaa3)
  • deps: move yup to dependencies (b612e92)
  • deps: update dependency pino to v6.7.0 (#15) (29948b9)
  • deps: update dependency yup to v0.29.3 (#16) (aeceff5)
  • deps: use @types/node for version 12 and regenerate yarn.lock (8f51a2a)
  • allow empty whitelists (295a11d)
  • correctly parse whitelist (d112edd)
  • load whitelist from parent folder (160bbd2)

Features

  • yup and pino, remove lodash and winston, dynamic whitelist loading (c742ec2)