Skip to content

Releases: heremaps/xyz-hub

1.20.1

15 Dec 12:54
Compare
Choose a tag to compare

Changed

  • Reconfigure vertex config-reload from 5s to 24h

Fixed

  • Fix bug that flattened MVTs (*.mvtf) could not be requested

1.20.0

15 Dec 12:53
Compare
Choose a tag to compare

Added

  • Extend the connector protocol to support transfer of binary data
  • Add test for MVT responses using storages without MVT support

1.19.3

15 Dec 12:53
Compare
Choose a tag to compare

Added

  • Add realm to clientInfo when available on request header 'rlm'

Changed

  • Adjust HTTPConnector Error-Codes

Improved

  • HTTPConnector Logging and add StreamInfo to responses

1.19.2

15 Dec 12:53
Compare
Choose a tag to compare

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

13 Sep 10:46
Compare
Choose a tag to compare

Fixed

  • Fix issue that Storage Reporting was not using the correct tableName in some cases
  • Fix issue that in PSQL connector table names were used in StorageStatistics response

1.19.0

13 Sep 10:46
Compare
Choose a tag to compare

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

13 Sep 10:46
Compare
Choose a tag to compare

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

1.18.19

13 Sep 10:45
Compare
Choose a tag to compare

Improved

  • In case of wrong JWT auth format log an error

Fixed

  • Fix issue that the value of the access_token was written to logs

1.18.18

13 Sep 10:45
Compare
Choose a tag to compare

Added

  • Enable JWT visualization in logs in case of error during decoding or decompression.

1.18.17

10 Aug 10:49
Compare
Choose a tag to compare

Fixed

  • Fix an issue where compressed JWT being forwarded decompressed to trusted connectors.