- feat(dashbord): add SSE support for real-time status updates and workflow entries with polling fallback
- feat(dashbord): show disconnected badge when server connection is lost
- feat(dashboard): improve real-time performance with debounced updates
- feat(sse): add push nofication samples (SSE) in C#, JS, PHP, Python, Go, Rust, Ruby, Java and C++
- feat(admin): add GitHub button to header
- fix(dashboard): resolve re-rendering issue when falling back to polling for status count
- fix(admin): resolve file download issue with protected endpoints
- fix(designer): fix broken workflow import
- fix(settings): allow protocol to adapt based on current page
- fix(manager): handle
MessageBox
close and cancel actions gracefully - fix(nuget): update README.md and
Wexflow.Tasks.Template
task - refactor(api): migrate to Host.CreateDefaultBuilder for modern .NET hosting
- refactor(api): remove
AllowSynchronousIO
for improved async performance - refactor(samples): reorganize sample clients code into separate folders and improve structure
- docs(api): update client examples and SSE integration details
Full Changelog: v9.4...v9.5