Releases: cyface-de/data-collector
Releases · cyface-de/data-collector
7.2.0
Fixed: - Upload speed issue (Google CloudStore) - Dockerfile: addgroup not found - docker-compose: typo in subnet Added: - Support for attachment uploads (Google CloudStore) Changed: - Replace flapdoodle tests with GenericContainer tests - Upgrade dependencies - Upgrade uploader to 1.4.1 - Refactor unnecessary factory patterns - Rename MeasurementHandler to UploadHandler
7.1.6-beta1
Fix typo in subnet definition
7.1.5
Fixed: - NPE when blob was not available in Cloud Storage - Upload by ensuring WriteStream finishes before closing ReadStream Changed: - Add proxy server to local test setup (Docker)
7.1.4
Fixed: - Pre-request Location header contains api endpoint path (api/v5) Added: - http.endpoint parameter readded (required for absolute Location header in response)
7.1.3
Fixed: - Upload into Object Storage Collector - Google Cloud Write Operation to not block event thread Changed: - Upgrade dependencies Removed: - Injection of api endpoint (now the parent nginx routes requests e.g. from api/v4 to the collector endpoint root)
7.1.2
Fixed: - Duplicate log output - Error message on wrongly sized upload requests Changed: - Updated openapi documentation
7.1.1
Fixed: - ContentRange in GoogleCloudStorageService
7.1.0
Added: - Support for Object Storage Changed: - Switch to Kotlin - Switch to JDK 17
7.0.1
Fixed: - Publish workflow after removing management api
6.12.0
Added: - api/v4 with OAuth2