Updated version to v1.1.2
Changelog
- Fixed a bug causing increased CPU usage while
base::Threadis idle. - Changed a behavior for networking functions to return
Result::kErrorinstead ofResult::kOkwhen request goes through but response has error HTTP status code (4xx or 5xx) to simplify error handling on the client side. - Various improvements for compatibility (compilation with clang 19, 20 and clang-tidy).
- Various improvements for CI scripts.
Full Changelog: v1.1.1...v1.1.2