github-actions
released this
07 Dec 16:15
·
48 commits
to main
since this release
Bug Fixes
- agent: make ws callbacks no-cors (ecaf56e)
- agent: single new doc callback per name (20e2c41)
- agent: support passing invalid URL to isWebsocketUrl (665c108)
- client: before disconnect bug (fe8ac97)
- commons: parse argv env files (b8aed1e)
- core: dont log devtools internal ws messages (3c18030)
- default-browser-emulator: fix typo that TS didnt catch, resulting in wrong deviceMemory proto (4ef12e1)
- default-browser: os lookup wrong (b14bf27)
- double-agent: kill trailing tls process (5942f27)
- double-agent: probe data out of sync (3eabd96)
- net: clear connect when disconnected (5a8a5fe)
- net: set ws disconnecting earlier (2c61ca3)
- net: should reconnect if fails during connect (6cbb55a)
- polyfills adding incorrect data (824da44)
- v2.0.0-alpha.30 by @blakebyrnes in #318
- Fix invalid url throwing error in WebsocketSession.isWebsocketUrl by @soundofspace in #320
- Improve injected scripts by @soundofspace in #322
- feat(commons): extend typeserializer with array types by @soundofspace in #324
- Use typeserialiser in injected scripts by @soundofspace in #325
- Callbacks for NewDocumentScripts by @blakebyrnes in #326
- feat(agent): default to chrome 130 by @blakebyrnes in #328
- Solve ReferenceError: Cookie is not defined by @rmaes4 in #330
- fix(docs): Remove unrelated docs entry by @jeroenvisser101 in #334
- Chrome 131 by @blakebyrnes in #341
Features
- agent: default to chrome 130 (5830b3d)
- commons: extend typeserializer with array types (6e23a45)
- core: start without session persistence (4cf7520)
- default-browser-emulator: use Typeserializer in injected scripts (8a9a568)
- net: simplify network stack (81d2c76)
New Contributors
- @rmaes4 made their first contribution in #330
- @jeroenvisser101 made their first contribution in #334
New Contributors
- @rmaes4 made their first contribution in #330
- @jeroenvisser101 made their first contribution in #334
Full Changelog: v2.0.0-alpha.30...v2.0.0-alpha.31