Skip to content

Releases: ulixee/secret-agent

v1.2.0-alpha.2

01 Dec 19:53
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release
  • core: don’t wait to scroll past bottom (9f8877b)
  • core: fix errors on goto bubbling up (30d4208)
  • docs: secret agent.md url broken (167fe5a)
  • emulate-humans: fix some tests (b1e05d7)
  • eslint: add return types to client code (c2e31cc)
  • mitm: remove auth as separate proxy param (ec14b30)
  • mitm-socket: fix cpu spiking sockets (b71e141)
  • replay: fix stalling loads (7ca1dbd)
  • don’t use vertical screen orientations (7121e94)

Features

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

v1.2.0-alpha.1

20 Nov 20:49
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release

Bug Fixes

  • emulators should not use accept-language values from json if using custom locale (fc00660)
  • emulators were failing some double-agent tests (5ae4f55)
  • unwind some dependencies (240bea6)

Features

  • human-emulators: ghost emulator (70bcf27)

v1.2.0-alpha.0

11 Nov 14:29
Compare
Choose a tag to compare
v1.2.0-alpha.0 Pre-release
Pre-release

Bug Fixes

  • emulator: bug fix for Error.toString (d23704a)

Features

  • awaited-dom: documentation for props (029a1f5)
  • browser-emulators: refactor emulator filenames (b5da042)
  • core: store data files in a single location (c3299b6)

BREAKING CHANGE:

  • Browser Emulator syntax changed

v1.1.0-alpha.1

05 Nov 22:51
Compare
Choose a tag to compare
v1.1.0-alpha.1 Pre-release
Pre-release

Bug Fixes

  • mitm: should add host to http1 headers (b655ea9)

Features

  • client: get/set/delete cookies + domstorage (2e2de6b)
  • client: split out ISecretAgentClass (8765900)

v1.1.0-alpha.0

03 Nov 20:07
Compare
Choose a tag to compare
v1.1.0-alpha.0 Pre-release
Pre-release

Bug Fixes

  • puppet: incorrect reuse of executionContextId (e5d8f8d)

chore

  • client: merge Browser/User into SecretAgent (364ed8a)

BREAKING CHANGES

  • client: this change modifies the core interface for interacting with SecretAgent, as createBrowser is removed.

v1.0.0-alpha.21

02 Nov 18:29
Compare
Choose a tag to compare
v1.0.0-alpha.21 Pre-release
Pre-release

Bug Fixes

  • core: improved waitForElement (4d139b3)
  • mitm: cache content-type (68d7384)
  • replay: cross domain iframes (db65711)
  • replay: loading resources (747f4ff)
  • bugs in replay (2bf8808)

Features

  • core: improve jspath waitForElement perf (435576a)
  • locale: add locale emulation + tests (57cc7ff)
  • replay: add support for iframe and shadows (0978fd5)
  • replay: record heirarchy of elements (89310c0)
  • replay: set screen viewport (f818ff5)
  • session: support CSSOM for recorder/playback (0cbe7c8)
  • session: track frame dom node ids (a41d678)
  • session-state: record and playback shadows (508fd39)

v1.0.0-alpha.20

23 Oct 18:32
Compare
Choose a tag to compare
v1.0.0-alpha.20 Pre-release
Pre-release

Bug Fixes

  • mitm: tweak stored msg for connect errors (6c819d5)
  • order of session closing (046243b)
  • puppet: stabilize chained nav (7a99f69)
  • mitmRequestAgent tests (d93b4fa)

Features

  • client: add scrollTo shortcut (a1613f1)
  • mitm: dns over tls lookups (8797847)
  • mitm: store ca/keys in network.db (fd69f97)
  • puppet: use mouse wheel events (1efea8a)
  • session-state: record devtools logs (784da7f)
  • session-state: record mitm resource states (08976df)

v1.0.0-alpha.19

13 Oct 23:35
Compare
Choose a tag to compare
v1.0.0-alpha.19 Pre-release
Pre-release
v1.0.0-alpha.19

v1.0.0-alpha.18

13 Oct 21:38
Compare
Choose a tag to compare
v1.0.0-alpha.18 Pre-release
Pre-release

Fix replay pointing at wrong version from monorepo updates. Merges replay-app into replay project

v1.0.0-alpha.17

13 Oct 15:46
Compare
Choose a tag to compare
v1.0.0-alpha.17 Pre-release
Pre-release

Bug Fixes