Skip to content

Releases: tulip/node-red-tulip-api

v0.3.1

05 Feb 15:31
64cd90f

Choose a tag to compare

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

24 Jan 16:16
301d397

Choose a tag to compare

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-tables node default label is tulip-tables instead of tulip-machine-attribute
  • Wraps tulip-tables in IIFE to fix global variable scope
  • Encode tulip-tables API request path parameters

v0.2.1

27 Apr 18:13
a8cfff8

Choose a tag to compare

What's Changed

  • Allows API Authentication to use HTTP
  • Removes request as dependency

v0.2.0

23 Jul 15:23
f5e4cb6

Choose a tag to compare

Adds keep-alive options and ability to set headers through msg.headers

v0.1.0

22 Jul 17:19

Choose a tag to compare

Initial release