Skip to content

Releases: getappmap/appmap-node

v2.24.3

17 Sep 04:39
Compare
Choose a tag to compare

2.24.3 (2024-09-17)

Bug Fixes

  • Hopefully fix some obscure installation issues on Windows (63e93b3)

v2.24.2

16 Aug 14:16
Compare
Choose a tag to compare

2.24.2 (2024-08-16)

Bug Fixes

  • Crashes due to shadowed global scope object (e05eb01)

v2.24.1

13 Aug 21:13
Compare
Choose a tag to compare

2.24.1 (2024-08-13)

Bug Fixes

  • Check APPMAP_RECORDER_PROCESS_ALWAYS truthy value (761b69a)

v2.24.0

12 Aug 13:23
Compare
Choose a tag to compare

2.24.0 (2024-08-12)

Bug Fixes

  • Crash in emit attempt when stream closed (0f2a2b5)
  • Import-attributes support (fef98fa)

Features

  • Async context tracking (30aa862)
  • Control async context tracking with timeout (4ddd343)

v2.23.5

05 Aug 19:42
Compare
Choose a tag to compare

2.23.5 (2024-08-05)

Bug Fixes

  • Prevent double execution of default value expressions (d581707)

v2.23.4

05 Aug 19:35
Compare
Choose a tag to compare

2.23.4 (2024-08-05)

Bug Fixes

  • Instrument based on source map paths (e059fa0)
  • Instrument based on source map paths (ESM) (86a13fb)
  • Lazy initialize config to prevent circular references (780a572)
  • Match package paths case-insensitively on Windows (16d3e3f)

v2.23.3

05 Aug 13:30
Compare
Choose a tag to compare

2.23.3 (2024-08-05)

Bug Fixes

  • Handle exceptions raised by getters during parameter serialization (3ca66af)
  • Use a collision-resistant name for lambda argument capture (05af269), closes #161

v2.23.2

29 Jul 13:14
Compare
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
Compare
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
Compare
Choose a tag to compare

2.23.0 (2024-05-22)

Features

  • Add language to appmap.yml (a9f37b3)