Skip to content

Releases: heremaps/xyz-hub

1.20.11

20 Dec 15:11
Compare
Choose a tag to compare

Changed

  • Always set streamId for new requests.

1.20.10

15 Dec 12:56
Compare
Choose a tag to compare

Changed

  • Bump log4j-api from 2.15.0 to 2.16.0

1.20.9

15 Dec 12:56
Compare
Choose a tag to compare

Changed

  • Enable feature request monitoring for storage connector compatibility check
  • Change monitor features to enable/disable and monitor only when the space is enableHistory
  • Update different dependencies

1.20.8

15 Dec 12:55
Compare
Choose a tag to compare

Changed

  • Bump log4j-api from 2.13.2 to 2.15.0

1.20.7

15 Dec 12:55
Compare
Choose a tag to compare

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

15 Dec 12:55
Compare
Choose a tag to compare

Added

  • Add the possibility to dynamic load values into the Open API Specification generator
  • Add public health check relative endpoint

Improved

  • Ensure in ConnectionMetrics that no errors are blocking connections or requests

1.20.5

15 Dec 12:55
Compare
Choose a tag to compare

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

15 Dec 12:54
Compare
Choose a tag to compare

Added

  • Support for Base10 encoded here tiles. Fallback to Base4 is possible by using USE_BASE_4_H_TILES=true.

1.20.3

15 Dec 12:54
Compare
Choose a tag to compare

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

15 Dec 12:54
Compare
Choose a tag to compare

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