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

v2.5.0

22 Apr 13:11
Compare
Choose a tag to compare

2.5.0 (2021-04-22)

Bug Fixes

Features

  • all metadata are now included in config and initialization query provides more info (cc4640f)

v2.4.0

21 Apr 16:23
Compare
Choose a tag to compare

2.4.0 (2021-04-21)

Features

  • propagate hook-child-process cli argument to forked processes (ea6af3b)

v2.3.0

21 Apr 16:12
Compare
Choose a tag to compare

2.3.0 (2021-04-21)

Features

  • child_process methods can now be hooked so that their spawn processes are also instrumented (f34132b)

v2.2.0

20 Apr 13:34
Compare
Choose a tag to compare

2.2.0 (2021-04-20)

Bug Fixes

  • update remaining of the application to new configuration feature (6fed62b)

Features

  • add support for package listing and exclusions and use json schema validator (ffa3c3f)

v2.1.2

19 Apr 13:11
Compare
Choose a tag to compare

2.1.2 (2021-04-19)

Bug Fixes

  • update posix-socket-messaging (625fd8c)

v2.1.1

15 Apr 17:50
Compare
Choose a tag to compare

2.1.1 (2021-04-15)

Bug Fixes

v2.1.0

15 Apr 14:45
Compare
Choose a tag to compare

2.1.0 (2021-04-15)

Bug Fixes

Features

  • added new communication channel between server and client (35a7ff0)
  • replace fork channel by messaging channel (31e85c2)

Performance Improvements

  • http optimized empty body when null return (d3be7ec)

v2.0.1

04 Apr 09:33
Compare
Choose a tag to compare

2.0.1 (2021-04-04)

Bug Fixes

  • correct outdated global variable (PROCESS_ID and SEND) (a784eaa)

v2.0.0

04 Apr 09:20
Compare
Choose a tag to compare

2.0.0 (2021-04-04)

Bug Fixes

  • added current env variables to spawn inline client which is necessary for PATH) (dc4224e)
  • correct some erroneous appmap methods (4361823)
  • fix inversion argument between client and server for instrument query and lint-related fixes (2148505)
  • forgot some files in the big refactoring commit (aef71ed)
  • lint all (23471dd)
  • lint lib (3b6a05b)
  • more linent test on current repostory url (failed with travis)) (24dd21b)
  • start testing the client (c581b88)

Features

  • config system is now more flexible (465a918)
  • easier bin call (86f1b6d)
  • implement hooks for commonjs and native modules and refactor the architecture (14d1cee)

BREAKING CHANGES

  • Some old environment variables no longer work
  • The way the agent is invoked is completely changed

v1.0.2

30 Mar 10:59
Compare
Choose a tag to compare

1.0.2 (2021-03-30)

Bug Fixes