Skip to content

Releases: getappmap/appmap-node

v2.23.2

29 Jul 13:14

Choose a tag to compare

2.23.2 (2024-07-29)

Bug Fixes

  • Handle parent Ctrl-C in child process with setInterval (e7f82f4), closes #118

v2.23.1

23 Jul 13:10

Choose a tag to compare

2.23.1 (2024-07-23)

Bug Fixes

  • Don't use blocking fs function in remote recording finish (40bcd0c)

v2.23.0

22 May 14:06

Choose a tag to compare

2.23.0 (2024-05-22)

Features

  • Add language to appmap.yml (a9f37b3)

v2.22.0

20 May 20:37

Choose a tag to compare

2.22.0 (2024-05-20)

Features

  • Extract function labels from code comments (4984bcc)
  • Function labels in appmap.yml config file (4a96f4c)
  • Instrument calls to libraries (41762ed)
  • Instrument calls to libraries - ESM support (42edc26)

v2.21.1

06 May 14:15

Choose a tag to compare

2.21.1 (2024-05-06)

Bug Fixes

  • Check if recording are still active in callbacks (dea07a9)
  • Check if recordings are still active after promise resolution (b40988a)

v2.21.0

24 Apr 16:11

Choose a tag to compare

2.21.0 (2024-04-24)

Bug Fixes

  • Extended client sql recording and repeated calls in Prisma (2cee1a9)
  • Report test source location (file only) - Jest (57774d1)
  • Report test source location (file only) - Mocha (d97aaa9)
  • Report test source location (file only) - Vitest (8da1260)
  • Request recording abandons test recording (2955331)

Features

  • Multiple recording support (process always active) (d47afff)

v2.20.0

19 Apr 13:57

Choose a tag to compare

2.20.0 (2024-04-19)

Bug Fixes

  • Disable stray debugging output (7b7841e)

Features

v2.19.3

03 Apr 13:05

Choose a tag to compare

2.19.3 (2024-04-03)

Bug Fixes

  • Don't replace malformed appmap.yml (48df24c)

v2.19.2

27 Mar 14:41

Choose a tag to compare

2.19.2 (2024-03-27)

Bug Fixes

  • Replace special characters in paths consistently on all platforms (c06fa30), closes #134

v2.19.1

23 Mar 15:48

Choose a tag to compare

2.19.1 (2024-03-23)

Bug Fixes

  • Instrumented async lambda wrapper should be async (720b39b)