Releases: playwright-community/playwright-go
Releases · playwright-community/playwright-go
v0.5200.0
v0.5101.0
v0.5001.0
v0.4902.0
What's Changed
- feat: add only-shell option to run options for install chromium headless by @carsonmeyer-wk in #518
Full Changelog: v0.4901.0...v0.4902.0
v0.4901.0
What's Changed
- chore: update jekyll and ruby to solve security alerts by @canstand in #506
- chore: roll to Playwright v1.49.0 by @canstand in #513
- feat: Add logger override option, use
slog
and capture driver as logs by @GuyGoldenberg in #497 - chore: roll to Playwright v1.49.1 by @canstand in #515
Full Changelog: v0.4802.0...v0.4901.0
v0.4802.0
What's Changed
- chore: require go v1.22 by @canstand in #489
- fix: Panics caused by BoundingBox API returning nil by @GuyGoldenberg in #498
- chore: roll to Playwright v1.48.1 by @canstand in #500
- feat: add WebSocket routing by @canstand in #503
- feat: remove hardcoded subdirectories to RunOptions.DriverDirectory by @canstand in #501
BREAKING CHANGE
- When specifying the playwright driver directory via
RunOptions.DriverDirectory
or thePLAYWRIGHT_DRIVER_PATH
environment variable, you need to point directly to the directory of the corresponding version. The previously hard-codedms-playwright-go/x.xx.x
subdirectory is now only applies to the default cache directory. (close #496) - require go v1.22
Full Changelog: v0.4702.0...v0.4802.0
v0.4702.0
v0.4701.0
What's Changed
- chore: roll to Playwright v1.47.1 by @canstand in #487
- feat: use
PLAYWRIGHT_DRIVER_PATH
environment variable as driver cache directory by @GuyGoldenberg in #485
New Contributors
- @GuyGoldenberg made their first contribution in #485
Full Changelog: v0.4700.0...v0.4701.0
v0.4700.0
What's Changed
What's New
Playwright now allows to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication.
See tests/browser_context_client_certificates_test.go
Full Changelog: v0.4501.1...v0.4700.0