Skip to content

v10.0.0

Choose a tag to compare

@KaiSchwarz-cnic KaiSchwarz-cnic released this 22 Jan 12:46
· 47 commits to master since this release

10.0.0 (2025-01-22)

Performance Improvements

  • cnr / hx apiclient: request function: better inherited; cache the curl handle for reuse (755bec4)

BREAKING CHANGES

  • cnr / hx apiclient: the curl handle is now cached for later reuse. consider calling close() of the apiclient in context of a sessionless approach. this automatically covered by the logout function in context of session-based communication.