Skip to content

v1.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 20:56
· 84 commits to master since this release
  • 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 from open() to open_() to prevent shadowing the
    built-in open.

Security