Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.71 KB

File metadata and controls

27 lines (19 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Restored numeric (epoch-millisecond) serialization of operation callback timestamps, which regressed to ISO-8601 strings after the Jackson 3 upgrade and broke callback consumers that parse the timestamps as numbers (#2436)
  • Fixed authenticator data deserialization when extensions are present, which could fail after the Jackson 3 upgrade (#2444)

2.2.0 - 2026-07-20

Added

  • Temporary block of activation (#2390)
  • Added secure configuration store with per-application and per-activation scopes (#2391)
  • Added AAGUID for Wultra Authenticator 1.2 (#2426)

Changed

  • Consolidated CHANGELOG.md to the strict Keep a Changelog 1.1.0 format and added Copilot changelog instructions (#2398)
  • Migrated to Spring Boot 4 and Jackson 3 (#2379)
  • Upgraded Docker base image to ibm-semeru-runtimes:open-jdk-25.0.3.0-jre-noble (OpenJDK 25) (#2396)