Skip to main content

Link 6.1.0

This release combines the improvements and corrections of multiple internal versions into a single public release. The following new features and bug fixes are now available:

Enhancements

  • Delegated Authorization Expiration Control
    The Delegated Authorization Token feature now allows you to specify how long a delegated authorization token should remain valid using the new expirationSeconds query parameter. This provides more control for testing and for environments with stricter security requirements. By default, tokens will expire after one hour if a duration is not set. For full usage details, see the delegated authorization documentation.
  • Enhanced SAML2 Configuration Handling
    You can now disable SAML2 for specific backend connections by setting the property saml2=disabled in your destination configuration. This is an improvement over previous workarounds that required URL parameters. See the destination configuration documentation for more information.

Bug Fixes

  • Improved Error Handling When Processing Backend Data
    Addressed an issue where Link could encounter an error if it attempted to process incomplete or malformatted backend data. With this release, error handling is more robust and will log appropriate debug information, ensuring uninterrupted operation.
  • Billing Plan Retrieval via API Proxy
    Resolved a problem with calls for RFCs that prevented successful retrieval of billing plan information (the SD_GET_PERIO function) when called through the API Proxy.