- Supported Serve API:
v1.4.3
or newer
Added
- Serve's
/get_license_challenge
endpoint can now disable privacy mode per-request, even if a service certificate is
set, as long as privacy mode is not enforced in the Serve API config. - New Cdm method
get_service_certificate()
to get the currently set service certificate of a Session.
Changed
- All f-string formatting in log statements have been replaced with logging formatting to save performance when that
log wouldn't have been printed. - The Serve APIs
/open
endpoint's function has been renamed fromopen()
toopen_()
to prevent shadowing the
built-inopen
.
Security
- Updated
lxml
dependency to>=4.9.1
due to the Security Advisory GHSA-wrxv-2j5q-m38w.