Release date 2026/04/07
Feature
-
Added more implicit node outputs: *
request.path*request.raw_path*request.port*request.method*request.scheme*request.version*service_response.status* service_response.raw_body * call.raw_body -
Added JWT nodes:
jwt_decodefor decoding tokens without verification,jwt_verifyfor signature verification and claim validation using JWKS, andjwt_signfor creating and signing JWTs. -
Consumer can now be set via property node.
-
the call node’s
ssl_verifyoption to verify the TLS certificate when making HTTPS requests is now enabled by default.
Bugfix
-
Fixed type system bug to allow defining maps with string values for vault node.
-
Fixed an issue where datakit cache node instantiate proxy-cache-advanced redis module at config time causing dependency issue on Koko.
-
Fixed xml_to_json node to recognize
text/xmlcontent-type in addition toapplication/xmlfor XML request body processing, ensuring RFC 7303 compliance.