You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated CHANGELOG and CMakeLists files for the release v1.15.2
Relates-To: OLPEDGE-2777
Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## v1.15.2 (04/11/2022)
2
+
3
+
**Common**
4
+
* Extended `olp::client::ApiResponse` with an optional payload.
5
+
* Added support for non-copiable response types in `olp::client::ApiResponse`.
6
+
* Updated the README and GettingStartedGuide documentation.
7
+
* Added performance improvements.
8
+
* Enabled preprocessing for generating Doxygen documentation.
9
+
* Added the service name in the base client's URL when `olp::client::ApiLookupSettings::catalog_endpoint_provider` is set.
10
+
* Fixed `olp::utils::Dir::Size` to traverse through all nested directories.
11
+
12
+
**olp-cpp-sdk-dataservice-read**
13
+
* Extended `olp::dataservice::read::DataResponse` and `olp::dataservice::read::DataResponseCallback` with `olp::client::NetworkStatistics` as a payload.
14
+
* Changed `olp::dataservice::read::repository::NamedMutex` to be cancellation-aware: when the request is canceled, you will not be able to lock the internal mutex.
15
+
16
+
**olp-cpp-sdk-authentication**
17
+
* Changed the internal static `std::regex` object to local instead of the global one. The local object prevents getting the `std::bad_cast` exception on some compilers.
0 commit comments