Skip to content

Commit c068808

Browse files
committed
v2.0.0-alpha.30
1 parent c41a50f commit c068808

File tree

116 files changed

+531
-2175
lines changed

Some content is hidden

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

116 files changed

+531
-2175
lines changed

CHANGELOG.md

Lines changed: 21 additions & 152 deletions
Large diffs are not rendered by default.

agent/examples/CHANGELOG.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,24 @@
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.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
6+
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-examples
79

10+
# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
811

912
### Bug Fixes
1013

1114
* **default-browser-emulator:** undefined destructure ([#99](https://github.com/ulixee/unblocked/issues/99)) ([02d2cf1](https://github.com/ulixee/unblocked/commit/02d2cf11ae0ccfa25186713f807b68b4131b0c55))
1215

13-
14-
15-
16-
1716
# [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
1817

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

21-
22-
23-
24-
2520
# [2.0.0-alpha.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
2621

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

29-
30-
31-
32-
3324
# [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
3425

3526
**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.29",
4+
"version": "2.0.0-alpha.30",
55
"dependencies": {
6-
"@ulixee/js-path": "2.0.0-alpha.29",
7-
"@ulixee/unblocked-agent": "2.0.0-alpha.29"
6+
"@ulixee/js-path": "2.0.0-alpha.30",
7+
"@ulixee/unblocked-agent": "2.0.0-alpha.30"
88
}
99
}

agent/main/CHANGELOG.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
6+
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
7+
8+
### Bug Fixes
9+
10+
* **agent:** cleanup old websockets ([d005090](https://github.com/ulixee/hero/commit/d0050902419fb9042232aa9b61de2ce961be619e))
11+
* **agent:** use default context if mainframe ([f851728](https://github.com/ulixee/hero/commit/f851728bb98cce6353c13e293b15cbeb3d14799c))
12+
* **agent:** worker not closing in time ([0d374a5](https://github.com/ulixee/hero/commit/0d374a5547684e024efbb73eddfc109d4c0409e2))
13+
* **agent:** worker.evaluate wait until ready ([1d8c7a8](https://github.com/ulixee/hero/commit/1d8c7a82bf0c66a8067c0f0cb77ed4b3e5a54c57))
14+
* polyfills have extraneous data ([c714917](https://github.com/ulixee/hero/commit/c7149170a18c2c0145898e59b79a8486f4428033))
15+
16+
### Features
717

18+
* migrate away from runtime to custom websockets ([1baf701](https://github.com/ulixee/hero/commit/1baf7018e3fba1a8f5cf3fd89f077812a1fbe97c))
19+
* upgrade base chrome to 128 ([67ee967](https://github.com/ulixee/hero/commit/67ee967c46d1632cd5e617a43cce29e4e3c1da0a))
20+
21+
# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
822

923
### Bug Fixes
1024

@@ -13,42 +27,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1327
* **agent:** don’t call page callbacks w/o frame ([9036ce8](https://github.com/ulixee/unblocked/commit/9036ce84c42d211489358c6c747f32802789ed85)), closes [#86](https://github.com/ulixee/unblocked/issues/86)
1428
* **agent:** don’t show headless warning if headed ([559f3bc](https://github.com/ulixee/unblocked/commit/559f3bcc43d80f536e82b5bf6e1284260da84f70))
1529

16-
1730
### Features
1831

1932
* chrome remote debugger over websocket ([#88](https://github.com/ulixee/unblocked/issues/88)) ([964df92](https://github.com/ulixee/unblocked/commit/964df92e73557d95690f206fcf5fe77765fec07b))
2033
* make headless=new the default mode ([#95](https://github.com/ulixee/unblocked/issues/95)) ([c7297dd](https://github.com/ulixee/unblocked/commit/c7297dd0f90541fae430b28dc3c728df77591844))
2134
* **plugins:** ability to configure plugins ([5bc079b](https://github.com/ulixee/unblocked/commit/5bc079bba85f50a54457c41d5c6039041ceb1e9e))
2235

23-
24-
25-
26-
2736
# [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
2837

29-
3038
### Bug Fixes
3139

3240
* **agent:** browser not being reused ([9ff32c6](https://github.com/ulixee/unblocked/commit/9ff32c66aad929ac8abffee5698ec947d0e7cb2c))
3341
* **agent:** handle isOpen null during agent close ([e75c907](https://github.com/ulixee/unblocked/commit/e75c907379b9b87991b3e52d57e5d785d19d8320))
3442
* **agent:** still reject isOpen if fails ([e4114cd](https://github.com/ulixee/unblocked/commit/e4114cd18857f55141534d1f7ade18bab115e447))
3543

36-
37-
38-
39-
4044
# [2.0.0-alpha.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
4145

42-
4346
### Bug Fixes
4447

4548
* **agent:** close agent if fails to open ([797731c](https://github.com/ulixee/unblocked/commit/797731c7b5c14438854addc272681d0302c369af))
4649
* **agent:** max agents per browser not working ([ac6e273](https://github.com/ulixee/unblocked/commit/ac6e273262da2d5d199026ac05f5b6347a2882f2))
4750

48-
49-
50-
51-
5251
# [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
5352

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

agent/mitm-socket/CHANGELOG.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,28 @@
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.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
7-
6+
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
87

98
### Bug Fixes
109

11-
* **agent:** don’t show headless warning if headed ([559f3bc](https://github.com/ulixee/unblocked/commit/559f3bcc43d80f536e82b5bf6e1284260da84f70))
12-
* **agent:** ws is buffer by default now ([3484224](https://github.com/ulixee/unblocked/commit/34842243c66131d2411169c545ed0e37f45f8214))
13-
10+
* **ghactions:** js branch publishing go ([3e28558](https://github.com/ulixee/hero/commit/3e2855844c0be2350b5239172b1aa92a699b258b))
11+
* polyfills have extraneous data ([c714917](https://github.com/ulixee/hero/commit/c7149170a18c2c0145898e59b79a8486f4428033))
1412

13+
# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
1514

15+
### Bug Fixes
1616

17+
* **agent:** don’t show headless warning if headed ([559f3bc](https://github.com/ulixee/unblocked/commit/559f3bcc43d80f536e82b5bf6e1284260da84f70))
18+
* **agent:** ws is buffer by default now ([3484224](https://github.com/ulixee/unblocked/commit/34842243c66131d2411169c545ed0e37f45f8214))
1719

1820
# [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
1921

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

22-
23-
24-
25-
2624
# [2.0.0-alpha.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
2725

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

30-
31-
32-
33-
3428
# [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
3529

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

agent/mitm/CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,30 @@
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.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
7-
6+
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
87

98
### Bug Fixes
109

11-
* **agent:** ws is buffer by default now ([3484224](https://github.com/ulixee/unblocked/commit/34842243c66131d2411169c545ed0e37f45f8214))
10+
* polyfills have extraneous data ([c714917](https://github.com/ulixee/hero/commit/c7149170a18c2c0145898e59b79a8486f4428033))
11+
12+
### Features
1213

14+
* upgrade base chrome to 128 ([67ee967](https://github.com/ulixee/hero/commit/67ee967c46d1632cd5e617a43cce29e4e3c1da0a))
1315

16+
# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
1417

18+
### Bug Fixes
1519

20+
* **agent:** ws is buffer by default now ([3484224](https://github.com/ulixee/unblocked/commit/34842243c66131d2411169c545ed0e37f45f8214))
1621

1722
# [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
1823

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

21-
22-
23-
24-
2526
# [2.0.0-alpha.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
2627

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

29-
30-
31-
32-
3330
# [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
3431

3532
### 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.29",
3+
"version": "2.0.0-alpha.30",
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.29",
8-
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.29",
9-
"@ulixee/unblocked-specification": "2.0.0-alpha.29",
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",
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.29",
16+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.30",
1717
"http-proxy-agent": "^7.0.2",
1818
"proxy": "^2.2.0",
1919
"ws": "^8.18.0"

agent/testing/CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +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.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
6+
# [2.0.0-alpha.30](https://github.com/ulixee/hero/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
77

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

10+
# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
1011

11-
12-
12+
**Note:** Version bump only for package @ulixee/unblocked-agent-testing
1313

1414
# [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
1515

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

18-
19-
20-
21-
2218
# [2.0.0-alpha.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
2319

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

26-
27-
28-
29-
3022
# [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
3123

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

0 commit comments

Comments
 (0)