Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Releases: getappmap/appmap-agent-js

v13.5.0

17 Feb 23:31
Compare
Choose a tag to compare

13.5.0 (2023-02-17)

Bug Fixes

  • do not crash if a source file is missing (15374c5)
  • handle default indirection on transformer (5fd1a54)
  • resolve recorder for unparsed commands (8c8b6f7)
  • support jest transformer that directly returns string (000dd6f)

Features

  • appmap clients can be launched separately from appmap server (75fcd20)
  • endless mode for batch when there is no command (f290399)
  • improve server logging (58eddb1)
  • parse package invocation with yarn (ea1f465)
  • support recording of concurrent node processes (a4fc3f9)

Performance Improvements

  • compile backend tracks one by one during flushing (18112b2)

v13.4.0

11 Feb 08:00
Compare
Choose a tag to compare

13.4.0 (2023-02-11)

Bug Fixes

  • reverse order of apply summary (1a29c1d)

Features

  • support for function exclusion on the frontend (a5c968e)
  • support for smart postmortem-function-exclusion (259574b)

v13.3.0

10 Feb 11:26
Compare
Choose a tag to compare

13.3.0 (2023-02-10)

Bug Fixes

  • correct assertion argument order (de59d4b)

Features

  • regularly flush appmaps from backend (cdd0ef5)

v13.2.1

07 Feb 14:15
Compare
Choose a tag to compare

13.2.1 (2023-02-07)

Bug Fixes

  • make pure serialization actually pure (65e04a2)

v13.2.0

02 Feb 21:19
Compare
Choose a tag to compare

13.2.0 (2023-02-02)

Features

  • support for dynamic sources (f169292)

v13.1.2

01 Feb 19:48
Compare
Choose a tag to compare

13.1.2 (2023-02-01)

Bug Fixes

  • Ignore duplicate async events (b44937a)

v13.1.1

01 Feb 17:19
Compare
Choose a tag to compare

13.1.1 (2023-02-01)

Bug Fixes

  • wrap root function before exclusion (185e50f)

v13.1.0

31 Jan 20:40
Compare
Choose a tag to compare

13.1.0 (2023-01-31)

Bug Fixes

  • ignore json files in jest transformer (6dbfc70)
  • support concurrent jest test case (75c9696)

Features

v13.0.1

25 Jan 18:18
Compare
Choose a tag to compare

13.0.1 (2023-01-25)

Bug Fixes

  • add undefined check for sourceRoot in source map (6b1873b)
  • allow jest transformer in separate context (731dcc0)
  • support running jest test in separate context (2160e65)
  • unique dynamic url for eval source (9880202)

v13.0.0

20 Jan 14:12
Compare
Choose a tag to compare

13.0.0 (2023-01-20)

Bug Fixes

  • instrument jest tests with transformers (de5e92f)

Features

BREAKING CHANGES

  • By default, programs are no longer spawned inside a
    shell. Rather, they are directly spawned with a system call.