This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Releases: ulixee/unblocked
Releases · ulixee/unblocked
v2.0.0-alpha.19
What's Changed
- Release by @blakebyrnes in #31
- Fix memory leak and fatal response parsing by @blakebyrnes in #33
- Feat fingerprinting viewport by @soundofspace in #36
- fix sec-ch-ua-platform header by @ja3abuser in #39
- feat(agent): try to use chrome headless=new mode by @blakebyrnes in #42
- prevent mitm proxy auth to be escaped prior to base64 encoding it by @GlenDC in #40
- feat(agent): allow proxy local dns resolution by @blakebyrnes in #47
- add afterHttpResponse network hook (opt-in) by @GlenDC in #46
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
- @ja3abuser made their first contribution in #39
- @GlenDC made their first contribution in #40
Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19
v2.0.0-alpha.18
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
v2.0.0-alpha.17
v2.0.0-alpha.15
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
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
- Release by @blakebyrnes in #18
Full Changelog: v2.0.0-alpha.13...v2.0.0-alpha.14