Skip to main content

The most recent patch for this version is 1.0.1.  Learn more  

Release notes

Parser Attribute Connectors features, bug fixes, and known issues by release date.

Version 1.0.1

Fixed issues

  • JSONPath filter expressions not being processed

    Because of the previously utilized JSON provider, the Parser Attribute Connector was unable to handle JSONPath filter expressions with filter predicates such as ?(@.country in ['GR', 'SE']), ?(@.countries subset ['GR', 'SE']) , or similar. This is now resolved.

  • Exceptions caused by JSONPath expressions containing special characters

    Use of special characters in JSONPath expressions was causing the Parser Attribute Connector to throw exceptions. JSON Parser is now updated to escape special characters.

Version 1.0.0

What's new

  • Separate connector for each structured format: XML, JSON, and JWT

    This initial release of the Parser Attribute Connectors offers a simpler and clearer configuration format for the pre-existing XML and JSON parsers, while also introducing the JWT parser.

  • New JWT token parser and validator

    • Configurable token signature validation supporting standard algorithms.
    • Configurable standard claims validation, including issuer, audience, expiration time and activation time validation.
    • Simplified claims extraction.