You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 from open() to open_() to prevent shadowing the
built-in open.
Security
Updated lxml dependency to >=4.9.1 due to the Security Advisory GHSA-wrxv-2j5q-m38w.