From a2704953508a0b771ac0f93aebc7368fcaa6d661 Mon Sep 17 00:00:00 2001 From: dzmitryfomchyn Date: Fri, 23 Feb 2024 22:37:59 +0100 Subject: [PATCH] Changelog --- changelog/unreleased/bugfixes/7753.md | 3 +++ changelog/unreleased/features/7753.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 changelog/unreleased/bugfixes/7753.md create mode 100644 changelog/unreleased/features/7753.md diff --git a/changelog/unreleased/bugfixes/7753.md b/changelog/unreleased/bugfixes/7753.md new file mode 100644 index 00000000000..56b0892dd6a --- /dev/null +++ b/changelog/unreleased/bugfixes/7753.md @@ -0,0 +1,3 @@ +- Fix adasis generator errors related to the split edges. +- Fix adas cache tiles eviction mechanism. +- Handle "unlilimited" speed limits in Adasis. \ No newline at end of file diff --git a/changelog/unreleased/features/7753.md b/changelog/unreleased/features/7753.md new file mode 100644 index 00000000000..21b4f7b6d62 --- /dev/null +++ b/changelog/unreleased/features/7753.md @@ -0,0 +1,2 @@ +- Added new property `AdasisDataSendingConfig.treeTrailingLength` that allows to specify the trailing length of the path tree, relatively to the map-matched position, in the adasis provider. +- Meaningful `RouterFailure.code` for directions api errors. \ No newline at end of file