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_deniederrorintervalresponse parameter202 Acceptedresponses from the deferred credential endpoint
- Added support for the
credentialsproperty contained in responses from OID4VCI endpoints, as well as theunknown_credential_configurationandunknown_credential_identifiererrors - Updated our implementation of OID4VCI 1.0 Final to match the latest requirement to either include the
credential_configuration_idparameter or thecredential_identifiersparameter inside of a credential request
Bug fixes
Client deletion timeout fix
Fixed an issue where attempting to delete a client with an important number ofgranted_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 implementedcluster backend.
Cache unavailability fix
Fixed an issue where cache unavailability could potentially result in performance drops.UpgradeHandler synchronization fix
Fixed an issue where initializing theUpgradeHandler in different areas of the applications simultaneously would result in argument exception errors.