Skip to content

Releases: getappmap/appmap-intellij-plugin

v0.59.0

11 Mar 19:43
Compare
Choose a tag to compare

0.59.0 (2024-03-11)

Features

  • notify user if Navie isn't fully functional (#595) (9b5f184)- support to display the AppMap tool window from the Navie webview (bb25a8b)- Update install guide to include new node instructions (d7815d7)

Bug Fixes

  • compatibility with 2024.1 eap's backwards incompatible API of OAuthRequestHandlerBase (5fc79c2)- open external links with a target attribute like plain external links (4494a4b)- update actions to avoid exception "ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon." with 2024.1 eap (d6d18ca)

v0.58.0

23 Feb 20:05
Compare
Choose a tag to compare

0.58.0 (2024-02-23)

Features

  • Support the "Export JSON" feature and handle webview messages in Navie view. (2b2dae2)

Bug Fixes

  • allow to choose a file or directory for "Export to SVG" (a9645f2)
  • compatibility with 2024.1 eap5 (b6e89a0)
  • Exception "java.lang.IllegalArgumentException: invalid hex byte" (96b07fe)
  • polish "Export to SVG" (0f1a05e)
  • possible freeze of UI if "Explain with Navie" is invoked during indexing (e23775e)
  • show local file paths when exporting SVG from "Explain with Navie" (3e9e2cb)
  • Update description (e77b46a)

v0.57.0

17 Feb 16:31
Compare
Choose a tag to compare

0.57.0 (2024-02-17)

Features

  • terminate plugin verifier with failure if internal API is used (a6794f6)

Bug Fixes

  • drop internal API usage of FileIndexFacade.isInProjectScope (a0ef8b7)- internal API usage of JavaVersion. (922b80d)

v0.56.0

14 Feb 15:31
Compare
Choose a tag to compare

0.56.0 (2024-02-14)

Features

  • drop support for JetBrains 2021.3 IDEs (037c29e)- Integrate with AppMap Navie (efec7db)- support AppMap CLI processes for nested AppMap directories (e0a1bf7)- support JetBrains 2024.1 EAP releases (ae517a8)

Bug Fixes

  • Add missing import so that dependency map is not blank (57bae45)- Avoid 404 when loading an AppMap (94760bd)- Don't locate indexer port based on open editor (c434196)- retrieve Gradle JDK in a background thread (15b9bd1)- workaround for exception "Read access is allowed from inside read-action or Event Dispatch Thread" (a8a26c8)

v0.55.0

05 Feb 20:13
Compare
Choose a tag to compare

0.55.0 (2024-02-05)

Features

  • enable JSON-RPC of AppMap indexer and pass API key (aeb279d)- Support Java 21 in the plugin (08ab253)

Bug Fixes

  • add auth token query parameter to HTTP requests of webview assets (d8ee3e0)- don't open links to a localhost URL in the external browser (989dc3c)- exception about slow operations when the AppMaps of the AppMap tool window are loaded (aba4917)- NPE when the AppMap is displayed for the first time (9ae8a8e)

v0.54.0

13 Dec 14:25
Compare
Choose a tag to compare

0.54.0 (2023-12-13)

Features

  • Action to sign in with a text API key (3199ed2)

Bug Fixes

  • Exception 'Read access is allowed from inside read-action' with 2023.3 (2f412f6)- restart AppMap CLI processes when they terminate unexpectedly (ab91c81)

v0.53.0

29 Nov 20:29
Compare
Choose a tag to compare

0.53.0 (2023-11-29)

Features

  • Better check for status of the "Runtime Anaylysis" step (7e5b29e)- Update @appland/components to 3.13.2 for the appmap viewer (0d3fcce)

Bug Fixes

  • reject that PsiFile is fetched on the EDT thread (a61a9ee)

v0.52.0

31 Oct 16:20
Compare
Choose a tag to compare

0.52.0 (2023-10-31)

Features

  • remove corresponding AppMap index data directory when an AppMap JSON file is deleted (c030e16)- sort AppMaps of request or remote recording by modification date (7154a12)- support "Delete AppMaps" and "Delete all AppMaps" in the AppMap tool window (7361a26)- Update @appland/components to 3.9.0 (5667237)- when opening an AppMap for a finding, center on the source finding (fc1602c)

Bug Fixes

  • open findings from overview, which don't have an attached source file (26c318b)- remote recordings now always display the name given by the user (e7970e6)- rendering of findings were different compared to VSCode (a2ebf7a)

v0.51.0

11 Oct 19:52
Compare
Choose a tag to compare

0.51.0 (2023-10-11)

Features

  • remove telemetry except of messages, which may indicate a bug in our code (19ac6b6)- show hierarchy of AppMaps in the AppMap tool window (c477d4b)- support 2023.3 eap (#461) (2fecbac)- Update @appland/components to 3.8.0 (f0ba300)- update to latest AppLand JS components (#463) (f911c59)

Bug Fixes

  • don't override properties of an existing appmap.yml file (cefd915)- navigating to a query or request code object didn't show it in the AppMap view (e4eef31)- properly unescape indexer file paths (d4b106e)- refresh parent directory of new AppMap to enforce indexing of the AppMap metadata directory (dcfe030)- show progress spinner when loading AppMaps (147b334)

v0.50.0

19 Sep 17:15
Compare
Choose a tag to compare

0.50.0 (2023-09-19)

Features

  • show installation instructions after first sign in to AppMap (7a21d83)