Skip to content

Releases: getappmap/appmap-java

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)

v1.25.1

06 Dec 20:29
Compare
Choose a tag to compare

1.25.1 (2023-12-06)

Bug Fixes

  • decrease logging about missing classes (87c83c9)

v1.25.0

01 Dec 21:42
Compare
Choose a tag to compare

1.25.0 (2023-12-01)

Bug Fixes

  • manage ClassPool instances per-thread (30092a1)

Features

  • record calls made through a Proxy (0873d3d)

v1.24.1

21 Nov 10:03
Compare
Choose a tag to compare

1.24.1 (2023-11-21)

Bug Fixes

  • only collect git metadata in a repo (d4ad468)

v1.24.0

16 Nov 14:54
Compare
Choose a tag to compare

1.24.0 (2023-11-16)

Bug Fixes

  • really show the config on startup (15f58b6)

Features

  • add Git metadata, improve source paths (62624fd)

v1.23.0

02 Nov 08:56
Compare
Choose a tag to compare

1.23.0 (2023-11-02)

Bug Fixes

  • don't use ClassLoader.loadClass (b8cf5ca)

Features

  • add NoAppMap to control test-case recording (b136056)