Skip to content

Commit ad67ed2

Browse files
blehnenclaude
andcommitted
0.9.16
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4b0e04 commit ad67ed2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.9.16 — 2026-04-03 (Dashboard.Api, Dashboard.Ui only)
2+
- Fix: pre-load plugin assemblies into the AppDomain at startup so Newtonsoft's `TypeNameHandling` binder can resolve user POCO types during deserialization
3+
- Diagnostic logging in `ResolveMessageBodyType` (debug per stage, warning on failure)
4+
15
### 0.9.15 — 2026-04-03 (Dashboard.Api, Dashboard.Ui only)
26
- `DashboardOptions.AssemblyPaths` — configurable directories for user POCO DLLs so the dashboard can deserialize message bodies in Docker without embedding assemblies
37
- Docker: `/app/plugins` directory created by default; supports volume mount or derived image

Source/DotNetWorkQueue.Dashboard.Api/DotNetWorkQueue.Dashboard.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net10.0;net8.0</TargetFrameworks>
5-
<Version>0.9.15</Version>
5+
<Version>0.9.16</Version>
66
<Authors>Brian Lehnen</Authors>
77
<Copyright>Copyright © Brian Lehnen 2015-2026</Copyright>
88
<Description>Dashboard API for DotNetWorkQueue - provides REST endpoints for monitoring and managing queues</Description>

Source/DotNetWorkQueue.Dashboard.Ui/DotNetWorkQueue.Dashboard.Ui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<IsPackable>true</IsPackable>
88
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
9-
<Version>0.9.15</Version>
9+
<Version>0.9.16</Version>
1010
<Authors>Brian Lehnen</Authors>
1111
<Copyright>Copyright © Brian Lehnen 2015-2026</Copyright>
1212
<Description>Blazor Server dashboard UI for DotNetWorkQueue - provides a web interface for monitoring and managing queues</Description>

0 commit comments

Comments
 (0)