- Remove leading underscores in tag and field keys.
- Default
empty
value in fields must be quoted to be valid string field value.
- Handle empty strings in tag/field values
- Handle nils, atoms, lists and maps in tag/field keys/values
- Fix
no cond clause evaluated to a truthy value
inFluxter.Packet.encode_value/1
- Make lib releasable on private hex.
- 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
.