Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Releases: ulixee/unblocked

v2.0.0-alpha.19

25 Feb 19:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • agent: always get full page content size (ea62557)
  • agent: devtools preferences when custom exe (73cf16d)
  • agent: don’t crash parsing response url (bf7d2bf)
  • agent: don’t parse json for devtools calls (9d9e953)
  • agent: don’t timeout shutting down context (0a3a5f5)
  • agent: element within shadow dom visibility (8cc9cb7)
  • agent: mark browser connected (eb4e238)
  • agent: no autoattach when browser connects (1ab573d)
  • agent: parse partial seconds timestamp (e4dab90)
  • agent: release memory leaks (934dcdb)
  • agent: sync goto and connect timeout option (a538329)
  • agent: timeout all devtools requests (2cf48e5)
  • browser-profiler: chrome 110 not loading in docker (86a1b2a)
  • default-browser-emulator: default disable tcp (5d74fd4)
  • default-browser-emulator: plugins detectable (c461fa2)
  • plugins: avoid incognito detection (8ced043)
  • plugins: check for webkitTemporaryStorage (38bfa6f)
  • plugins: ensure sec-cha-ua is correct (add8df4)
  • should use inner (1026547)

Features

  • agent: ability to hook directly to a target (b331297)
  • agent: allow proxy local dns resolution (#47) (a9c412b)
  • agent: try to use chrome headless=new mode (18999c7)
  • plugins: add shouldBlockRequest to spec (ce826a5)
  • plugins: don’t load unnecessary plugins (fcfdacd)
  • set unavailable screen (b7402b0)

New Contributors

Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19

v2.0.0-alpha.18

17 Jan 19:47
Compare
Choose a tag to compare

Bug Fixes

  • add missing expect (42f48fe)
  • agent: don’t crash if no nav history found (c2159f8)
  • agent: don’t log worker emulation as errors (3ec779b), closes #30
  • agent: handle new page can’t get readystate (714eccf)
  • deviceMemory heap size not overriding getters (cf08449)
  • ensure ipLookupServices can handle http2 (ea9bb11), closes #29 #28
  • github actions using bad cache path (c97fb4c)
  • improve testing for non-mitm nav (08a7ddc)
  • navigator.plugins uint32 overflow (221cef9)
  • pool test broken (63b20ea)
  • support fullscreen screenshots (23a7e74)
  • support screenshot outside viewport (8d6c1d9)
  • test if image is valid (3f8eed5)
  • use os.tmpdir (3bf0ef0)

Features

  • cache machine ip (0325fd3)
  • no unhandled rejections for close cancels (d694648)
  • plugins: disable ip proxy by default (a9a79bc), closes #29
  • simplify logic (ff16a06)

v2.0.0-alpha.17

15 Dec 21:52
Compare
Choose a tag to compare

Bug Fixes

  • allow pool amount of browser close listeners (a73088f)
  • attempt to fix certificate generator error (8a62e46)
  • correctly set user agent platform and memory (1b11514)
  • handle installed chrome not being latest (cf94c1d)
  • proxy leak in js (54bf072)

Features

  • enable upstream proxy when mitm diabled (f952d6c)
  • improve logs for storage tracker, mitm instl (611b08d)
  • improve message when no xvfb and headed (1ccfe01)
  • invert disableDevtools and default to off (b66d8cc)

v2.0.0-alpha.15

05 Dec 18:51
Compare
Choose a tag to compare

Bug Fixes

  • agent: remove process hooks on browser close (d468b4a)
  • don’t verify automated profile collection (f79a367)
  • links (7df3342)
  • node 18 deprecated functions (252ac2d)
  • plugins: check that performance.memory exists (a05a2b1)
  • re-enable prettier on configs (df38416)

Features

  • add dns failovers to help tests (241c4a0)

v2.0.0-alpha.14

17 Nov 20:05
Compare
Choose a tag to compare

Bug Fixes

  • allow double-agent install on its own (0ab0cd3)
  • don’t build double agent in dist (21c65ec)
  • publish connect errors (a917c8d)

What's Changed

Full Changelog: v2.0.0-alpha.13...v2.0.0-alpha.14

v2.0.0-alpha.13

02 Nov 14:28
Compare
Choose a tag to compare

2.0.0-alpha.13 (2022-11-02)

Bug Fixes

Features