This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Releases: getappmap/appmap-agent-js
Releases · getappmap/appmap-agent-js
v13.5.0
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
v13.3.0
v13.2.1
v13.2.0
v13.1.2
v13.1.1
v13.1.0
v13.0.1
v13.0.0
13.0.0 (2023-01-20)
Bug Fixes
- instrument jest tests with transformers (de5e92f)
Features
- allow query hook config to be null (c5eeae7)
- programs are directly spawned by default (0f5bbcf)
- tokenize every commands (637cbab), closes /github.com/nodejs/node/blob/e58ed6d855e1af6579aaa50471426db8881eea99/lib/child_process.js#L619
- use where.exe to locate missing exec on windows (facd76d)
BREAKING CHANGES
- By default, programs are no longer spawned inside a
shell. Rather, they are directly spawned with a system call.