Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/commons/CHANGELOG.md
1028 views

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.6.5 (2022-05-25)

Note: Version bump only for package @secret-agent/commons

1.6.4 (2022-01-24)

Note: Version bump only for package @secret-agent/commons

1.6.3 (2022-01-14)

Bug Fixes

  • core: cleanup event listener memory (6f7d7bb)

1.6.2 (2021-12-20)

Note: Version bump only for package @secret-agent/commons

1.6.1 (2021-12-14)

Bug Fixes

  • puppet: extract navigation loader (77d8e2e)

1.6.0 (2021-12-14)

Bug Fixes

  • puppet: extract navigation loader (77d8e2e)

1.5.15 (2021-11-24)

Bug Fixes

  • client: handle ws closing during shutdown (09bfe29)

  • plugins: improve user agent selector (cd708bb)

1.5.14 (2021-11-15)

Note: Version bump only for package @secret-agent/commons

Note: Version bump only for package @secret-agent/commons

1.5.12 (2021-09-26)

Note: Version bump only for package @secret-agent/commons

1.5.11 (2021-09-20)

Note: Version bump only for package @secret-agent/commons

1.5.10 (2021-09-11)

Note: Version bump only for package @secret-agent/commons

1.5.9 (2021-09-08)

Note: Version bump only for package @secret-agent/commons

1.5.8 (2021-08-30)

Bug Fixes

  • plugins: fix versions not sorting correctly (b9e7620)

1.5.7 (2021-08-26)

Note: Version bump only for package @secret-agent/commons

1.5.6 (2021-08-15)

Bug Fixes

  • puppet: always shut down chrome (b16ed81)

1.5.5 (2021-07-29)

Note: Version bump only for package @secret-agent/commons

1.5.4 (2021-07-14)

Note: Version bump only for package @secret-agent/commons

1.5.3 (2021-07-01)

Note: Version bump only for package @secret-agent/commons

1.5.2 (2021-06-30)

Note: Version bump only for package @secret-agent/commons

1.5.1 (2021-06-28)

Note: Version bump only for package @secret-agent/commons

1.5.0 (2021-06-28)

Bug Fixes

  • mitm: proper errors when mitm binary missing (382669f)

  • navigation test hanging (115418a)

  • core: flushing outside transactions (5abd143)

  • core: noscript messing up frozen tabs (6c55805)

  • core: update attachedstate to nodepointer (1bec22a)

  • mitm: remove blocking actions (4a75179)

  • puppet: wait for loader before new tab (d045701)

  • replay: fix assets in different data location (082dcff)

Features

  • client+core: input/outputs (d48a1de)

  • added support for plugins (0fda55d)

  • core: compress dom changes (ef7def9)

  • core: prefetch jsPaths from prior runs (4f523bd)

  • core: waitForFileChooser (cf3beb9)

  • emulators: drive devtools from emulator (d71b9cd)

  • mitm: determine alpn on proxy connect (398735d)

  • replay: show frozen tabs (d2eff14)

1.4.1-alpha.4 (2021-04-20)

Note: Version bump only for package @secret-agent/commons

1.4.1-alpha.3 (2021-04-20)

Bug Fixes

  • core: improve navigation tracking (2e75570)

  • puppet: fix chrome-88 (f917b52)

Features

  • client: getJsValue should return value (84dcd65)

  • core: optimize string reuse in high traffic (3c03c3a)

  • mitm: use shared mitm socket (f80334b)

1.4.1-alpha.2 (2021-04-02)

Note: Version bump only for package @secret-agent/commons

1.4.1-alpha.1 (2021-03-31)

Bug Fixes

  • client: fix logging dependency error (22900c4)

1.4.1-alpha.0 (2021-03-23)

Bug Fixes

  • client: properly handle unhandled disconnect (e3afedd)

  • core: type serializer, fix null headers issue (e4d832b)

Features

1.4.0-alpha.1 (2021-03-11)

Note: Version bump only for package @secret-agent/commons

1.4.0-alpha.0 (2021-03-11)

Bug Fixes

  • client: fix close handling (f413ea8)

  • client: resource timeout + blank new tab (4fdd378)

  • client: translate errors when session n/a (6c15793)

  • mitm: handle http2 push canceled errors (f1fbe4d)

  • mitm: try/catch around mitm throw areas (e58b7a2)

Features

  • client: coreHost & disconnecting errors (aed9fc3), closes #165

  • puppet: switch to chrome (d064e53)

1.3.0-alpha.4 (2021-02-15)

