Skip to content

Releases: getappmap/appmap-java

v1.26.7

15 Apr 20:26
Compare
Choose a tag to compare

1.26.7 (2024-04-15)

Bug Fixes

  • APPMAP_OUTPUT_DIRECTORY can be set from env (c933c45)
  • resolve output directory relative to config (deb2a84)

v1.26.6

10 Apr 23:36
Compare
Choose a tag to compare

1.26.6 (2024-04-10)

Bug Fixes

  • don't create a log file by default (883cd93)

v1.26.5

21 Mar 15:45
Compare
Choose a tag to compare

1.26.5 (2024-03-21)

Bug Fixes

  • correct detection of Spark server (571e74b)

v1.26.4

16 Feb 17:33
Compare
Choose a tag to compare

1.26.4 (2024-02-16)

Bug Fixes

  • use the correct ClassLoader (9803d25)

v1.26.3

02 Feb 20:42
Compare
Choose a tag to compare

1.26.3 (2024-02-02)

Bug Fixes

  • avoid NPE when a Proxy method returns void (fe538f2)
  • don't locate agent jar using a CodeSource (fd1dcd8)

v1.26.2

31 Jan 10:13
Compare
Choose a tag to compare

1.26.2 (2024-01-31)

Bug Fixes

  • handle a framework classloader that filters (690d187)
  • skip some JDK packages (0958324)
  • strip annotations when instrumenting (d297955)
  • support class in unnamed package (2667f83)

v1.26.1

16 Jan 22:41
Compare
Choose a tag to compare

1.26.1 (2024-01-16)

Bug Fixes

  • add info message when saving AppMap (c7237a1)
  • don't try to add event on test failure (fb64b52)
  • make sure TestNG tests are captured correctly (c44c222)
  • only track packages stats when debugging (d2d3d99)

v1.26.0

11 Jan 12:36
Compare
Choose a tag to compare

1.26.0 (2024-01-11)

Bug Fixes

  • add missing hook (5a7dc89)
  • generalize the way test methods are detected (dce4e3d)
  • get rid of reflection in HookConditionSystem (bebeffd)
  • improve agent performance (241d165)
  • only add essential git info (c816cb2)

Features

  • create a log file by default (b86203f)

v1.25.3

14 Dec 19:50
Compare
Choose a tag to compare

1.25.3 (2023-12-14)

Bug Fixes

  • make sure getters and setters are ignored (0bc2f8f)

v1.25.2

06 Dec 21:17
Compare
Choose a tag to compare

1.25.2 (2023-12-06)

Bug Fixes

  • support JUnit 5 test methods with parameters (1cdd2e9)