Skip to content

Commit

Permalink
v1.4.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Mar 31, 2021
1 parent cdce15b commit 5490317
Show file tree
Hide file tree
Showing 47 changed files with 409 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-version.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build Sockets
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v0.160.0
args: release --rm-dist --debug
workdir: ${{ github.workspace }}/mitm-socket
env:
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **client:** adjust return error pattern to throw ([884e87d](https://github.com/ulixee/secret-agent/commit/884e87db16a5706dc50416e3df0defa67f0606e2))
* **client:** fix logging dependency error ([22900c4](https://github.com/ulixee/secret-agent/commit/22900c49da47e8ce0d910c255d9b535527ce040d))
* **core:** block resources not working ([5488b34](https://github.com/ulixee/secret-agent/commit/5488b34230e85209c428469b9ed2356077443120))
* **core:** fix failing interact test ([d0993e6](https://github.com/ulixee/secret-agent/commit/d0993e6539cdb10d502e8eec396414e04f6ad03c))
* **core:** hang closing ([233ff06](https://github.com/ulixee/secret-agent/commit/233ff0678de8abd181e989ce849b21c0d9cbff6a))
* **emulate:** mask widevine checks ([65e8655](https://github.com/ulixee/secret-agent/commit/65e8655e5d906ba538f9ebc84f21f7d6a5356f47))
* **mitm:** directly handle reused socket closing ([8651445](https://github.com/ulixee/secret-agent/commit/86514453fe8e12314f61a28c7fcf1ffd673585e7))
* **mitm:** fix reusing sockets ([5d56597](https://github.com/ulixee/secret-agent/commit/5d565975554fa8d8c3603031977efe99494a19f9))
* **mitm:** invalid header char bugs ([2d794d9](https://github.com/ulixee/secret-agent/commit/2d794d928c74d36b1e8530e8350fe1aa8a51d656))
* **mitm:** store resources if tab not found ([60c76d0](https://github.com/ulixee/secret-agent/commit/60c76d0bbca07cf1d1338d2ba1593f9725beae6f))
* **puppet:** enable gpu by default ([9a06165](https://github.com/ulixee/secret-agent/commit/9a061657eaf844a385e17953cb7436181fadad6a))
* **puppet:** record logs for failing tests ([3d7ee18](https://github.com/ulixee/secret-agent/commit/3d7ee18101bf6c913438901d9191caf1116de35f))


### Features

* **handler:** re-q unstarted agents on disconnect ([b0ece5b](https://github.com/ulixee/secret-agent/commit/b0ece5bdaa203352932dd524b1eddc082df6fb31))
* **interact:** peg nodeid for interactions ([8a4db76](https://github.com/ulixee/secret-agent/commit/8a4db764b11cd9b0fae0acde44ee7887d7c9f2ef))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)


Expand Down
17 changes: 17 additions & 0 deletions client/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **client:** adjust return error pattern to throw ([884e87d](https://github.com/ulixee/secret-agent/commit/884e87db16a5706dc50416e3df0defa67f0606e2))
* **client:** fix logging dependency error ([22900c4](https://github.com/ulixee/secret-agent/commit/22900c49da47e8ce0d910c255d9b535527ce040d))


### Features

* **handler:** re-q unstarted agents on disconnect ([b0ece5b](https://github.com/ulixee/secret-agent/commit/b0ece5bdaa203352932dd524b1eddc082df6fb31))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)


Expand Down
12 changes: 6 additions & 6 deletions client/package.json
@@ -1,21 +1,21 @@
{
"name": "@secret-agent/client",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "The client interface for SecretAgent",
"exports": {
"import": "./index.mjs",
"require": "./index.cjs"
},
"dependencies": {
"@secret-agent/commons": "1.4.1-alpha.0",
"@secret-agent/core-interfaces": "1.4.1-alpha.0",
"@secret-agent/replay": "1.4.1-alpha.0",
"@secret-agent/commons": "1.4.1-alpha.1",
"@secret-agent/core-interfaces": "1.4.1-alpha.1",
"@secret-agent/replay": "1.4.1-alpha.1",
"awaited-dom": "^1.1.10",
"uuid": "^8.3.2",
"ws": "^7.4.2"
},
"devDependencies": {
"@secret-agent/core": "1.4.1-alpha.0",
"@secret-agent/testing": "1.4.1-alpha.0"
"@secret-agent/core": "1.4.1-alpha.1",
"@secret-agent/testing": "1.4.1-alpha.1"
}
}
11 changes: 11 additions & 0 deletions commons/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **client:** fix logging dependency error ([22900c4](https://github.com/ulixee/secret-agent/commit/22900c49da47e8ce0d910c255d9b535527ce040d))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)


Expand Down
8 changes: 4 additions & 4 deletions commons/package.json
@@ -1,16 +1,16 @@
{
"name": "@secret-agent/commons",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "Common utilities for Secret Agent",
"main": "index.js",
"dependencies": {
"@secret-agent/core-interfaces": "1.4.1-alpha.0",
"@secret-agent/core-interfaces": "1.4.1-alpha.1",
"https-proxy-agent": "^5.0.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@secret-agent/emulate-chrome-83": "1.4.1-alpha.0",
"@secret-agent/puppet": "1.4.1-alpha.0",
"@secret-agent/emulate-chrome-83": "1.4.1-alpha.1",
"@secret-agent/puppet": "1.4.1-alpha.1",
"@types/better-sqlite3": "^5.4.1"
}
}
17 changes: 17 additions & 0 deletions core-interfaces/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **core:** fix failing interact test ([d0993e6](https://github.com/ulixee/secret-agent/commit/d0993e6539cdb10d502e8eec396414e04f6ad03c))
* **emulate:** mask widevine checks ([65e8655](https://github.com/ulixee/secret-agent/commit/65e8655e5d906ba538f9ebc84f21f7d6a5356f47))


### Features

* **interact:** peg nodeid for interactions ([8a4db76](https://github.com/ulixee/secret-agent/commit/8a4db764b11cd9b0fae0acde44ee7887d7c9f2ef))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)


Expand Down
4 changes: 2 additions & 2 deletions core-interfaces/package.json
@@ -1,9 +1,9 @@
{
"name": "@secret-agent/core-interfaces",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "Core interfaces used by SecretAgent",
"dependencies": {
"@secret-agent/puppet-interfaces": "1.4.1-alpha.0",
"@secret-agent/puppet-interfaces": "1.4.1-alpha.1",
"awaited-dom": "^1.1.10"
},
"devDependencies": {
Expand Down
24 changes: 24 additions & 0 deletions core/CHANGELOG.md
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **client:** fix logging dependency error ([22900c4](https://github.com/ulixee/secret-agent/commit/22900c49da47e8ce0d910c255d9b535527ce040d))
* **core:** block resources not working ([5488b34](https://github.com/ulixee/secret-agent/commit/5488b34230e85209c428469b9ed2356077443120))
* **core:** fix failing interact test ([d0993e6](https://github.com/ulixee/secret-agent/commit/d0993e6539cdb10d502e8eec396414e04f6ad03c))
* **core:** hang closing ([233ff06](https://github.com/ulixee/secret-agent/commit/233ff0678de8abd181e989ce849b21c0d9cbff6a))
* **emulate:** mask widevine checks ([65e8655](https://github.com/ulixee/secret-agent/commit/65e8655e5d906ba538f9ebc84f21f7d6a5356f47))
* **mitm:** invalid header char bugs ([2d794d9](https://github.com/ulixee/secret-agent/commit/2d794d928c74d36b1e8530e8350fe1aa8a51d656))
* **mitm:** store resources if tab not found ([60c76d0](https://github.com/ulixee/secret-agent/commit/60c76d0bbca07cf1d1338d2ba1593f9725beae6f))
* **puppet:** enable gpu by default ([9a06165](https://github.com/ulixee/secret-agent/commit/9a061657eaf844a385e17953cb7436181fadad6a))


### Features

* **handler:** re-q unstarted agents on disconnect ([b0ece5b](https://github.com/ulixee/secret-agent/commit/b0ece5bdaa203352932dd524b1eddc082df6fb31))
* **interact:** peg nodeid for interactions ([8a4db76](https://github.com/ulixee/secret-agent/commit/8a4db764b11cd9b0fae0acde44ee7887d7c9f2ef))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)


Expand Down
32 changes: 16 additions & 16 deletions core/package.json
@@ -1,6 +1,6 @@
{
"name": "@secret-agent/core",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "The core browser API used to run SecretAgent",
"exports": {
".": {
Expand All @@ -10,28 +10,28 @@
"./start": "./start.js"
},
"dependencies": {
"@secret-agent/commons": "1.4.1-alpha.0",
"@secret-agent/core-interfaces": "1.4.1-alpha.0",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.0",
"@secret-agent/emulate-chrome-83": "1.4.1-alpha.0",
"@secret-agent/emulate-humans-basic": "1.4.1-alpha.0",
"@secret-agent/emulate-humans-ghost": "1.4.1-alpha.0",
"@secret-agent/emulate-humans-skipper": "1.4.1-alpha.0",
"@secret-agent/mitm": "1.4.1-alpha.0",
"@secret-agent/puppet": "1.4.1-alpha.0",
"@secret-agent/puppet-interfaces": "1.4.1-alpha.0",
"@secret-agent/commons": "1.4.1-alpha.1",
"@secret-agent/core-interfaces": "1.4.1-alpha.1",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.1",
"@secret-agent/emulate-chrome-83": "1.4.1-alpha.1",
"@secret-agent/emulate-humans-basic": "1.4.1-alpha.1",
"@secret-agent/emulate-humans-ghost": "1.4.1-alpha.1",
"@secret-agent/emulate-humans-skipper": "1.4.1-alpha.1",
"@secret-agent/mitm": "1.4.1-alpha.1",
"@secret-agent/puppet": "1.4.1-alpha.1",
"@secret-agent/puppet-interfaces": "1.4.1-alpha.1",
"awaited-dom": "^1.1.10",
"better-sqlite3": "^7.1.4",
"moment": "^2.24.1",
"uuid": "^8.3.2",
"ws": "^7.4.2"
},
"devDependencies": {
"@secret-agent/client": "1.4.1-alpha.0",
"@secret-agent/core": "1.4.1-alpha.0",
"@secret-agent/emulate-safari-13": "1.4.1-alpha.0",
"@secret-agent/puppet-chrome": "1.4.1-alpha.0",
"@secret-agent/testing": "1.4.1-alpha.0",
"@secret-agent/client": "1.4.1-alpha.1",
"@secret-agent/core": "1.4.1-alpha.1",
"@secret-agent/emulate-safari-13": "1.4.1-alpha.1",
"@secret-agent/puppet-chrome": "1.4.1-alpha.1",
"@secret-agent/testing": "1.4.1-alpha.1",
"@types/better-sqlite3": "^5.4.1",
"@types/json-socket": "^0.1.17",
"http-proxy-agent": "^4.0.1",
Expand Down
11 changes: 11 additions & 0 deletions emulate-browsers/base/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **emulate:** mask widevine checks ([65e8655](https://github.com/ulixee/secret-agent/commit/65e8655e5d906ba538f9ebc84f21f7d6a5356f47))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)


Expand Down
16 changes: 8 additions & 8 deletions emulate-browsers/base/package.json
@@ -1,17 +1,17 @@
{
"name": "@secret-agent/emulate-browsers-base",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "SecretAgent client that runs remotely",
"scripts": {},
"dependencies": {
"@secret-agent/commons": "1.4.1-alpha.0",
"@secret-agent/core-interfaces": "1.4.1-alpha.0",
"@secret-agent/puppet": "1.4.1-alpha.0"
"@secret-agent/commons": "1.4.1-alpha.1",
"@secret-agent/core-interfaces": "1.4.1-alpha.1",
"@secret-agent/puppet": "1.4.1-alpha.1"
},
"devDependencies": {
"@secret-agent/core": "1.4.1-alpha.0",
"@secret-agent/emulate-chrome-80": "1.4.1-alpha.0",
"@secret-agent/puppet-interfaces": "1.4.1-alpha.0",
"@secret-agent/testing": "1.4.1-alpha.0"
"@secret-agent/core": "1.4.1-alpha.1",
"@secret-agent/emulate-chrome-80": "1.4.1-alpha.1",
"@secret-agent/puppet-interfaces": "1.4.1-alpha.1",
"@secret-agent/testing": "1.4.1-alpha.1"
}
}
11 changes: 11 additions & 0 deletions emulate-browsers/chrome-80/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **emulate:** mask widevine checks ([65e8655](https://github.com/ulixee/secret-agent/commit/65e8655e5d906ba538f9ebc84f21f7d6a5356f47))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)

**Note:** Version bump only for package @secret-agent/emulate-chrome-80
Expand Down
8 changes: 4 additions & 4 deletions emulate-browsers/chrome-80/package.json
@@ -1,11 +1,11 @@
{
"name": "@secret-agent/emulate-chrome-80",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "BrowserEmulator for Google Chrome version 80",
"main": "index.js",
"dependencies": {
"@secret-agent/commons": "1.4.1-alpha.0",
"@secret-agent/core-interfaces": "1.4.1-alpha.0",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.0"
"@secret-agent/commons": "1.4.1-alpha.1",
"@secret-agent/core-interfaces": "1.4.1-alpha.1",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.1"
}
}
11 changes: 11 additions & 0 deletions emulate-browsers/chrome-81/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **emulate:** mask widevine checks ([65e8655](https://github.com/ulixee/secret-agent/commit/65e8655e5d906ba538f9ebc84f21f7d6a5356f47))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)

**Note:** Version bump only for package @secret-agent/emulate-chrome-81
Expand Down
8 changes: 4 additions & 4 deletions emulate-browsers/chrome-81/package.json
@@ -1,11 +1,11 @@
{
"name": "@secret-agent/emulate-chrome-81",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "BrowserEmulator for Chrome version 81.0",
"main": "index.js",
"dependencies": {
"@secret-agent/commons": "1.4.1-alpha.0",
"@secret-agent/core-interfaces": "1.4.1-alpha.0",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.0"
"@secret-agent/commons": "1.4.1-alpha.1",
"@secret-agent/core-interfaces": "1.4.1-alpha.1",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.1"
}
}
11 changes: 11 additions & 0 deletions emulate-browsers/chrome-83/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.4.1-alpha.0...v1.4.1-alpha.1) (2021-03-31)


### Bug Fixes

* **emulate:** mask widevine checks ([65e8655](https://github.com/ulixee/secret-agent/commit/65e8655e5d906ba538f9ebc84f21f7d6a5356f47))





## [1.4.1-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.4.0-alpha.1...v1.4.1-alpha.0) (2021-03-23)

**Note:** Version bump only for package @secret-agent/emulate-chrome-83
Expand Down
8 changes: 4 additions & 4 deletions emulate-browsers/chrome-83/package.json
@@ -1,11 +1,11 @@
{
"name": "@secret-agent/emulate-chrome-83",
"version": "1.4.1-alpha.0",
"version": "1.4.1-alpha.1",
"description": "EmulatorPlugin for Google Chrome version 83",
"main": "index.js",
"dependencies": {
"@secret-agent/commons": "1.4.1-alpha.0",
"@secret-agent/core-interfaces": "1.4.1-alpha.0",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.0"
"@secret-agent/commons": "1.4.1-alpha.1",
"@secret-agent/core-interfaces": "1.4.1-alpha.1",
"@secret-agent/emulate-browsers-base": "1.4.1-alpha.1"
}
}

0 comments on commit 5490317

Please sign in to comment.