Release 1.6.0
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
- Get operation detail:
- WAR is executable as a Spring Boot application.
- Able to expose metrics for Prometheus, if enabled.
- Dependency updates.