Skip to content

Commit 78d005f

Browse files
committed
v2.0.0-alpha.34
1 parent 9e8a69b commit 78d005f

File tree

114 files changed

+536
-273
lines changed

Some content is hidden

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

114 files changed

+536
-273
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.34](https://github.com/ulixee/hero/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
### Bug Fixes
9+
10+
* **agent:** fix proxyConnectionInfo for socks5 URLs ([d66daed](https://github.com/ulixee/hero/commit/d66daedda1b9a332c279969da03a7ee1428f6d51))
11+
* **real-user-agents:** fix tahoe release ([b479f97](https://github.com/ulixee/hero/commit/b479f975f8e42439b21f668a5403953c5901fba3))
12+
* tahoe id still showing up ([d6c807b](https://github.com/ulixee/hero/commit/d6c807bb5f02b7b3e8c18ff537426f57c9f39f01))
13+
14+
### Features
15+
16+
* update to chrome 139 ([9e8a69b](https://github.com/ulixee/hero/commit/9e8a69bf5f4dbb1255b81a7e7bc56839c08dcef7))
17+
18+
### Reverts
19+
20+
* Revert "chore(profiles): automatic updates" ([4b69cc1](https://github.com/ulixee/hero/commit/4b69cc19f1ee164895d4338d4ff29bf8eb1276a4))
21+
622
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
723

824
**Note:** Version bump only for package @ulixee/hero-monorepo

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.34](https://github.com/ulixee/hero/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-examples
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
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.33",
4+
"version": "2.0.0-alpha.34",
55
"dependencies": {
6-
"@ulixee/js-path": "2.0.0-alpha.33",
7-
"@ulixee/unblocked-agent": "2.0.0-alpha.33"
6+
"@ulixee/js-path": "2.0.0-alpha.34",
7+
"@ulixee/unblocked-agent": "2.0.0-alpha.34"
88
}
99
}

agent/main/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.34](https://github.com/ulixee/hero/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
### Bug Fixes
9+
10+
* **agent:** fix proxyConnectionInfo for socks5 URLs ([d66daed](https://github.com/ulixee/hero/commit/d66daedda1b9a332c279969da03a7ee1428f6d51))
11+
12+
### Features
13+
14+
* update to chrome 139 ([9e8a69b](https://github.com/ulixee/hero/commit/9e8a69bf5f4dbb1255b81a7e7bc56839c08dcef7))
15+
616
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
717

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

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.33",
3+
"version": "2.0.0-alpha.34",
44
"description": "Fully programmable Devtools Protocol based browser",
55
"main": "index.js",
66
"dependencies": {
77
"@ulixee/chrome-139-0": "^7258.155.11",
88
"@ulixee/chrome-app": "^1.0.3",
9-
"@ulixee/commons": "2.0.0-alpha.33",
10-
"@ulixee/js-path": "2.0.0-alpha.33",
11-
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.33",
12-
"@ulixee/unblocked-specification": "2.0.0-alpha.33",
9+
"@ulixee/commons": "2.0.0-alpha.34",
10+
"@ulixee/js-path": "2.0.0-alpha.34",
11+
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.34",
12+
"@ulixee/unblocked-specification": "2.0.0-alpha.34",
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.33",
19+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.34",
2020
"image-size": "^1.0.1",
2121
"vue": "^3.4.30"
2222
}

agent/mitm-socket/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.34](https://github.com/ulixee/hero/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
### Features
9+
10+
* update to chrome 139 ([9e8a69b](https://github.com/ulixee/hero/commit/9e8a69bf5f4dbb1255b81a7e7bc56839c08dcef7))
11+
612
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
713

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

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.33",
3+
"version": "2.0.0-alpha.34",
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.33",
12-
"@ulixee/unblocked-specification": "2.0.0-alpha.33",
11+
"@ulixee/commons": "2.0.0-alpha.34",
12+
"@ulixee/unblocked-specification": "2.0.0-alpha.34",
1313
"nanoid": "^3.3.11"
1414
},
1515
"devDependencies": {
1616
"@types/ws": "^7.2.4",
17-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.33",
17+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.34",
1818
"proxy": "^2.2.0",
1919
"simple-socks": "^2.1.0",
2020
"ws": "^8.18.0"

agent/mitm/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.34](https://github.com/ulixee/hero/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-mitm
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

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

agent/mitm/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@ulixee/unblocked-agent-mitm",
3-
"version": "2.0.0-alpha.33",
3+
"version": "2.0.0-alpha.34",
44
"description": "Man-in-the-middle proxy to fix chrome request/response",
55
"main": "index.js",
66
"dependencies": {
7-
"@ulixee/commons": "2.0.0-alpha.33",
8-
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.33",
9-
"@ulixee/unblocked-specification": "2.0.0-alpha.33",
7+
"@ulixee/commons": "2.0.0-alpha.34",
8+
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.34",
9+
"@ulixee/unblocked-specification": "2.0.0-alpha.34",
1010
"dns-packet": "^5.2.4",
1111
"moment": "^2.29.4"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^18.19.10",
1515
"@types/ws": "^7.4.7",
16-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.33",
16+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.34",
1717
"http-proxy-agent": "^7.0.2",
1818
"proxy": "^2.2.0",
1919
"ws": "^8.18.0"

agent/testing/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.34](https://github.com/ulixee/hero/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-testing
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

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

0 commit comments

Comments
 (0)