Skip to content

Release 1.6.0

Compare
Choose a tag to compare
@banterCZ banterCZ released this 08 Jan 10:13
· 513 commits to develop since this release
8444ca8

This release contains the following improvements and bugfixes:

  • Added a non-personalized operation for the QR code login feature.
    • It is possible to create an operation with null userId value and claim it during operation retrieval.
  • Allow scoping operation to a single activation ID.
  • REST API changes:
    • A new endpoint to update the activation name.
    • Improved operation list (paging and filtering).
    • Enabled filtering of activation list for user by status.
    • The default size of the activation list for the user is 500.
  • WAR is executable as a Spring Boot application.
  • Able to expose metrics for Prometheus, if enabled.
  • Memory leak in CallbackUrlBehavior for RestClient instances
  • Dependency updates.