|
| 1 | +## v1.22.0 (18/02/2025) |
| 2 | + |
| 3 | +**Common** |
| 4 | +* Added a check if build C++ standard is already set before changing it. |
| 5 | +* Added CI build on Windows platform using MSVC 2019. |
| 6 | +* Changed log messages severity to decrease logs size. |
| 7 | +* Fixed getting started guide URL in README.md. |
| 8 | +* Removed propagation of the -Werror build option from LevelDB to parent projects if LevelDB is not installed. |
| 9 | +* Updated boost recommended version to 1.82. Recommended version is downloaded and built if boost is not installed. |
| 10 | + |
| 11 | +**olp-cpp-sdk-authentication** |
| 12 | +* Added optional `olp::http::authentication::Settings::scope` field. It is attached to token requests and can be used on server side in the authentication process. |
| 13 | +* Fixed compilation on latest Clang deployed on MacOS. |
| 14 | + |
| 15 | +**olp-cpp-sdk-core** |
| 16 | +* Added `OLP_SDK_DISABLE_LOCATION_LOGGING` CMake option. If enabled, the log messages locations are not generated by compiler to create binaries with lower size. |
| 17 | +* Added `olp::client::ErrorCode::Offline` error code to explicitly indicate absence of network connectivity. |
| 18 | +* Added `olp::http::HarCaptureAdapter` class to capture network requests and generate HAR files. |
| 19 | +* Added `olp::http::NetworkWinHttp::ResultData::log_context` field to ease requests lifecycle debugging. |
| 20 | +* Added optional `olp::http::NetworkResponse::diagnostics_` field of `olp::http::Diagnostics` type to report network request handling timings. Used with cURL versions higher than 7.61. |
| 21 | +* Fixed `olp::client::HttpResponse` network statistics handling while being copied. |
| 22 | +* Removed `com.here.olp.network.HttpClient.Request.maxRetries` class varaible used in Android network implementation requests retries. Retries are expected to be implemented on the application level. |
| 23 | +* Removed `olp::http::NetworkAndroid::ResetRequest(...)` method used in Android network implementation requests retries. Retries are expected to be implemented on the application level. |
| 24 | + |
| 25 | +**olp-cpp-sdk-dataservice-read** |
| 26 | +* Added double-buffering to `olp::dataservice::read::repository::RapidJsonByteStream` to decrease single JSON processing time and reduce memory footprint size. |
| 27 | +* Fixed `compressedDataSize` field parsing by `olp::dataservice::read::repository::PartitionsSaxHandler` class. |
| 28 | + |
1 | 29 | ## v1.21.0 (25/10/2024) |
2 | 30 |
|
3 | 31 | **Common** |
|
0 commit comments