Releases: heremaps/xyz-hub
Releases · heremaps/xyz-hub
1.20.1
1.20.0
1.19.3
1.19.2
Improved
- Use static BUILD_VERSION property during startup again
Fixed
- Fix NPE in StorageStatisticsQueryRunner and improve logging
- Fix issue that property search isn't temporary working on spaces with less than 10k objects. This only could happen if maintenance service was in use.
1.19.1
1.19.0
Added
- Implement storage statistics REST endpoint, which provides statistics about the utilization of the underlying storage of spaces.
- Add configuration to duplicate the Stream-Info response-header with a customized name.
- Throttling implementation on basis of JVM memory utilization.
Improved
- PSQL-Connector: Update underlying databases if necessary - rely on xyz_ext & h3_core version
Fixed
- Clustering: Return error when using clustering with HERE tiling
- MVT: Wrong tilebound on non-webmercator projection.
1.18.20
Added
- Add Tile Response description for MVT response type on stable api.
- Introduce env variable PSQL_HTTP_CONNECTOR_HOST
- Maintenance-Service: Add missing check if indexing is disabled completely and adjust logging
- Maintenance-Service: Add BuildTime and BuildVersion to healthCheck
- Add performance values for LoadFeature processing to streamInfo. Add "LFTime" & "LFResSize" fields to streamInfo in case a LoadFeatureEvent gets processed
Changed
- Refactor FeatureTask, moved handler methods to FeatureTaskHandler