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 (13/05/2024)
2
+
3
+
**Common**
4
+
* Added `Promote` to the `olp::cache::KeyValueCache` API to explicitly promote the key in the LRU (Least Recently Used) cache.
5
+
* Fixed the CMake configuration for MSVC build.
6
+
* Updated code snippets and documentation to reflect recent changes in the API.
7
+
8
+
**olp-cpp-sdk-authentication**
9
+
* Changed `olp::authentication::AuthenticationClientImpl::SignInClient` to retry based on the configuration in `olp::client::RetrySettings` instead of returning an error immediately in case of transient errors.
10
+
* Fixed parsing of server time returned in the response header when there are time zone differences.
11
+
12
+
**olp-cpp-sdk-core**
13
+
* Added `system_error` explicitly to `/olp/core/porting/shared_mutex.h` to support GCC 13.2.
14
+
* Changed `olp::http::NetworkCurl` to log the location of the certificate used.
15
+
* Changed `olp::client::HRN::ToString()` and `olp::client::HRN::ToCatalogHRNString()` implementations to avoid streams.
16
+
* Changed the `olp::http::Md5LookupGetBySubject` signature to support OpenSSL v3.x.
17
+
18
+
**olp-cpp-sdk-dataservice-read**
19
+
* Decreased the number of memory reallocations for instances when only the tile keys are required by the caller.
0 commit comments