Releases: Tokenize/evl-daemon-elixir
Releases · Tokenize/evl-daemon-elixir
v0.4.0
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
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
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.