- Dropped support for Elixir versions older than 1.5.
- Fixed the order when building prefix.
- Fixed prefix building when start options provided.
- Dropped support for Elixir v1.2.
- Fixed port command for OTP versions that support ancillary data sending.
- Added support for module, function, arguments tuple in
measure/4
.
- Fixed Elixir v1.6 warnings.
- Added the
c:Fluxter.start_link/1
callback to support runtime configuration.
Deprecations:
- Passing child specification options to
child_spec/1
is deprecated.
- Fixed a bug in the
c:Fluxter.child_spec/1
callback.
- Added the
c:Fluxter.child_spec/1
callback. - Started flushing counters synchronously when calling
Fluxter.flush_counter/1
.