Releases: tulip/node-red-tulip-api
Releases · tulip/node-red-tulip-api
v0.3.1
Changes:
- Simplifies the regex in the validator for the api auth node hostname to allow for underscores.
- Updates language and urls to reflect the name change from Tulip "bot" to "API token"
Bug fixes:
- Updates the validator for the api auth node hostname to return true instead of "truthy" array.
- Updates the validator for the api auth node hostname to correctly mark certain IP addresses as invalid.
- Improves the error handling for API requests by catching JSON parse errors.
v0.3.0
New features:
- Option for machine attribute node to submit dynamic or batched writes from input message.
- Support for Tulip API requests using the Tulip nodes to use a proxy (set by environment variable
http_proxy) - Option to retain input message properties in output message
Bug fixes:
tulip-tablesnode default label istulip-tablesinstead oftulip-machine-attribute- Wraps
tulip-tablesin IIFE to fix global variable scope - Encode
tulip-tablesAPI request path parameters
v0.2.1
What's Changed
- Allows API Authentication to use HTTP
- Removes request as dependency
v0.2.0
Adds keep-alive options and ability to set headers through msg.headers
v0.1.0
Initial release