Skip to content

Commit

Permalink
version 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Dec 7, 2024
1 parent 0ed936c commit 69dc7ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions durablefunctionsmonitor-vscodeext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Change Log

# Version 6.6.0

- Added support for `durableTask/storageProvider/connectionStringName` setting ([#217](https://github.com/microsoft/DurableFunctionsMonitor/issues/217)).

- Fixed activity inputs not being shown ([#216](https://github.com/microsoft/DurableFunctionsMonitor/issues/216)).

# Version 6.5.1

- Decoupled from (soon deprecated) [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account). NOTE: you might need to re-authenticate to Azure.

# Version 6.5

- New feature - `Execute Batch Operations...` (https://github.com/microsoft/DurableFunctionsMonitor/issues/169). Prepare a list of instances in the main screen, and then use this context menu to execute operations against all of them:
- New feature - `Execute Batch Operations...` ([#169](https://github.com/microsoft/DurableFunctionsMonitor/issues/169)). Prepare a list of instances in the main screen, and then use this context menu to execute operations against all of them:

<img width="600px" src="https://github.com/microsoft/DurableFunctionsMonitor/assets/5447190/513033e4-a209-4e50-942a-0820d0dc9cbf"/>

- Fixed https://github.com/microsoft/DurableFunctionsMonitor/issues/174 (`FailureDetails not shown, if the orchestration runs in a .NET Isolated project`). Thanks [@epDugas](https://github.com/epDugas) for this contribution!
- Fixed [#174](https://github.com/microsoft/DurableFunctionsMonitor/issues/174) (`FailureDetails not shown, if the orchestration runs in a .NET Isolated project`). Thanks [@epDugas](https://github.com/epDugas) for this contribution!

- Moved to [az-func-as-a-graph](https://github.com/scale-tone/az-func-as-a-graph) v1.3.3.

Expand Down
2 changes: 1 addition & 1 deletion durablefunctionsmonitor-vscodeext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "durablefunctionsmonitor",
"displayName": "Durable Functions Monitor",
"description": "Monitoring/debugging UI tool for Azure Durable Functions",
"version": "6.5.1",
"version": "6.6.0",
"engines": {
"vscode": "^1.39.0"
},
Expand Down
2 changes: 1 addition & 1 deletion durablefunctionsmonitor.dotnetbackend/nuspec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>DurableFunctionsMonitor.DotNetBackend</id>
<version>6.6.0-beta1</version>
<version>6.6.0</version>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DurableFunctionsMonitor.DotNetBackend</description>
<authors>DurableFunctionsMonitor</authors>
Expand Down
2 changes: 1 addition & 1 deletion durablefunctionsmonitor.dotnetisolated/nuspec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>DurableFunctionsMonitor.DotNetIsolated</id>
<version>6.6.0-beta1</version>
<version>6.6.0</version>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DurableFunctionsMonitor.DotNetIsolated</description>
<authors>DurableFunctionsMonitor</authors>
Expand Down

0 comments on commit 69dc7ac

Please sign in to comment.