Skip to content

Releases: getappmap/appmap-intellij-plugin

v0.19.0

26 Oct 01:57
Compare
Choose a tag to compare

0.19.0 (2022-10-26)

Features

  • provide quick fix "Open in AppMap" for AppMap annotations in a text editor (2c65f89)

v0.18.0

24 Oct 03:44
Compare
Choose a tag to compare

0.18.0 (2022-10-24)

Features

  • support execution of AppMap commands in the terminal (d3b7973)

v0.17.4

20 Oct 20:35
Compare
Choose a tag to compare

0.17.4 (2022-10-20)

Bug Fixes

  • show success icon for "Runtime Analysis" even if only findings with unknown source files were found (076856b)

v0.17.3

20 Oct 17:57
Compare
Choose a tag to compare

0.17.3 (2022-10-20)

Bug Fixes

  • Rename appmap:record to appmap:create (bd481d9)

v0.17.2

20 Oct 17:38
Compare
Choose a tag to compare

0.17.2 (2022-10-20)

Bug Fixes

  • Add appland.appmap prefix to telemetry events (2c80586)

v0.17.1

19 Oct 18:27
Compare
Choose a tag to compare

0.17.1 (2022-10-19)

Bug Fixes

  • telemetry when a Java run configuration is executed with the AppMap executor (dd5f7c7)

v0.17.0

19 Oct 13:11
Compare
Choose a tag to compare

0.17.0 (2022-10-19)

Features

v0.16.0

14 Oct 14:56
Compare
Choose a tag to compare

0.16.0 (2022-10-14)

Features

  • enable findings by default (5b24355)

v0.15.1

12 Oct 09:57
Compare
Choose a tag to compare

0.15.1 (2022-10-12)

Reverts

  • Revert "ci: fix the publish command" (4b1317c)

v0.15.0

11 Oct 20:37
Compare
Choose a tag to compare

0.15.0 (2022-10-11)

Features

  • add run configurations extensions for Java and Maven (e2ebc21)- Allow to use an alternative Java 11 JDK to the Java integration test. AppMap is currently only compatible with Java <= 11 (bdea1a5)- download appmap-java agent from Maven repository and bundle into the plugin zip (505e42f)- integration test case to run a java program with the appmap agent (bbb4ad3)- prefer the output directory of the build tool (dacdf81)- show a link to configure the project JDK in the notification about an incompatible JDK (43d6568)- validate that the JDK is supported by AppMap before executing the run configuration (4881ba1)

Bug Fixes

  • add icon for the AppMap executor (ad97895)- don't show a JDK settings link in 2021.3, because it's not supported everywhere (fc2701a)- don't show a placeholder in the "Run with AppMap" tooltip on the taskbar icon (6538d84)- gradle complains about wrong task dependencies (b7497ae)- Tests executed via Maven were not recording tests (846930e)