From a5ec01c12a549227d608c2fdbccc2d6d1749e056 Mon Sep 17 00:00:00 2001 From: Konstantin Lepeshenkov <5447190+scale-tone@users.noreply.github.com> Date: Fri, 30 Jul 2021 00:09:09 +0200 Subject: [PATCH] Update CHANGELOG.md --- durablefunctionsmonitor-vscodeext/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/durablefunctionsmonitor-vscodeext/CHANGELOG.md b/durablefunctionsmonitor-vscodeext/CHANGELOG.md index b18af80..4026aaf 100644 --- a/durablefunctionsmonitor-vscodeext/CHANGELOG.md +++ b/durablefunctionsmonitor-vscodeext/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## Version 4.7 + +- Latest [az-func-as-a-graph](https://github.com/scale-tone/az-func-as-a-graph) integrated, and it is now used as yet another visualization tab for both search results and instance details, with instance counts and statuses rendered on top of it. So it now acts as an *animated* code map of your project: +![image](https://user-images.githubusercontent.com/5447190/127571400-f83c7f96-55bc-4714-8323-04d26f3be74f.png) + +- 'Open XXXInstances/XXXHistory in Storage Explorer' menu items for Task Hubs: + + +- Long JSON (or just long error messages) can now be viewed in a popup window ([#109](https://github.com/scale-tone/DurableFunctionsMonitor/issues/109)). +- Minor bugfixes. + ## Version 4.6 - Added a sortable **Duration** column to the list of results. Now you can quickly find quickest and longest instances.