Skip to content

Releases: playwright-community/playwright-go

v0.5200.0

05 May 13:27
64e0326
Compare
Choose a tag to compare

What's Changed

Note: No IndexedDB option for StorageState yet.

Full Changelog: v0.5101.0...v0.5200.0

v0.5101.0

09 Apr 08:34
c6ac7e7
Compare
Choose a tag to compare

What's Changed

Note: Compared with the nodejs version, there is currently no IndexedDb for StorageState

Full Changelog: v0.5001.0...v0.5101.0

v0.5001.0

13 Feb 11:51
600e08b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4902.0...v0.5001.0

v0.4902.0

24 Jan 00:12
4b99890
Compare
Choose a tag to compare

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

10 Dec 07:32
81b2e8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4802.0...v0.4901.0

v0.4802.0

12 Nov 11:13
5afc7b7
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE

  • When specifying the playwright driver directory via RunOptions.DriverDirectory or the PLAYWRIGHT_DRIVER_PATH environment variable, you need to point directly to the directory of the corresponding version. The previously hard-coded ms-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

23 Sep 17:01
25b224d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4701.0...v0.4702.0

v0.4701.0

19 Sep 02:11
8ce48a3
Compare
Choose a tag to compare

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

Full Changelog: v0.4700.0...v0.4701.0

v0.4700.0

07 Sep 08:38
a1b6055
Compare
Choose a tag to compare

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

v0.4501.1

16 Jul 15:26
9a40c60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4501.0...v0.4501.1