This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: cyface-de/api
Releases · cyface-de/api
3.3.0
3.3.0-beta1
Twin of 3.3.0 which has a newer vert.x version required by data-provider but not supported by data-collector due to an open issue at vert.x
3.2.1
Fixed: - TestMeasurementDocument was still using ObjectId for userId
3.2.0
Removed: - old authentication and user classes
3.1.0
Remove: - package v2 with support for old User/Role flow
3.0.0
Added: - Switched to OAuth2 as default in the User model (user id is UUID now) Changed: - Add database value to Role (but this class was moved to package v2 for deprecation)
2.1.2
Fixed: - Downgraded vert.X back to 4.3.6 as 4.4.0/1 leads to a bug in the backend
2.1.1
Changed: - CI workflow (release branch removed, auto-set version) - Upgrade dependencies
2.1.0
Added: - Support for websockets
2.0.2
Changed: - Enable compression by default