Skip to content

Release 1.6.0

Compare
Choose a tag to compare
@banterCZ banterCZ released this 09 Jan 09:40
· 201 commits to develop since this release
57d84cf

This release contains the following improvements and bugfixes:

  • Since creating an operation with null userId value is possible, new REST endpoints for mobile tokens have been introduced to claim it during operation retrieval:
    • Get operation detail: /api/auth/token/app/operation/detail
    • Claim operation for a user: /api/auth/token/app/operation/detail/claim
  • WAR is executable as a Spring Boot application.
  • Able to expose metrics for Prometheus, if enabled.
  • Dependency updates.