Authlete 3.0 Release Notes - January 2026

Version Number : 3.0.25

Overview

This minor update introduces changes for Authlete 3.0. This new version was made available on January 29th (Thu).

New Features & Improvements

Cache control improvements

  • Added logging improvements to existing redis cache backend

Specs support

OID4VCI 1.0 Final updates

  • Updated our implementation of OID4VCI 1.0 Final to support interactions related to deferred credentials, such as :
    • credential_request_denied error
    • interval response parameter
    • 202 Accepted responses from the deferred credential endpoint
  • Added support for the credentials property contained in responses from OID4VCI endpoints, as well as the unknown_credential_configuration and unknown_credential_identifier errors
  • Updated our implementation of OID4VCI 1.0 Final to match the latest requirement to either include the credential_configuration_id parameter or the credential_identifiers parameter inside of a credential request

Bug fixes

Client deletion timeout fix

Fixed an issue where attempting to delete a client with an important number of granted_scopes would result in a timeout and failure to delete.

Cache hostname parsing fix

Fixed an issue where provided cache hostnames would be incorrectly parsed when using the newly implemented cluster backend.

Cache unavailability fix

Fixed an issue where cache unavailability could potentially result in performance drops.

UpgradeHandler synchronization fix

Fixed an issue where initializing the UpgradeHandler in different areas of the applications simultaneously would result in argument exception errors.

Other

N/A