Skip to content

Releases: microsoft/vscode-dapr

v0.8.0

19 Oct 16:06
900a1f1
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Integrating new features of Dapr 1.11 and 1.12.

Added

  • [Enhancement] Infer dapr.yaml when omitted from configuration #284
  • [Enhancement] Update Dapr run file template schema to match changes in v1.11 #296
  • [Enhancement] Scaffold Dapr tasks using existing run file #272
  • chore: enhance dapryml schema validation #292

Fixed

  • Debugging with Dapr hangs with 1.12 #309

v0.7.0

07 Mar 18:00
7f86e3c
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Integrating new features of Dapr 1.10.

Fixed

  • Warning logLevel inconsistency #237
  • Update tasks to reflect current Dapr arguments #262
  • Dapr explorer missing applications on Windows #199
  • Switch to dapr list to obtain running Dapr applications #264
  • Details pane is sluggish when changing between nodes #202
  • Info in the Details pane does not clear when Tye is shutdown #203

Added

  • [Enhancement] Organize Dapr applications by run file #269
  • [Feature] Attach debugger to application process #270
  • [Engineering] Switch to dapr dashboard -p 0 #277
  • [Feature] Add stop command to Dapr runs #274
  • [Feature] Start Dapr run file from context menu #268
  • [Feature] IntelliSense for Dapr run file YAML #276
  • [Feature] Dapr custom launch debug configuration #273
  • [Feature] Open logs for run file applications #285
  • [Feature] Open browser to Dapr application port #275

v0.6.1

01 Aug 16:57
6a5bf68
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Minor changes and dependency updates.

Fixes

  • Fail to invoke the application method for a .NET 6 Web API project #214

Added

  • Switch to using dapr-based tasks #74

v0.6.0

12 Jan 23:58
36a4b9e
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Minor bug fixes and dependency updates.

Fixed

  • Fail to invoke the application method for a .NET 6 Web API project #214
  • Move to PowerShell-based WMI provider #205

v0.5.0

10 Aug 16:25
41dfb28
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Updates to expose additional metadata for Dapr applications and their components.

Fixed

  • UnixProcessProvider Failed to Find Dapr Process CMD on Mac #169
  • APPLICATIONS show "The Dapr CLI and runtime do not appear to be installed" #171
  • Revise required task properties #172

Added

  • Add link to Dapr dashboard from Explorer #159
  • Components panel in Explorer that shows active components being used in app #167
  • Expose more metadata in the Explorer about the services that make up the application #161
  • Allow killing Dapr applications #81
  • Allow users to explicitly set path to Dapr binaries #139

v0.4.0

19 Feb 18:49
074784e
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Updates related to the Dapr 1.0.0 release.

Fixed

  • Match deprecation of daprd --placement-address property #129

v0.3.0

08 Sep 17:46
e63c627
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

A collection of accumulated fixes and minor enhancements.

Fixed

  • Pop up an error when invoking (POST) application method with an empty payload #121
  • Pop up an error "Request failed with status code 404" when publishing message #117
  • The default value of the port is "app" when invoking "Dapr: Scaffold Dapr Tasks" command #109
  • It shows "Failed to load message bundle..." after expanding "APPLICATIONS" #104
  • daprd no longer defaults to a components path #98
  • daprd task problem matcher does not support non-web apps #89
  • dapr scaffold dapr tasks not working in workspace view #88
  • Use DAPR_PLACEMENT_HOST for default placement address #85
  • Use DAPR_REDIS_HOST for scaffolding instead of DAPR_NETWORK #84
  • error establishing client to placement service #82
  • Dapr runtime not detected in Dev Container #80

Added

  • There is no validation in the JSON payload input box #112

v0.2.1

19 Mar 20:22
3027e76
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Minor fixes.

Fixed

  • "Localized" extension description isn't resolved in Marketplace. #77

v0.2.0

19 Mar 19:19
2f6321e
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

v0.2.0 - 18 March 2020

Further updates related to the Dapr 0.5.0 release.

Added

  • Bundle extension assets for size/performance. #16
  • Expose publish command at tree view level. #26
  • Manage conflicts during scaffolding. #33
  • Detect when Dapr is not installed or initialized. #46

Updated

  • Add smarter default for Python ports. #54
  • Add smarter defaults for Java ports. #55
  • Add support for new daprd 0.5.0 arguments. #69

Fixed

  • Make Dapr invocation work with .NET Core ASP.NET using SSL. #44

v0.1.1

13 Mar 04:50
5759c0d
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Updated

Minor update for the Dapr 0.5.0 release.

  • Accommodate Dapr 0.5.0 breaking changes. #65