Release date 2026/02/01
Bugfix
-
Fixed xml_to_json node to recognize
text/xmlcontent-type in addition toapplication/xmlfor XML request body processing, ensuring RFC 7303 compliance.
Release date 2026/02/01
Fixed xml_to_json node to recognize text/xml content-type in addition to application/xml for XML request body processing, ensuring RFC 7303 compliance.
Release date 2025/12/18
Added json_to_xml node to support converting JSON or lua table to XML data.
Added xml_to_json node to support converting XML data to lua table and JSON format.
Added support for dynamic url in call node.
Added support for using the call node in the post-proxy phase.
Add support for using application/x-www-form-urlencoded as the body encoding.
added the ssl_verify flag to the call node. This flag allows
users to control certificate verification when making HTTPS requests to the
configured url endpoint. It cannot be disabled when the
tls_certificate_verify global option is enabled.
Added support for clearing headers from the service_request and response nodes
Fixed implicit request node headers field to be correct type.
Release date 2025/10/01
Added caching support via a new cache node type.
Added support for conditional execution via the branch node.
Added vault support to the Datakit plugin. This unblocks common use cases such as storing secrets in Vault and retrieving them as tokens in Datakit.
Fixed plugin config validation to catch more invalid usage of the property node.
Fixed an issue where an invalid plugin instance could affect other plugins.