Skip to content

Releases: getappmap/appmap-java

v1.7.0

26 Oct 14:22

Choose a tag to compare

1.7.0 (2021-10-26)

Features

  • Update output from validate command (318deab)

v1.6.1

03 Oct 02:58

Choose a tag to compare

1.6.1 (2021-10-03)

Bug Fixes

  • Avoid ConcurrentModificationException (c6d1b7b)

v1.6.0

13 Sep 12:21

Choose a tag to compare

1.6.0 (2021-09-13)

Bug Fixes

  • Abort if no config found (cd57f2f)

Features

  • Look for config in parent directories (1be744b)

v1.5.0

30 Aug 14:05

Choose a tag to compare

1.5.0 (2021-08-30)

Features

  • Add validate subcommand to the CLI (a0650b0)

v1.4.1

14 Aug 18:43

Choose a tag to compare

1.4.1 (2021-08-14)

Bug Fixes

  • Guard NPE when checking the shallow flag on a package (ff5c418)
  • Retry move as copy when the file is locked (91ea858)

v1.4.0

09 Aug 19:13

Choose a tag to compare

1.4.0 (2021-08-09)

Bug Fixes

  • Memoize package name (0a74b37)
  • Record to designated output directory (5787108)

Features

v1.3.0

02 Aug 14:23

Choose a tag to compare

1.3.0 (2021-08-02)

Bug Fixes

  • Improve robustness and logging of parent interface and superclass access (a24f056)
  • Keep events 'open' until the next event is received (9e12099)
  • Remove '-f' option to 'wait' (637f904)

Features

  • Add session recording checkpoint (04d9293)
  • Apply different fields to call, return, sql, etc (3d8db1f), closes #50 #44
  • appmap.debug enables additional debug info (67e935e)
  • Expand and modularize the integration test suite (ad06488)
  • Record return event parent_id (40be795)
  • Write source location and test status metadata (397e200)

v1.2.0

26 Jul 19:16

Choose a tag to compare

1.2.0 (2021-07-26)

Bug Fixes

  • Fix some path bugs and get the tests working (ec32e23)
  • Remove unused class RecordServlet (1bd39de)

Features

  • 'init' command suggests appmap.yml with project name and packages (299bb70)
  • 'status' command reports project properties (cb4693d)
  • 'status' command reports test commands (058ae0e)
  • Add stub for agent 'init' command (55d9fc8)
  • Add stub for agent 'status' command (7f5fd02)
  • Helper commands can direct output to a file (bf1c699), closes #89

v1.1.0

13 May 20:09

Choose a tag to compare

1.1.0 (2021-05-13)

Features

  • Add a property to enable automatic recording at boot time (7c83614)

v1.0.4

08 Apr 19:29

Choose a tag to compare

1.0.4 (2021-04-08)

Bug Fixes

  • Don't append System path to class pools (681d74e)
  • Provide better error message when encountering an unknown event (c69a877)