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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## v1.25.0 (11/05/2026)
2
+
3
+
**Common**
4
+
* Migrated from `RapidJSON` to `boost::json` throughout the codebase.
5
+
* Converted rarely used `boost::any` cases to `olp::porting::any`.
6
+
7
+
**olp-cpp-sdk-authentication**
8
+
* Changed `Date` response header field parsing to be locale independent.
9
+
10
+
**olp-cpp-sdk-core**
11
+
* Added missing headers for compatibility with newer compilers.
12
+
* Added `BOOST_CONSTEXPR_OR_CONST` to `olp::porting::none` declaration.
13
+
* Added transfer rate limit support to `olp::http::NetworkCurl` class that can be set using `olp::http::NetworkInitializationSettings::max_transfer_bytes_per_second` value.
14
+
* Added the `olp::client::ErrorCode::NoContent` error code to explicitly indicate the absence of data on the backend.
15
+
16
+
**olp-cpp-sdk-dataservice-read**
17
+
* Fixed `olp::dataservice::read::QuadTreeIndex` resource handling by removing thread local `rapidjson::MemoryPoolAllocator` that could lead to resource leaking.
0 commit comments