Skip to content

Releases: juttle/juttle-influx-adapter

v0.6.0

10 Mar 10:30
Compare
Choose a tag to compare
  • Requires Juttle Adapter API 0.5.2.
  • Improved performance of writes to InfluxDB.

v0.5.1

29 Feb 10:29
Compare
Choose a tag to compare
  • Fixed a bug where a file depended on old Adapter API and was not migrated. This caused the adapter to break on missing require when Juttle wasn't resolvable in the require path. Upgrade to 0.5.1 is needed to make it work again.

v0.5.0

25 Feb 08:45
Compare
Choose a tag to compare
  • Requires Juttle 0.5.0.
  • Juttle is no longer included in peerDependencies, so manual installation is required.
  • InfluxDB 0.10 support.
  • limit and offset options were removed and head and tail procesors should
    be used to paginate the stream. Also, head and tail are now optimized by read.
  • Writing null values now results in an error.

v0.4.0

03 Feb 12:23
Compare
Choose a tag to compare
  • 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 using name.
    • In both read and write measurementField option was renamed to nameField 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.

v0.3.0

20 Jan 13:57
Compare
Choose a tag to compare
  • Requires Juttle 0.3.0
  • During write, points with object/array field values are dropped and emit a warning [#31]

v0.2.0

07 Jan 17:49
Compare
Choose a tag to compare
  • HTTP Basic authentication support
  • Compatibility update to Juttle 0.2.0