| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| connect.checksum | 2024-12-07 | 619 Bytes | |
| connect_2.0.0-alpha.31_linux_arm64.gz | 2024-12-07 | 2.8 MB | |
| connect_2.0.0-alpha.31_win_arm64.gz | 2024-12-07 | 2.8 MB | |
| connect_2.0.0-alpha.31_linux_x86_64.gz | 2024-12-07 | 3.1 MB | |
| connect_2.0.0-alpha.31_mac_arm64.gz | 2024-12-07 | 2.9 MB | |
| connect_2.0.0-alpha.31_mac_x86_64.gz | 2024-12-07 | 3.1 MB | |
| connect_2.0.0-alpha.31_win_x86_64.gz | 2024-12-07 | 3.2 MB | |
| README.md | 2024-12-07 | 4.2 kB | |
| v2.0.0-alpha.31 source code.tar.gz | 2024-12-07 | 7.4 MB | |
| v2.0.0-alpha.31 source code.zip | 2024-12-07 | 8.1 MB | |
| Totals: 10 Items | 33.3 MB | 0 | |
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 https://github.com/ulixee/hero/pull/318
- Fix invalid url throwing error in WebsocketSession.isWebsocketUrl by @soundofspace in https://github.com/ulixee/hero/pull/320
- Improve injected scripts by @soundofspace in https://github.com/ulixee/hero/pull/322
- feat(commons): extend typeserializer with array types by @soundofspace in https://github.com/ulixee/hero/pull/324
- Use typeserialiser in injected scripts by @soundofspace in https://github.com/ulixee/hero/pull/325
- Callbacks for NewDocumentScripts by @blakebyrnes in https://github.com/ulixee/hero/pull/326
- feat(agent): default to chrome 130 by @blakebyrnes in https://github.com/ulixee/hero/pull/328
- Solve ReferenceError: Cookie is not defined by @rmaes4 in https://github.com/ulixee/hero/pull/330
- fix(docs): Remove unrelated docs entry by @jeroenvisser101 in https://github.com/ulixee/hero/pull/334
- Chrome 131 by @blakebyrnes in https://github.com/ulixee/hero/pull/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 https://github.com/ulixee/hero/pull/330
- @jeroenvisser101 made their first contribution in https://github.com/ulixee/hero/pull/334
New Contributors
- @rmaes4 made their first contribution in https://github.com/ulixee/hero/pull/330
- @jeroenvisser101 made their first contribution in https://github.com/ulixee/hero/pull/334
Full Changelog: https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31