Releases: mblackstock/node-red-contrib-influxdb
Releases · mblackstock/node-red-contrib-influxdb
Add request timeout for 1.8 and 2.x
- #141 increase min width of config edit slightly so that flow context pop up appears to work around possible node-red issue node-red/node-red#4497
- #134 add request timeout configuration for 1.8 and 2.x versions. It's not clear to me how to do this for library used for 1.x version. Default is 10 seconds.
- #128 add license, used Apache-2.0
- #82 add engine spec
- updated dependencies, docker images used for tests
Update lodash dependency
Batch node support 1.8-Flux and Influx 2.0
add support for complete
return original message on exception
- fix #78 to return all original message fields when an exception occurs
fix UI issue when configs renamed
Add explicit integer value type
- #71 Added support for explicit integer values using strings with 'i' suffix like '1234i'
- Added note to README on this
- updated dependencies
Support Flux and Influx 2.0
Thanks to Alberto Armijo for the work on this release.
Added support for Flux queries and InfluxDB 2.0 authentication into existing nodes.
New configuration node supports different versions and use the appropriate underlying InfluxDB node.js library.
Nodes change available options and query language (InfluxQL or Flex) depending on InfluxDB database version used.
update dependencies
- create client used by other nodes in config node
- update README to reflect latest testing with 1.8, other feedback
http status code in catch message
- add http status code from influxdb to
influx_error
field in catch message when exception thrown - update README to describe above