Skip to content

Releases: Tokenize/evl-daemon-elixir

v0.4.0

11 Jan 04:30
Compare
Choose a tag to compare

This release adds support for pushing events to Mimir as well as:

  • Update Distillery to version 2.1.1.
  • Use GenServer's:continue instead of timeout in Client.init.
  • Update Plug & Cowboy versions.
  • Update Hackney version to fix SSL issues with newer versions of Erlang.

v0.3.0

31 May 01:36
Compare
Choose a tag to compare

This is mostly a clean-up and bugfix release with the following changes:

  • Update Distillery to version 2.x.
  • Replace Conform with a simple JSON config provider.
  • Replace Poison with Jason for JSON parsing.
  • Bump minimum supported Elixir version to 1.6.x.
  • Clean up HTTP API and add support for CORS.
  • Clean up EventNotifier behaviour and implementations.

v0.2.0

18 Dec 19:00
Compare
Choose a tag to compare

This release includes a good number of bug fixes as well as the following new features:

  • Simple HTTP API to view the system status and latest events (number is configurable).
  • Ability to enable/disable Silent-Arming task with configurable zones.

v0.1.0

02 Feb 18:26
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release!