AVS Python client 4.2.0 release notes
April 17, 2025
New in this version
AVS Python client 4.2.0 fixes an issue with authentication token refreshing, where server clock skew was not accounted for.
It also adds detailed authentication logging and standardizes default timeout values, setting them to None
(no timeout).
AVS server compatibility
AVS Python client 4.2.0 is compatible only with AVS server versions 0.11.0 and later.
Issues Fixed
- Account for AVS server clock skew when scheduling authentication token refreshes. [VEC-547]
Improvements
- Add detailed authentication and token refresh logging. [VEC-551]
- Standardized default timeout values to
None
. [VEC-531]