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

v12.2.0

11 Jan 23:24
Compare
Choose a tag to compare

12.2.0 (2023-01-11)

Features

  • support additional command patterns for mocha and jest (e9c84b7)

v12.1.2

17 Dec 06:53
Compare
Choose a tag to compare

12.1.2 (2022-12-17)

Bug Fixes

  • more lenient source map url parsing (7656c39)
  • resilient zipping of arguments and parameters (4920efc)
  • return yield value intead of undefined (dd93c64)
  • use sourcesContent instead of contents in source map (f1ae3b4)

v12.1.1

14 Dec 20:44
Compare
Choose a tag to compare

12.1.1 (2022-12-14)

Bug Fixes

v12.1.0

13 Dec 15:26
Compare
Choose a tag to compare

12.1.0 (2022-12-13)

Bug Fixes

  • adequate homepage even if the agent is missing (606aaf0)
  • use file urls to specify node loader (6f49b2c)

Features

  • make status independent from uncaught error (9c9a93f)
  • more precise track termination (97a598d)
  • support jest (26ed907)

v12.0.0

21 Nov 08:18
Compare
Choose a tag to compare

12.0.0 (2022-11-21)

Bug Fixes

  • add separator for source root concatenation (3b9da2b)
  • no longer reset source column between source map groups (66e2dc6)
  • support incompatible source urls (8fe9a5c)
  • use regexp instead of glob to exclude external files (085848d)

Code Refactoring

  • remove outdated configuration fields (5e44ad4)

Features

  • rewrite classmap processing (a72a4f2)

Performance Improvements

  • remove null fields from appmap (5537f07)

BREAKING CHANGES

  • function-name-placeholder and
    anonymous-name-separator are ignored.

v11.7.1

07 Nov 13:27
Compare
Choose a tag to compare

11.7.1 (2022-11-07)

Bug Fixes

  • provide path instead of url to spawn (5ad873e)
  • use error.name instead of constructor identity (d217b59)

Performance Improvements

  • remove outdated violation search param (324aaeb)

v11.7.0

28 Oct 17:23
Compare
Choose a tag to compare

11.7.0 (2022-10-28)

Bug Fixes

  • better feedback on incompatible mocha version (1c2e718)

Features

  • add user feedback on uncaught error (6dd3d2e)
  • support node 19 (d102720)

v11.6.0

22 Oct 15:31
Compare
Choose a tag to compare

11.6.0 (2022-10-22)

Bug Fixes

  • add missing configuration property (ee267c3)
  • handle absolute windows path when resolving url (b673238)
  • more portable line splitting for .env files (7f8d0d8)
  • normalize windows filename case (df29f33)
  • use all cap env variable name (b7f834f)
  • use file urls in NODE_OPTIONS (f0959d8)
  • use import.meta.url instead of require self package (3257c25)
  • use pure serialization for hash values (c652bd4)

Features

  • add configuration file when missing (1214979)
  • change default package exclusion (0a0bfa1)
  • consider SHELL env variable to define posix shell (32fd562)
  • default recorder is process instead of remote (341a1fa)
  • preserve parsed command in configuration-accessor (505c27b)
  • provide feedback if the stack overflows (7a4e2b6)
  • support node-fashion shell command option (48a0946)

v11.5.3

07 Oct 06:28
Compare
Choose a tag to compare

11.5.3 (2022-10-07)

Bug Fixes

  • test for both utf8 and utf-8 in data url (50d9584)
  • update github link (e7ff866)

v11.5.0

14 Sep 18:49
Compare
Choose a tag to compare

11.5.0 (2022-09-14)

Bug Fixes

  • account for file changes between fs calls (8fb5629)
  • avoid calling getters during serialization (7a23367)

Features

  • re-enable support for node 17 (e554d6e)

Performance Improvements

  • shorthand for begin/end group event pair (cf04077)