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

Commit

Permalink
version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Mar 30, 2021
1 parent 70b73aa commit f5be8cc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions durablefunctionsmonitor-vscodeext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## Version 4.3

- Fixed time ranges ('Last Minute', 'Last Hour' etc.).
- Multiple choice for filtering by instance status ('Running', 'Completed' etc.).
- 'Not Equals', 'Not Starts With' and 'Not Contains' filter operators.
- Performance improvements.
- Minor bugfixes.

## Version 4.2

- Orchestrations/Entities are now also visualized as a time histogram and as a Gantt chart. Time histogram is interactive, you can zoom it in/out with your mouse.
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. View->Command Palette...->Durable Functions Monitor",
"version": "4.2.0",
"version": "4.3.0",
"engines": {
"vscode": "^1.39.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: dfm
image: docker.io/scaletone/durablefunctionsmonitor:4.2
image: docker.io/scaletone/durablefunctionsmonitor:4.3
imagePullPolicy: Always
ports:
- containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AzureFunctionsVersion>v2</AzureFunctionsVersion>
<AssemblyVersion>4.2.0.0</AssemblyVersion>
<FileVersion>4.2.0.0</FileVersion>
<AssemblyVersion>4.3.0.0</AssemblyVersion>
<FileVersion>4.3.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.4.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>4.2.0</version>
<version>4.3.0</version>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DurableFunctionsMonitor.DotNetBackend</description>
<authors>DurableFunctionsMonitor</authors>
Expand Down
2 changes: 1 addition & 1 deletion durablefunctionsmonitor.react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "durablefunctionsmonitor.react",
"version": "4.2.0",
"version": "4.3.0",
"private": true,
"homepage": "http://localhost:7072",
"dependencies": {
Expand Down

0 comments on commit f5be8cc

Please sign in to comment.