Releases: heremaps/xyz-hub
Releases · heremaps/xyz-hub
1.20.11
1.20.10
1.20.9
1.20.8
1.20.7
Added
- Add new mechanism for setting a custom request payload size by adding an "UPLOAD_LIMIT_HEADER_NAME" Header
- Modify Descriptions and add some examples for entities in the openapi documentation
- Configurable timeout per connector
Changed
- adjustment for mode=viz, return result in distributed order on large datasets (> 350M )
- Use consistently ecps Strings in connector-configurations
Improved
- PSQLConnector error handling
- Remove unnecessary body handler since it is already added from openapi's RouterBuilder
- Avoid calling next handler when an error occurred during max request size check
Fixed
- Fixed HTTP response code for creating connectors to HTTP 201 in swagger file
- Fix the space creation when env vars SPACE_ID and SPACES_PATH are used
- StreamId is Null
- Added 2 resolutions in .ort.yml to resolve scanner timeout issues
- Fix NPE in MetricPublisher(s) at service startup in rare cases
1.20.6
1.20.5
Added
- New test cases for httpConnector
- Publish HTTP client metrics using vert.x metrics interface
- Implement new metrics endpoint to provide metrics to prometheus
Improved
- Logging
Fixed
- Fix minor bug that Service.isUsingZgc() was not detecting ZGC properly anymore
- Fix storage reporting to ignore un-resolvable connectors
1.20.4
1.20.3
Added
Changed
- Updated, class names in logs are updated to fully qualified class name
- Upgrade Dockerfile to use java 17 and fix GC duration metric also add information to memory health check whether ZGC is used
Improved
- Improve redis client creation and activate warn logging
Fixed
- Fix aggressive browser caching causing issues when editing data
- Fixed RoleARN regex
1.20.2
Added
- Add Timeouts to DatabaseMaintainer Http-requests
Changed
- WarmUp Requests are only triggering maintenance in embedded mode.
Fixed
- clustering.quadbin: recognize parameter margin, fix equipartition count
- clustering.quadbin: fix quadbin covering on bbox requests
- fixed issue with String.format dependency on Locale.default