Bug Fixes

  • core/client: export usable mjs/cjs (ca149ef)

  • logger: don’t use colors if disalbed in node (c3af5a0)

  • mitm: change log level of mitm request errors (da9f98f)

1.3.0-alpha.3 (2021-02-11)

Note: Version bump only for package @secret-agent/commons

1.3.0-alpha.2 (2021-02-09)

Bug Fixes

  • client: correctly catch some canceled promise (1d5906f)

  • client: fix reviving stack traces in typeson (7a0e38b)

1.3.0-alpha.1 (2021-02-06)

Features

  • core: tweak logging for not-really-errors (bd5f9eb)

1.3.0-alpha.0 (2021-02-02)

Bug Fixes

  • core: full close down of on premature exit (aa53e85)

Features

  • client: add ability to get agent metadata (55df775)

  • client: add sessionid/name to logs + errors (7d88f35)

  • client: built-in remote + handlers (bfaa739)

  • client: coreConnection as configuration (ac284ca)

  • core: add getComputedStyles to tab (0e3bccd)

  • core: convert all connections to server (a27fafd)

  • core: timeouts for back/fwd/goto, add reload (bae2a8e)

  • core: waitForLocation/Load takes a timeout (02758c7)

  • replay: convert api to use web sockets (18c8008)

1.2.0-alpha.4 (2020-12-22)

Note: Version bump only for package @secret-agent/commons

1.2.0-alpha.3 (2020-12-16)

Bug Fixes

  • mitm: bubble proxy errors properly to client (b6a72f5), closes #98

1.2.0-alpha.2 (2020-12-01)

Bug Fixes

  • core: fix errors on goto bubbling up (30d4208)

  • eslint: add return types to client code (c2e31cc)

Features

  • proxy: configure proxy via client + socks5 (880c938)

1.2.0-alpha.1 (2020-11-20)

Note: Version bump only for package @secret-agent/commons

1.2.0-alpha.0 (2020-11-11)

Note: Version bump only for package @secret-agent/commons

1.1.0-alpha.1 (2020-11-05)

Note: Version bump only for package @secret-agent/commons

1.1.0-alpha.0 (2020-11-03)

Bug Fixes

  • puppet: incorrect reuse of executionContextId (e5d8f8d)

1.0.0-alpha.21 (2020-11-02)

Features

  • replay: add support for iframe and shadows (0978fd5)

  • session: track frame dom node ids (a41d678)

1.0.0-alpha.20 (2020-10-23)

Features

  • mitm: dns over tls lookups (8797847)

  • mitm: store ca/keys in network.db (fd69f97)

  • session-state: record devtools logs (784da7f)

  • session-state: record mitm resource states (08976df)

1.0.0-alpha.16 (2020-10-13)

Note: Version bump only for package @secret-agent/commons

1.0.0-alpha.14 (2020-10-06)

Note: Version bump only for package @secret-agent/commons

Note: Version bump only for package @secret-agent/commons

1.0.0-alpha.12 (2020-09-29)

Bug Fixes

  • puppet: chrome 80 test flakiness (9f16cd1)

  • lint and puppet test chrome 80 (0ce09ac)

Features

  • puppet: add puppet interfaces abstraction (69bae38)

  • puppet: import playwright tests (e2b9bf5)

  • replay: spawned child tabs (8ae0d75)

  • replay: split session state by tab (9367f2d)

  • import and shrink puppeteer (b1816b8)

1.0.0-alpha.10 (2020-08-25)

Note: Version bump only for package @secret-agent/commons

1.0.0-alpha.9 (2020-08-25)

Features

  • mitm: support push streams (1b2af06)

  • replay: stream data and simplify tick tracker (91c350c)

1.0.0-alpha.8 (2020-08-05)

Bug Fixes

  • pool socket connections per origin (0075f18)

1.0.0-alpha.5 (2020-07-21)

Note: Version bump only for package @secret-agent/commons

1.0.0-alpha.4 (2020-07-20)

Features

  • replay: add session logs, detect errors (f1865c0), closes #31

  • flatten shared workspaces (d53da16)

1.0.0-alpha.3 (2020-07-07)

Bug Fixes

  • session-state: Improve page recorder perf (14f78b9), closes #8

Features

  • dist: improve packaging for double agent (df195b6)

1.0.0-alpha.2 (2020-06-27)

Bug Fixes

1.0.0-alpha.1 (2020-06-27)

Note: Version bump only for package @secret-agent/commons

1.0.0-alpha.0 (2020-06-27)

Note: Version bump only for package @secret-agent/commons