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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## v1.19.0 (09/05/2024)
2
+
3
+
**Common**
4
+
* Added `Promote` to the `olp::cache::KeyValueCache` API to explicitly promote the key in the LRU cache.
5
+
* Fixed the CMake configuration for MSVC build.
6
+
* Updated code snippets and the documentation to reflect recent changes in API.
7
+
8
+
**olp-cpp-sdk-authentication**
9
+
* Changed `olp::authentication::AuthenticationClientImpl::SignInClient` to retry basing on the `olp::client::RetrySettings` instead of returning error immediately in case of transient errors.
10
+
* Fixed parsing of server time returned in the response header when the time zones are involved.
11
+
12
+
**olp-cpp-sdk-core**
13
+
* Included `system_error` to the `/olp/core/porting/shared_mutex.h` explicitly in order to support GCC 13.2.
14
+
* Changed `olp::http::NetworkCurl` to log used certificate location.
15
+
* Changed `olp::client::HRN::ToString()` and `olp::client::HRN::ToCatalogHRNString()` implementation to avoid streams.
16
+
* Changed `olp::http::Md5LookupGetBySubject` signature in order to support OpenSSL v3.x
17
+
18
+
**olp-cpp-sdk-dataservice-read**
19
+
* Decreased number of memory reallocations for cases when only tile keys are required by the caller.
0 commit comments