File tree 6 files changed +18
-5
lines changed
olp-cpp-sdk-authentication
olp-cpp-sdk-dataservice-read
olp-cpp-sdk-dataservice-write
6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.23.0 (13/05/2025)
2
+
3
+ ** olp-cpp-sdk-core**
4
+ * Added the path tiling utilities that can be used to traverse and slice a ` GetCoordinates ` sequence into tiles.
5
+ * Increased the parallel connection limit to 32 for iOS network.
6
+ * Explicitly enabled support of HTTP/2 for Windows and cURL-based networks.
7
+ * iOS ` Foundation ` library is now explicitly linked to ` olp-cpp-sdk-core ` .
8
+ * Extended logging for iOS network.
9
+
10
+ ** olp-cpp-sdk-dataservice-read**
11
+ * Decreased log level for some messages.
12
+ * Decreased the amount of allocation in ` QuadTreeIndex ` to improve performance.
13
+
1
14
## v1.22.0 (18/02/2025)
2
15
3
16
** Common**
Original file line number Diff line number Diff line change 18
18
cmake_minimum_required (VERSION 3.9)
19
19
20
20
# Build the sdk targets
21
- project (olp-cpp-sdk VERSION 1.22 .0)
21
+ project (olp-cpp-sdk VERSION 1.23 .0)
22
22
23
23
# Add preprocessor definitions for the SDK version and platform name
24
24
add_definitions (-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\")
Original file line number Diff line number Diff line change 15
15
# SPDX-License-Identifier: Apache-2.0
16
16
# License-Filename: LICENSE
17
17
18
- project (olp-cpp-sdk-authentication VERSION 1.22 .0)
18
+ project (olp-cpp-sdk-authentication VERSION 1.23 .0)
19
19
set (DESCRIPTION "C++ API library for accessing HERE Account authentication service" )
20
20
21
21
file (GLOB_RECURSE AUTHENTICATION_INC "include/*.h*" )
Original file line number Diff line number Diff line change 16
16
# License-Filename: LICENSE
17
17
18
18
19
- project (olp-cpp-sdk-core VERSION 1.22 .0)
19
+ project (olp-cpp-sdk-core VERSION 1.23 .0)
20
20
set (DESCRIPTION "Core network and utility library for the HERE OLP SDK C++" )
21
21
22
22
find_package (RapidJSON 1.1.0 REQUIRED)
Original file line number Diff line number Diff line change 15
15
# SPDX-License-Identifier: Apache-2.0
16
16
# License-Filename: LICENSE
17
17
18
- project (olp-cpp-sdk-dataservice-read VERSION 1.22 .0)
18
+ project (olp-cpp-sdk-dataservice-read VERSION 1.23 .0)
19
19
set (DESCRIPTION "C++ API library for reading OLP data" )
20
20
21
21
file (GLOB_RECURSE INC "include/*.h*" )
Original file line number Diff line number Diff line change 15
15
# SPDX-License-Identifier: Apache-2.0
16
16
# License-Filename: LICENSE
17
17
18
- project (olp-cpp-sdk-dataservice-write VERSION 1.22 .0)
18
+ project (olp-cpp-sdk-dataservice-write VERSION 1.23 .0)
19
19
set (DESCRIPTION "C++ API library for writing data to OLP" )
20
20
21
21
set (OLP_SDK_DATASERVICE_WRITE_API_HEADERS
You can’t perform that action at this time.
0 commit comments