You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: durablefunctionsmonitor-vscodeext/CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,22 @@
1
1
# Change Log
2
2
3
+
# Version 6.6.0
4
+
5
+
- Added support for `durableTask/storageProvider/connectionStringName` setting ([#217](https://github.com/microsoft/DurableFunctionsMonitor/issues/217)).
6
+
7
+
- Fixed activity inputs not being shown ([#216](https://github.com/microsoft/DurableFunctionsMonitor/issues/216)).
8
+
3
9
# Version 6.5.1
4
10
5
11
- 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.
6
12
7
13
# Version 6.5
8
14
9
-
- 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:
15
+
- 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:
- 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!
19
+
- 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!
14
20
15
21
- Moved to [az-func-as-a-graph](https://github.com/scale-tone/az-func-as-a-graph) v1.3.3.
0 commit comments