Skip to content

Releases: getappmap/appmap-java

v1.5.0

30 Aug 14:05
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.0.3

22 Mar 22:20
Compare
Choose a tag to compare

1.0.3 (2021-03-22)

Bug Fixes

  • Allow classes compiled without locals to be hooked (0e0a0d3)
  • Capture exceptions thrown from SQL interfaces (9d1e66f)

v1.0.2

18 Mar 18:13
Compare
Choose a tag to compare

1.0.2 (2021-03-18)

Bug Fixes

  • improve path and package resolution (#62) (c3ba3df)

v1.0.1

17 Mar 18:00
Compare
Choose a tag to compare

1.0.1 (2021-03-17)

Bug Fixes