Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

52 lines (26 loc) · 1.42 KB

0.3.3 (2018-11-24)

Documentation

  • document installation and configuration (38f3c37f)

Bug Fixes

  • typo in Dockerfile (bb6f5a4e)
  • Dockerfile: use tini as a PID 1 process in container (daffe313)

0.3.2 (2018-11-24)

Documentation

  • document installation and configuration (38f3c37f)

Bug Fixes

  • Dockerfile: use tini as a PID 1 process in container (daffe313)

0.3.1 (2018-10-15)

Documentation

  • document installation and configuration (38f3c37f)

0.3.0 (2018-10-12)

Features

  • added Blackhole storage engine
  • replaced porcelain with erlexec
  • BREAKING CHANGE replaced StatsD metrics exporter with Prometheus

Fixes

  • Local storage now creates full path to file before trying to save
  • use Alpine based Docker image instead of Ubuntu based one