Skip to content

libbase v1.1.2

Latest

Choose a tag to compare

@RippeR37 RippeR37 released this 06 Jul 13:25

Updated version to v1.1.2

Changelog

  • Fixed a bug causing increased CPU usage while base::Thread is idle.
  • Changed a behavior for networking functions to return Result::kError instead of Result::kOk when 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