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

v14.2.0

16 Aug 14:19
Compare
Choose a tag to compare

14.2.0 (2023-08-16)

Features

  • Record test failure details in mocha (1052eb9), closes #231

v14.1.0

13 Aug 18:33
Compare
Choose a tag to compare

14.1.0 (2023-08-13)

Features

  • Add recorder type to appmap metadata (f7fa84b), closes #235

v14.0.0

04 Aug 17:30
Compare
Choose a tag to compare

14.0.0 (2023-08-04)

Bug Fixes

  • Expand short paths on Windows (7e41bc2)
  • Tolerate UNKNOWN errors on Windows (4f178f6)
  • Wait a bit longer while spawning subcommands (9d6ff47)

chore

  • Remove support for Node 14 (66739e6)

BREAKING CHANGES

  • Support for Node 14 has been removed.
    Official support ended more than two months ago.

v13.9.1

28 Jul 17:25
Compare
Choose a tag to compare

13.9.1 (2023-07-28)

Bug Fixes

  • use static path in function path (84e5fbb)

v13.9.0

15 May 20:38
Compare
Choose a tag to compare

13.9.0 (2023-05-15)

Bug Fixes

  • add data url in JSON schema (f8abc37)
  • do not crash on missing source map (d025826)
  • more restrictive schema to improve error message (e1f5531)
  • prevent infinite recursion on user-defined toString (d9a1715)
  • solve oom issue on large test suite (773245e)
  • use trully pure convertions (1416486)

Features

  • improve feeedback for large appmaps (0448fb8)
  • make babel parsing options configurable by the user (f45d9c4)
  • no longer always exit with 0 (3b6f55a)
  • no longer requires the user to use jest --no-cache flag (d0b260a)

Performance Improvements

  • use a more compact format to send message to the backend (aba0510)

v13.8.0

27 Apr 17:11
Compare
Choose a tag to compare

13.8.0 (2023-04-27)

Features

  • Report unhandled exceptions (b1fb7e6)

v13.7.0

13 Apr 11:09
Compare
Choose a tag to compare

13.7.0 (2023-04-13)

Features

  • can record files with external urls (c697916)
  • record browser applications with man-in-the-middle proxy (e896646)
  • support package and process matching against absolute url (fadae4e)

Performance Improvements

  • add dead instance in source component (263756e)
  • cache browser recorder bundle to speed up html instrumentation (662d759)
  • frontend no longer validate data (13cfc30)

v13.6.0

14 Mar 08:27
Compare
Choose a tag to compare

13.6.0 (2023-03-14)

Bug Fixes

  • cleanup JUMP_TAB in generator to support Generator.prototype.return (361afc3)
  • cleanup JUMP_TAB in generator to support Generator.prototype.throw (0e390ed)
  • no longer log undefined for the source url (e5caf45)
  • use command-options.cwd to load jest config (8b8a70c)

Features

  • support jest.config.js as esm (e2cd6b6)

v13.5.2

03 Mar 22:32
Compare
Choose a tag to compare

13.5.2 (2023-03-03)

Bug Fixes

  • Support class features when transforming source code (46f03b0), closes #199

v13.5.1

22 Feb 21:36
Compare
Choose a tag to compare

13.5.1 (2023-02-22)

Bug Fixes

  • add loc on manufactured empty ast (6f64aa3)
  • more robust ast lookup (54bf1f5)
  • only use the last extension segment of urls for parsing (fae2458)

Performance Improvements

  • do not load disabled source files (5d488c2)
  • faster url parsing (e7c92dc)