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