Releases: getappmap/appmap-java
Releases · getappmap/appmap-java
v1.5.0
v1.4.1
v1.4.0
v1.3.0
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
1.2.0 (2021-07-26)
Bug Fixes
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