Sha256: 0ee0ba7dae41cc00c168ae493c98f79d666231db440b941c2d8ff2725398d591

Contents?: true

Size: 729 Bytes

Versions: 2

Compression:

Stored size: 729 Bytes

Contents

# Version 4.0.0
- Changed initializer signature for InfluxDB outputter to use
  keyword args.
- Added `attr_accessor` for InfluxDB Outputter's transformer

# Version 3.0.0
- Refactored the Transformer concept in the InfluxDB outputter so that
  it is more flexible. This was in response to the InfluxDB client gem
  "fixing" a bug where numerical values were previously always sent as
  floats, now numbers are marked as "integer" type if they are ruby
  Integers which can lead to some field-type conflicts if you update
  your InfluxDB gem version and were previously sending integers at
  floats.  Using the Transformer now allows you to modify the values
  that will be sent to InfluxDB immediately before they're sent out.x

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hallmonitor-4.1.0 CHANGELOG.md
hallmonitor-4.0.0 CHANGELOG.md