Skip to content

Commit 1900f45

Browse files
committed
v2.0.0-alpha.31
1 parent cc66b19 commit 1900f45

File tree

114 files changed

+590
-274
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

+590
-274
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
### Bug Fixes
9+
10+
* **agent:** make ws callbacks no-cors ([ecaf56e](https://github.com/ulixee/hero/commit/ecaf56e9a2a30a3823721b9599beea965b52b0ba))
11+
* **agent:** single new doc callback per name ([20e2c41](https://github.com/ulixee/hero/commit/20e2c4148fe92b3359b6de97ffbfbc95598f6182))
12+
* **agent:** support passing invalid URL to isWebsocketUrl ([665c108](https://github.com/ulixee/hero/commit/665c1080b31e9c7d6f4dfb8648524df0e5d64e40))
13+
* **client:** before disconnect bug ([fe8ac97](https://github.com/ulixee/hero/commit/fe8ac97ad848e58df4565939de681f0948153c37))
14+
* **commons:** parse argv env files ([b8aed1e](https://github.com/ulixee/hero/commit/b8aed1e6030fae9ab582018020cef6572cc2beb4))
15+
* **core:** dont log devtools internal ws messages ([3c18030](https://github.com/ulixee/hero/commit/3c1803078b9ec8423b0250ef4b00fa9ab9e20d69))
16+
* **default-browser-emulator:** fix typo that TS didnt catch, resulting in wrong deviceMemory proto ([4ef12e1](https://github.com/ulixee/hero/commit/4ef12e1e809b0c7cf6dbdc12ad39420197043bbb))
17+
* **default-browser:** os lookup wrong ([b14bf27](https://github.com/ulixee/hero/commit/b14bf27080e88c50f7c76c53b1275c1b738093c2))
18+
* **double-agent:** kill trailing tls process ([5942f27](https://github.com/ulixee/hero/commit/5942f27978a2e5673fadce09ab85e6d690a77423))
19+
* **double-agent:** probe data out of sync ([3eabd96](https://github.com/ulixee/hero/commit/3eabd96c5b7ddd0306e5203f7c9fb9d6f4120707))
20+
* **net:** clear connect when disconnected ([5a8a5fe](https://github.com/ulixee/hero/commit/5a8a5fe2f3187fa188a1efedffc0345a58dcf977))
21+
* **net:** set ws disconnecting earlier ([2c61ca3](https://github.com/ulixee/hero/commit/2c61ca3a59867ac5ab0c33749c0f8e9a43199994))
22+
* **net:** should reconnect if fails during connect ([6cbb55a](https://github.com/ulixee/hero/commit/6cbb55a9e5eca7ba5beb283b6f49f5239090c029))
23+
* polyfills adding incorrect data ([824da44](https://github.com/ulixee/hero/commit/824da4418303931a95a5bb2b2feedc5ee12a0ba8))
24+
25+
### Features
26+
27+
* **agent:** default to chrome 130 ([5830b3d](https://github.com/ulixee/hero/commit/5830b3de6a509614f1a40d20f5fe33f4778b3ac9))
28+
* **commons:** extend typeserializer with array types ([6e23a45](https://github.com/ulixee/hero/commit/6e23a45e96468a155c077543c0c7ff9c7972711e))
29+
* **core:** start without session persistence ([4cf7520](https://github.com/ulixee/hero/commit/4cf7520b9f4de21e3c99637c355e49e88d336ba3))
30+
* **default-browser-emulator:** use Typeserializer in injected scripts ([8a9a568](https://github.com/ulixee/hero/commit/8a9a56886a6707a1b8fd0ed8c0bd2fce45884c3c))
31+
* **net:** simplify network stack ([81d2c76](https://github.com/ulixee/hero/commit/81d2c7613a604bb5abd0d0343fa6dc413e7b6c8d))
32+
633
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
734

835
### Bug Fixes
@@ -18,7 +45,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1845
* attempt to resolve node-gyp in dev ([ff3f459](https://github.com/ulixee/hero/commit/ff3f45902dc5e4793104fe7c1cbb2b5aefaf6054))
1946
* **core:** improve max event listener warnings ([8b9422a](https://github.com/ulixee/hero/commit/8b9422ae59760576087546f827c4a3cf6459e863))
2047

21-
2248
### Features
2349

2450
* migrate away from runtime to custom websockets ([1baf701](https://github.com/ulixee/hero/commit/1baf7018e3fba1a8f5cf3fd89f077812a1fbe97c))

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.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-examples
9+
610
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
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.30",
4+
"version": "2.0.0-alpha.31",
55
"dependencies": {
6-
"@ulixee/js-path": "2.0.0-alpha.30",
7-
"@ulixee/unblocked-agent": "2.0.0-alpha.30"
6+
"@ulixee/js-path": "2.0.0-alpha.31",
7+
"@ulixee/unblocked-agent": "2.0.0-alpha.31"
88
}
99
}

agent/main/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.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
### Bug Fixes
9+
10+
* **agent:** make ws callbacks no-cors ([ecaf56e](https://github.com/ulixee/hero/commit/ecaf56e9a2a30a3823721b9599beea965b52b0ba))
11+
* **agent:** single new doc callback per name ([20e2c41](https://github.com/ulixee/hero/commit/20e2c4148fe92b3359b6de97ffbfbc95598f6182))
12+
* **agent:** support passing invalid URL to isWebsocketUrl ([665c108](https://github.com/ulixee/hero/commit/665c1080b31e9c7d6f4dfb8648524df0e5d64e40))
13+
* **core:** dont log devtools internal ws messages ([3c18030](https://github.com/ulixee/hero/commit/3c1803078b9ec8423b0250ef4b00fa9ab9e20d69))
14+
* **default-browser:** os lookup wrong ([b14bf27](https://github.com/ulixee/hero/commit/b14bf27080e88c50f7c76c53b1275c1b738093c2))
15+
* **double-agent:** kill trailing tls process ([5942f27](https://github.com/ulixee/hero/commit/5942f27978a2e5673fadce09ab85e6d690a77423))
16+
17+
### Features
18+
19+
* **agent:** default to chrome 130 ([5830b3d](https://github.com/ulixee/hero/commit/5830b3de6a509614f1a40d20f5fe33f4778b3ac9))
20+
* **commons:** extend typeserializer with array types ([6e23a45](https://github.com/ulixee/hero/commit/6e23a45e96468a155c077543c0c7ff9c7972711e))
21+
622
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
723

824
### 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.30",
3+
"version": "2.0.0-alpha.31",
44
"description": "Fully programmable Devtools Protocol based browser",
55
"main": "index.js",
66
"dependencies": {
77
"@ulixee/chrome-131-0": "^6778.109.11",
88
"@ulixee/chrome-app": "^1.0.3",
9-
"@ulixee/commons": "2.0.0-alpha.30",
10-
"@ulixee/js-path": "2.0.0-alpha.30",
11-
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.30",
12-
"@ulixee/unblocked-specification": "2.0.0-alpha.30",
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",
1313
"devtools-protocol": "^0.0.1137505",
1414
"nanoid": "^3.3.6",
1515
"tough-cookie": "^5.0.0",
1616
"ws": "^8.18.0"
1717
},
1818
"devDependencies": {
19-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.30",
19+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.31",
2020
"image-size": "^1.0.1",
2121
"vue": "^3.4.30"
2222
}

agent/mitm-socket/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.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-mitm-socket
9+
610
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
711

812
### Bug Fixes

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

agent/mitm/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.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
### Features
9+
10+
* **net:** simplify network stack ([81d2c76](https://github.com/ulixee/hero/commit/81d2c7613a604bb5abd0d0343fa6dc413e7b6c8d))
11+
612
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
713

814
### Bug Fixes

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.30",
3+
"version": "2.0.0-alpha.31",
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.30",
8-
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.30",
9-
"@ulixee/unblocked-specification": "2.0.0-alpha.30",
7+
"@ulixee/commons": "2.0.0-alpha.31",
8+
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.31",
9+
"@ulixee/unblocked-specification": "2.0.0-alpha.31",
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.30",
16+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.31",
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.31](https://github.com/ulixee/hero/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-testing
9+
610
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
711

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

0 commit comments

Comments
 (0)