From b614456a36dd0f7133a6c0da678b9bf5192885af Mon Sep 17 00:00:00 2001 From: andrey-kashcheev Date: Thu, 7 Mar 2024 16:34:30 +0100 Subject: [PATCH] Release v1.18.1 (#1485) Updated changelog, CMake versions Relates-To: OLPEDGE-2868 Signed-off-by: Andrey Kashcheev --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- olp-cpp-sdk-authentication/CMakeLists.txt | 2 +- olp-cpp-sdk-core/CMakeLists.txt | 2 +- olp-cpp-sdk-dataservice-read/CMakeLists.txt | 2 +- olp-cpp-sdk-dataservice-write/CMakeLists.txt | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54551080f..dacdfca21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## v1.18.1 (07/03/2024) + +**Common** +* **Hotfix** Updated `olp::cache::DefaultCache::Open` to take into account various ways the cache path could be specified. + ## v1.18.0 (06/03/2024) + **Common** * Updated the code to support the latest versions of popular compilers. * Updated `olp::http::NetworkCurl` class to use 4x more opened connections than requests to avoid issues with connection caching. diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e11e9efe..f0b615094 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.9) # Build the sdk targets -project(olp-cpp-sdk VERSION 1.18.0) +project(olp-cpp-sdk VERSION 1.18.1) # Add preprocessor definitions for the SDK version and platform name add_definitions(-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\") diff --git a/olp-cpp-sdk-authentication/CMakeLists.txt b/olp-cpp-sdk-authentication/CMakeLists.txt index 245dde8d3..5eff1cd94 100644 --- a/olp-cpp-sdk-authentication/CMakeLists.txt +++ b/olp-cpp-sdk-authentication/CMakeLists.txt @@ -15,7 +15,7 @@ # SPDX-License-Identifier: Apache-2.0 # License-Filename: LICENSE -project(olp-cpp-sdk-authentication VERSION 1.18.0) +project(olp-cpp-sdk-authentication VERSION 1.18.1) set(DESCRIPTION "C++ API library for accesing HERE Account authentication service") file(GLOB_RECURSE AUTHENTICATION_INC "include/*.h*") diff --git a/olp-cpp-sdk-core/CMakeLists.txt b/olp-cpp-sdk-core/CMakeLists.txt index a261eaba2..a758a58d0 100644 --- a/olp-cpp-sdk-core/CMakeLists.txt +++ b/olp-cpp-sdk-core/CMakeLists.txt @@ -16,7 +16,7 @@ # License-Filename: LICENSE -project(olp-cpp-sdk-core VERSION 1.18.0) +project(olp-cpp-sdk-core VERSION 1.18.1) set(DESCRIPTION "Core network and utility library for the HERE OLP SDK C++") find_package(RapidJSON 1.1.0 REQUIRED) diff --git a/olp-cpp-sdk-dataservice-read/CMakeLists.txt b/olp-cpp-sdk-dataservice-read/CMakeLists.txt index 9a50e29fd..43c1e82f5 100644 --- a/olp-cpp-sdk-dataservice-read/CMakeLists.txt +++ b/olp-cpp-sdk-dataservice-read/CMakeLists.txt @@ -15,7 +15,7 @@ # SPDX-License-Identifier: Apache-2.0 # License-Filename: LICENSE -project(olp-cpp-sdk-dataservice-read VERSION 1.18.0) +project(olp-cpp-sdk-dataservice-read VERSION 1.18.1) set(DESCRIPTION "C++ API library for reading OLP data") file(GLOB_RECURSE INC "include/*.h*") diff --git a/olp-cpp-sdk-dataservice-write/CMakeLists.txt b/olp-cpp-sdk-dataservice-write/CMakeLists.txt index b800dbde1..ea896d25c 100644 --- a/olp-cpp-sdk-dataservice-write/CMakeLists.txt +++ b/olp-cpp-sdk-dataservice-write/CMakeLists.txt @@ -15,7 +15,7 @@ # SPDX-License-Identifier: Apache-2.0 # License-Filename: LICENSE -project(olp-cpp-sdk-dataservice-write VERSION 1.18.0) +project(olp-cpp-sdk-dataservice-write VERSION 1.18.1) set(DESCRIPTION "C++ API library for writing data to OLP") set(OLP_SDK_DATASERVICE_WRITE_API_HEADERS