File tree Expand file tree Collapse file tree 6 files changed +30
-5
lines changed
olp-cpp-sdk-authentication
olp-cpp-sdk-dataservice-read
olp-cpp-sdk-dataservice-write Expand file tree Collapse file tree 6 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1+ ## v1.17.0 (09/10/2023)
2+
3+ ** Common**
4+ * Improved support of HTTP proxy on iOS.
5+ * Cleaned up DNS cache on error in cURL (Android).
6+ * Fix the olp-cpp-sdk-core/CMakeLists.txt to include the externals include directory.
7+ * Added the possibility to specify DNS using ` WithDNSServers ` to ` olp::http::NetworkSettings ` API.
8+ * Improved logging in ` PendingUrlRequests ` .
9+ * Added the ` CallApiStream ` to ` olp::client::OlpClient ` API.
10+ * Fixed the ` boost ` and ` rapidjson ` includes path resolution in olp-cpp-sdk-core/CMakeLists.txt.
11+ * Fixed the logging output. Now, more logging information is displayed in the production build.
12+ * Censored credentials in debug log messages for the network logs on ` DEBUG ` log level.
13+ * Fixed the ` rapidjson ` include directory.
14+
15+ ** olp-cpp-sdk-authentication**
16+ * Added ability to use custom token endpoint URL from credentials in ` Settings ` .
17+
18+ ** olp-cpp-sdk-dataservice-read**
19+ * Added the ` repository::GetPartitionsExtendedResponse ` to support requests with more than 100 partitions in ` GetPartitions ` API.
20+ * Fix the incorrect parse error condition in ` PartitionsRepository::ParsePartitionsStream ` .
21+ * Added default copy and move constructors and copy and move operators to ` model ` namespace classes.
22+
23+ ** olp-cpp-sdk-dataservice-write**
24+ * Added default copy and move constructors and copy and move operators to ` model ` namespace classes.
25+
126## v1.16.0 (13/06/2023)
227
328** Common**
Original file line number Diff line number Diff line change 1818cmake_minimum_required (VERSION 3.9)
1919
2020# Build the sdk targets
21- project (olp-cpp-sdk VERSION 1.16 .0)
21+ project (olp-cpp-sdk VERSION 1.17 .0)
2222
2323# Add preprocessor definitions for the SDK version and platform name
2424add_definitions (-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\")
Original file line number Diff line number Diff line change 1515# SPDX-License-Identifier: Apache-2.0
1616# License-Filename: LICENSE
1717
18- project (olp-cpp-sdk-authentication VERSION 1.16 .0)
18+ project (olp-cpp-sdk-authentication VERSION 1.17 .0)
1919set (DESCRIPTION "C++ API library for accesing HERE Account authentication service" )
2020
2121file (GLOB_RECURSE AUTHENTICATION_INC "include/*.h*" )
Original file line number Diff line number Diff line change 1616# License-Filename: LICENSE
1717
1818
19- project (olp-cpp-sdk-core VERSION 1.16 .0)
19+ project (olp-cpp-sdk-core VERSION 1.17 .0)
2020set (DESCRIPTION "Core network and utility library for the HERE OLP SDK C++" )
2121
2222find_package (RapidJSON 1.1.0 REQUIRED)
Original file line number Diff line number Diff line change 1515# SPDX-License-Identifier: Apache-2.0
1616# License-Filename: LICENSE
1717
18- project (olp-cpp-sdk-dataservice-read VERSION 1.16 .0)
18+ project (olp-cpp-sdk-dataservice-read VERSION 1.17 .0)
1919set (DESCRIPTION "C++ API library for reading OLP data" )
2020
2121file (GLOB_RECURSE INC "include/*.h*" )
Original file line number Diff line number Diff line change 1515# SPDX-License-Identifier: Apache-2.0
1616# License-Filename: LICENSE
1717
18- project (olp-cpp-sdk-dataservice-write VERSION 1.16 .0)
18+ project (olp-cpp-sdk-dataservice-write VERSION 1.17 .0)
1919set (DESCRIPTION "C++ API library for writing data to OLP" )
2020
2121set (OLP_SDK_DATASERVICE_WRITE_API_HEADERS
You can’t perform that action at this time.
0 commit comments