Skip to content

Latest commit

 

History

History
164 lines (123 loc) · 8.52 KB

CHANGELOG.md

File metadata and controls

164 lines (123 loc) · 8.52 KB

Change Log

All notable changes to the "vscode-spring-boot-dashboard" extension will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.14.0

Added

  • Show active profiles on BootApp description when attached to live process. #320.

Fixed

  • Spring boot Dashboard keep spinning. #216.

0.13.1

Fixed

  • Should look for available profiles from all supported files like .yml. #315.
  • Spring profiles not detected if the source paths don't exist. #317. Thanks to karthik20 for contribution.

0.13.0

Added

  • Show properties when live process is connected. #304.
  • Support to run apps with profile. #309.

Fixed

  • Endpoint URLs should be mapped correctly in Codespaces. #300.

0.12.0

Changed

  • Render Spring related gutter icons using suggested APIs. #291

Fixed

  • Activate dashboard extension when Spring Langauge Server starts. #289
  • NullPointerException on launching Spring apps. #293
  • Column lines not aligned when line wrapping is enabled. #257

0.11.1

Fixed

  • Fixed: Memory view was not showing after live process connected for local apps. (#287)

0.11.0

Added

  • New extension APIs allowing to establish live connection to remote apps running on cloud. #262

Changed

  • New icons for apps. #277

Fixed

  • UX improvements on the memory view. #282
  • Fixed: memory view doesn't hide after live process is disconnected. #274

0.10.1

Fixed

  • Publisher id of upstream extension Spring Boot Tools changed from Pivotal to vmware. #269 #270

0.10.0

Added

  • Add a button to expose the built-in filtering widget. #259

Changed

  • Find corresponding app by pid when updating app status from live connections. #256

Fixed

  • Show Spring view container for empty workspaces. #258

0.9.0

Added

  • Add memory view for running apps. See related issues.
  • Allow to fill template variable before opening an endpoint. #240

Changed

  • Enable gutter icons by default. #254

0.8.0

Added

  • Allow to override default vmArgs set by extension. #226
  • [Experimental] Decorate defined beans and endpoint mappings with gutter icons. #231
    • By default it is only enabled on VS Code Insiders. You can explictly turn it on via setting spring.dashboard.enableGutter.

Changed

  • Refine guide to enable actuator. #227

Fixed

  • Relibility fix: adopt serverReady API of JDT.LS. #225

0.7.1

  • Fixed: beans sometimes can not be listed. #217

0.7.0

  • Keep focusing on tree view after navigating to defintion of beans and endpoints. #202
  • Show correct status when apps are running without actuator. #205
  • Update title of Spring Boot Dashboard views. #206
  • Improve performance of loading beans and endpoint mappings. #210
  • Add guide to enable actuator when apps are running without it. #209

0.6.0

  • New icon for spring beans. #186
  • Show bean properties when live process is connected. #192

0.5.0

  • Support to view bean dependencies when live process is connected. #179

0.4.0

  • Visualize beans and endpoint mappings. #164

0.3.1

  • Support to use a custom context-path. #162

0.3.0

  • Add "envFile" to default launch configuration. #142
  • Support to open apps in VS Code's integrated browser, controlled by setting spring.dashboard.openWith. #160
  • Support to stop multiple running apps. #158

0.2.0

  • Align with VS Code native UX. #116
  • Hide dashboard in non-Java workspaces. #115

0.1.10

  • Update dependencies to fix vulnerability and telemetry issues.

0.1.9

Fixed

  • Cannot debug from command palette. #101

0.1.8

Fixed

  • Invalid vmArgument merging when launch.json has a list of vmArgs. #95

0.1.7

Changed

  • Enable JMX by default for launched apps. #93
  • No need to select when there is only one app. #90

0.1.6

Fixed

  • Wrong cwd for starting submodule apps. #71

0.1.5

Fixed

  • Fix vulnerability issue of event-stream. #PR61

0.1.4

Added

  • Allow to start multiple apps together. #28

0.1.3

Fixed

  • Fix the issue that dashboard starts wrong apps. #45

Changed

  • Change project icons for better user experience. PR#48

0.1.2

Added

  • Show a message in status bar when starting an app. #40

0.1.1

Fixed

  • Remove unused files to reduce extension size.

0.1.0

Added

  • Identify and show Spring Boot projects in VS Code. #3 #4
  • Support to start/debug/stop a Spring Boot project. #5
  • Provide shortcut to open a running project in web browser. #6