v10.0.0
·
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.