Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 48ecc51

Browse files
authored
Update CHANGELOG.md
1 parent da062bc commit 48ecc51

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

durablefunctionsmonitor-vscodeext/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## Version 4.6
4+
5+
- Added a sortable **Duration** column to the list of results. Now you can quickly find quickest and longest instances.
6+
- Gantt charts are now interactive (lines are clickable).
7+
- Custom backends: you can now switch to a .Net Core 3.1 backend, or even to your own customized one:
8+
9+
![image](https://user-images.githubusercontent.com/5447190/123545702-c3aeb500-d759-11eb-9d6d-7c69db167ca2.png)
10+
11+
- (Limited) support for [Microsoft SQL storage provider](https://github.com/microsoft/durabletask-mssql). When you open a project that uses it, the relevant Task Hub should appear in the **DURABLE FUNCTIONS** view container:
12+
13+
![image](https://user-images.githubusercontent.com/5447190/123545989-281e4400-d75b-11eb-865e-b8aa3cee690a.png)
14+
15+
- Minor bugfixes.
16+
317
## Version 4.5
418

519
- Time can now be shown in local time zone. **File->Preferences->Settings->Durable Functions Monitor->Show Time As**.

0 commit comments

Comments
 (0)