Skip to main content
Version: 6.3

Release notes

SQL Attribute Connector features, bug fixes, and known issues by release date.

Version 6.3.0

What's new

  • SQL Attribute Connector supports lifecycle functionality

    The SQL Attribute Connector now supports the lifecycle feature, which automatically releases used resources during domain refreshes and authorization engine shutdowns, preventing resource leakage. This feature is compatible with authorization engine versions that support lifecycle functionality but maintains backward compatibility with older versions that do not.

Fixed issues

  • Resource leakage during domain updates

    Previously, a bug caused connections to remain open during domain updates, eventually reaching the maximum limit and causing failures. This issue has been resolved with the introduction of the lifecycle feature, which ensures that resources are properly released during domain refreshes and authorization engine shutdowns.

Version 6.2.3

What's new

  • Vulnerability fixes

    Internal libraries were updated to address vulnerabilities.

  • Online documentation updates

    Documentation updates regarding the following:

    • Vulnerabilities report instructions

      SQL Attribute Connector documentation is now updated with instructions on how to download vulnerabilities report from S3.

Version 6.2.2

Fixed issues

  • An issue with the content of the previous distribution file required an updated package and consequently a patch version update. There are no functional changes in this release.

Version 6.2.0

Fixed issues

  • Exception thrown with queries calling stored procedures

    An exception was thrown when an attribute connector was configured with queries calling stored procedures with OUT-parameters. This exception would prevent the PDP from going operational, and also affected the ability of ASM to set cache configurations properly. This has been fixed.


Version 6.1.0

What's new

  • Stability improvement

    The SQL Attribute Connector no longer verifies the database connection on initialization. Transient database errors will not affect initialization of the attribute connector.

Version 6.0.0

What's new

  • Change of fully qualified name

    The fully qualified name for the SQLAttributeFinder has been changed to com.axiomatics.attributeconnector.jdbc.SQLAttributeFinder. (The previous form was com.axiomatics.delegent.finder.jdbc.SQLAttributeFinder.)