Releases: juttle/juttle-influx-adapter
Releases · juttle/juttle-influx-adapter
v0.6.0
v0.5.1
v0.5.0
- Requires Juttle 0.5.0.
- Juttle is no longer included in
peerDependencies
, so manual installation is required. - InfluxDB 0.10 support.
limit
andoffset
options were removed andhead
andtail
procesors should
be used to paginate the stream. Also,head
andtail
are now optimized byread
.- Writing
null
values now results in an error.
v0.4.0
- Requires Juttle 0.4.0
- Naming change - concept of a 'measurement' is consolidated under 'name'.
- In read,
measurements
option was removed in favor of filtering usingname
. - In both read and write
measurementField
option was renamed tonameField
and its default set to 'name'. - In write,
measurement
option was no longer needed and removed. - See README.md for examples and updated list of options.
- In read,