Skip to content

v1.4.0

Latest

Choose a tag to compare

@camdecoster camdecoster released this 16 Sep 23:32
· 3 commits to main since this release
4159eaf

Added

  • Add enable_extensions option to control browser extension loading [#303], with thanks to @hirohira9119 for the contribution!
  • Add proxy_server browser configuration with a CHOREO_PROXY_SERVER environment fallback [#304], with thanks to @ColumbusLabs for the contribution!
  • Send Runtime.callFunctionOn commands in chunks when they are too big for Chrome's 100MiB devtools buffer [#306]

Removed

  • Drop support for Python 3.8 [#294]

Fixed

  • Improve platform architecture detection for arm on Linux and Windows [#290], with thanks to @juliabeliaeva for the contribution!
  • Fix license file and add a valid SPDX identifier to project settings [#294], with thanks to @ecederstrand for the contribution!
  • Fix out-of-date docstring on get_browser_path [#300]