Skip to content

Commit a107896

Browse files
committed
v2.0.0-alpha.32
1 parent 2532e7c commit a107896

File tree

117 files changed

+558
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+558
-293
lines changed

.github/workflows/new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: goreleaser/goreleaser-action@v6
2323
with:
2424
version: "~> v2"
25-
args: release --rm-dist --debug --skip-validate
25+
args: release --clean --skip=validate --verbose
2626
workdir: ${{ github.workspace }}/agent/mitm-socket
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
7+
8+
### Bug Fixes
9+
10+
* **agent:** headers starting with - broken ([47f63af](https://github.com/ulixee/hero/commit/47f63af3813e72d181751a500abdbc3d31f2a7cd)), closes [#345](https://github.com/ulixee/hero/issues/345)
11+
* **agent:** resource loading for file urls ([36988a0](https://github.com/ulixee/hero/commit/36988a008b2bc89ae16b40ba67ded3c4785bd32b))
12+
* **agent:** support callbacks in chrome internal urls ([5b0c41e](https://github.com/ulixee/hero/commit/5b0c41e6c34967f952db9ccb12e8e2fe20288f60))
13+
* doc links ([d5ce248](https://github.com/ulixee/hero/commit/d5ce2487bdee8df6a6560610ef99d4985cc54a8b))
14+
* **double-agent:** try to clean tls servers ([31c9291](https://github.com/ulixee/hero/commit/31c929147879f978ceae173aadfa27b8834ab28d))
15+
* **profiler:** chrome 133 infinite loop ([526c27d](https://github.com/ulixee/hero/commit/526c27d47e4632b4191516a835c34a241db6f167))
16+
* **real-user-agents:** update script broken ([c1d5251](https://github.com/ulixee/hero/commit/c1d5251f99315f390b17fac51cb6243128a30dd2))
17+
18+
### Features
19+
20+
* **agent:** chrome 135 emulation ([fdcd31b](https://github.com/ulixee/hero/commit/fdcd31b6f4dc04e8ad716a0ba78cb571e4ed1584))
21+
* **agent:** migrate from websockets to deprecated console domain for communication ([3a2ceca](https://github.com/ulixee/hero/commit/3a2cecaae2968d002c0d4ef9a48d94a6f2335cdc))
22+
* **agent:** support authenticated proxies when mitm is disabled ([9946794](https://github.com/ulixee/hero/commit/99467940232f004d6cc1a22a3755489083c627be))
23+
* upgrade utls for post quantum chrome ([bb60ad5](https://github.com/ulixee/hero/commit/bb60ad5972febba30989fb4fb73eae8d1ed20180))
24+
625
# [2.0.0-alpha.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
726

827
### Bug Fixes

agent/examples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-examples
9+
610
# [2.0.0-alpha.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
711

812
**Note:** Version bump only for package @ulixee/unblocked-agent-examples

agent/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ulixee/unblocked-agent-examples",
33
"private": true,
4-
"version": "2.0.0-alpha.31",
4+
"version": "2.0.0-alpha.32",
55
"dependencies": {
6-
"@ulixee/js-path": "2.0.0-alpha.31",
7-
"@ulixee/unblocked-agent": "2.0.0-alpha.31"
6+
"@ulixee/js-path": "2.0.0-alpha.32",
7+
"@ulixee/unblocked-agent": "2.0.0-alpha.32"
88
}
99
}

agent/main/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
7+
8+
### Bug Fixes
9+
10+
* **agent:** headers starting with - broken ([47f63af](https://github.com/ulixee/hero/commit/47f63af3813e72d181751a500abdbc3d31f2a7cd)), closes [#345](https://github.com/ulixee/hero/issues/345)
11+
* **agent:** resource loading for file urls ([36988a0](https://github.com/ulixee/hero/commit/36988a008b2bc89ae16b40ba67ded3c4785bd32b))
12+
* **agent:** support callbacks in chrome internal urls ([5b0c41e](https://github.com/ulixee/hero/commit/5b0c41e6c34967f952db9ccb12e8e2fe20288f60))
13+
14+
### Features
15+
16+
* **agent:** chrome 135 emulation ([fdcd31b](https://github.com/ulixee/hero/commit/fdcd31b6f4dc04e8ad716a0ba78cb571e4ed1584))
17+
* **agent:** migrate from websockets to deprecated console domain for communication ([3a2ceca](https://github.com/ulixee/hero/commit/3a2cecaae2968d002c0d4ef9a48d94a6f2335cdc))
18+
* **agent:** support authenticated proxies when mitm is disabled ([9946794](https://github.com/ulixee/hero/commit/99467940232f004d6cc1a22a3755489083c627be))
19+
620
# [2.0.0-alpha.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
721

822
### Bug Fixes

agent/main/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@ulixee/unblocked-agent",
3-
"version": "2.0.0-alpha.31",
3+
"version": "2.0.0-alpha.32",
44
"description": "Fully programmable Devtools Protocol based browser",
55
"main": "index.js",
66
"dependencies": {
77
"@ulixee/chrome-136-0": "^7103.114.11",
88
"@ulixee/chrome-app": "^1.0.3",
9-
"@ulixee/commons": "2.0.0-alpha.31",
10-
"@ulixee/js-path": "2.0.0-alpha.31",
11-
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.31",
12-
"@ulixee/unblocked-specification": "2.0.0-alpha.31",
9+
"@ulixee/commons": "2.0.0-alpha.32",
10+
"@ulixee/js-path": "2.0.0-alpha.32",
11+
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.32",
12+
"@ulixee/unblocked-specification": "2.0.0-alpha.32",
1313
"devtools-protocol": "^0.0.1137505",
1414
"nanoid": "^3.3.11",
1515
"tough-cookie": "^5.0.0",
1616
"ws": "^8.18.0"
1717
},
1818
"devDependencies": {
19-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.31",
19+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.32",
2020
"image-size": "^1.0.1",
2121
"vue": "^3.4.30"
2222
}

agent/mitm-socket/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
7+
8+
### Features
9+
10+
* **agent:** chrome 135 emulation ([fdcd31b](https://github.com/ulixee/hero/commit/fdcd31b6f4dc04e8ad716a0ba78cb571e4ed1584))
11+
* upgrade utls for post quantum chrome ([bb60ad5](https://github.com/ulixee/hero/commit/bb60ad5972febba30989fb4fb73eae8d1ed20180))
12+
613
# [2.0.0-alpha.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
714

815
**Note:** Version bump only for package @ulixee/unblocked-agent-mitm-socket

agent/mitm-socket/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.2
66

77
require (
88
github.com/Microsoft/go-winio v0.6.2
9-
github.com/refraction-networking/utls v1.7.1
9+
github.com/refraction-networking/utls v1.7.3
1010
golang.org/x/net v0.38.0
1111
)
1212

agent/mitm-socket/go/go.sum

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
11
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
22
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
3-
github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sxfOI=
4-
github.com/andybalholm/brotli v1.0.6/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
53
github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
64
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
7-
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
8-
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
95
github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=
106
github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
11-
github.com/klauspost/compress v1.17.4 h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=
12-
github.com/klauspost/compress v1.17.4/go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM=
137
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
148
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
15-
github.com/refraction-networking/utls v1.6.7 h1:zVJ7sP1dJx/WtVuITug3qYUq034cDq9B2MR1K67ULZM=
16-
github.com/refraction-networking/utls v1.6.7/go.mod h1:BC3O4vQzye5hqpmDTWUqi4P5DDhzJfkV1tdqtawQIH0=
17-
github.com/refraction-networking/utls v1.7.1 h1:dxg+jla3uocgN8HtX+ccwDr68uCBBO3qLrkZUbqkcw0=
18-
github.com/refraction-networking/utls v1.7.1/go.mod h1:TUhh27RHMGtQvjQq+RyO11P6ZNQNBb3N0v7wsEjKAIQ=
9+
github.com/refraction-networking/utls v1.7.3 h1:L0WRhHY7Oq1T0zkdzVZMR6zWZv+sXbHB9zcuvsAEqCo=
10+
github.com/refraction-networking/utls v1.7.3/go.mod h1:TUhh27RHMGtQvjQq+RyO11P6ZNQNBb3N0v7wsEjKAIQ=
11+
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
1912
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
20-
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
21-
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
2213
golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=
2314
golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc=
24-
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
25-
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
2615
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
2716
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
28-
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
29-
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
3017
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
3118
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
32-
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc=
33-
golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
3419
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
3520
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=

agent/mitm-socket/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@ulixee/unblocked-agent-mitm-socket",
3-
"version": "2.0.0-alpha.31",
3+
"version": "2.0.0-alpha.32",
44
"description": "Man-in-the-middle socket library to emulate TLS and TCP settings",
55
"main": "index.js",
66
"scripts": {
77
"build": "node install.js",
88
"build-install": "npm run build"
99
},
1010
"dependencies": {
11-
"@ulixee/commons": "2.0.0-alpha.31",
12-
"@ulixee/unblocked-specification": "2.0.0-alpha.31",
11+
"@ulixee/commons": "2.0.0-alpha.32",
12+
"@ulixee/unblocked-specification": "2.0.0-alpha.32",
1313
"nanoid": "^3.3.11"
1414
},
1515
"devDependencies": {
1616
"@types/ws": "^7.2.4",
17-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.31",
17+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.32",
1818
"proxy": "^2.2.0",
1919
"simple-socks": "^2.1.0",
2020
"ws": "^8.18.0"

0 commit comments

Comments
 (0)