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

v9.0.0

06 Jan 11:39
Compare
Choose a tag to compare

9.0.0 (2022-01-06)

Features

BREAKING CHANGES

  • Commands are no longer interpreted using /bin/sh. Rather, they are understood as simply the path / name of an executable followed by its arguments. This the easiest and most portable approach and it should be sufficient for most cases. However, in the future we might want to use the npm approach where commands are interpreted by /bin/sh on unix platforms and cmd.exe on Windows platforms. We could also be using PowerShell on Windows and interpret the command as shell programs across all platforms.

v8.8.4

04 Jan 13:37
Compare
Choose a tag to compare

8.8.4 (2022-01-04)

Bug Fixes

  • Get rid of top-level awaits (48d03b0)

v8.8.3

24 Dec 20:48
Compare
Choose a tag to compare

8.8.3 (2021-12-24)

Bug Fixes

  • handle manufactured apply events which have a null location (2f07433)

v8.8.2

15 Dec 17:22
Compare
Choose a tag to compare

8.8.2 (2021-12-15)

Bug Fixes

v8.8.1

08 Dec 09:10
Compare
Choose a tag to compare

8.8.1 (2021-12-08)

Bug Fixes

  • avoid recording some http requests from the agent (d769574)

v8.8.0

08 Dec 08:27
Compare
Choose a tag to compare

8.8.0 (2021-12-08)

Features

  • additional logging for diagnosing instrumentation filtering (d73d39a)

v8.7.1

07 Dec 16:00
Compare
Choose a tag to compare

8.7.1 (2021-12-07)

Bug Fixes

  • sanitize basename before writting files (5f93d3e)

v8.7.0

06 Dec 21:06
Compare
Choose a tag to compare

8.7.0 (2021-12-06)

Bug Fixes

  • more robust source location serialization via JSON (8e04712)

Features

  • enable all hooks by default (04a9940)

v8.6.4

06 Dec 19:06
Compare
Choose a tag to compare

8.6.4 (2021-12-06)

Bug Fixes

  • better handle location urls which already have a hash segment (6374195)

v8.6.3

04 Dec 15:55
Compare
Choose a tag to compare

8.6.3 (2021-12-04)

Bug Fixes

  • log instead of crash on location url which contain hash (5dd1c4b)