Skip to content

Releases: getappmap/appmap-intellij-plugin

v0.25.0

19 Jan 23:23
Compare
Choose a tag to compare

0.25.0 (2023-01-19)

Features

  • update @appland/components and @appland/diagrams to the latest versions (d0e58b5)

Bug Fixes

  • don't access file name index on EDT (8c6686f)

v0.24.0

17 Jan 18:23
Compare
Choose a tag to compare

0.24.0 (2023-01-17)

Features

  • add terms and conditions to description (f879b5e)

v0.23.0

11 Jan 15:21
Compare
Choose a tag to compare

0.23.0 (2023-01-11)

Features

  • add a splitter between the list of AppMaps and the secondary panels (Runtime Analysis, etc.) to allow resizing of the tool window content (82466c9)- implement tree view of "Runtime Analysis" panel (723213e)- new webviews for "Findings Overview" and "Finding details" (14f22ec)- send telemetry message for finding details view (96915e1)- send telemetry messages for the findings overview editor (cfec988)

Bug Fixes

  • add borders to minimum size of titles of collapsibles panels (823c6aa)- handling of external links (eb70e3a)- increase minimum height of "runtime analysis" panel to show all the message when the user is unauthenticated (29b805a)- open AppMap centered on finding when clicking on an AppMap link in the "Finding details" view (8336327)- render "Overview" with link attributes (0541992)- reuse finding details webviews if the same list of findings is displayed (d1b21d8)- show a more reasonable title for finding details webviews (ef566c4)- sort finding nodes by file name (dc5c1aa)- spelling in empty message of the runtime analysis panel (1c6af9a)

v0.22.0

05 Jan 21:26
Compare
Choose a tag to compare

0.22.0 (2023-01-05)

Features

v0.21.1

13 Dec 21:27
Compare
Choose a tag to compare

0.21.1 (2022-12-13)

Bug Fixes

  • bundle appmap-java agent v1.15.4 (27878f3)

Preview: Runtime Analysis

13 Dec 16:19
Compare
Choose a tag to compare
Pre-release

Preview build for #175

Download the zip file and drag&drop it onto your IDE main window to install it.

v0.21.0

29 Nov 22:40
Compare
Choose a tag to compare

0.21.0 (2022-11-29)

Features

  • Implement "Generate OpenAPI" (bd64a95)- send telemetry after successfully generating an OpenAPI file (8ac3dbe)

Bug Fixes

  • avoid exception "Too many non-blocking read actions" (f988ecf)- don't open a split editor (f7ae26f)- properly enable the "Generate OpenAPI" step when the panel is shown the first time (5ff6aff)- send telemetry message open_api:failure (7815b2c)

v0.20.3

22 Nov 19:31
Compare
Choose a tag to compare

0.20.3 (2022-11-22)

Bug Fixes

  • Emit appmap:create events (144f7f6)- Specify the authentication source as 'JetBrains' (8db8f4a)- Upgrade AppMap agent to v1.15.2 (3117a31)

v0.20.1

21 Nov 19:33
Compare
Choose a tag to compare

0.20.1 (2022-11-21)

Bug Fixes

  • Use /authn_provider for authentication (bbfea52)

v0.20.0

18 Nov 15:38
Compare
Choose a tag to compare

0.20.0 (2022-11-18)

Features

  • handle changes to the enableFindings settings without a restart (1eaf822)- send analysis:enable and analysis:disable events (2b8db9f)- send authentication:failed (f74d381)- send authentication:success and authentication:sign_out (c05aa1e)- send telemetry event analysis:cta_interaction (516ec48)- support authentication against AppLand server (dcddf42)

Bug Fixes

  • keep "Runtime Analysis" visible even when findings are not yet available (dba3656)- labels of new auth actions (6747b8a)- move refresh of CLI processes into background, fix notification when settings change (199ed86)- only enable findings and scanner if both "isUserAuthenticated" and "isFindingsEnabled" are true (31dd8ed)