Skip to content

v10.2.4

Choose a tag to compare

@albert-kunushevci albert-kunushevci released this 21 Mar 19:15
· 32 commits to main since this release

What's New in 10.2.4

Bug Fixes

  • Fix dashboard InvalidOperationException with Host authentication (#408) — Adds UseAuthorization() to the dashboard's Map() branch pipeline when auth is enabled, fixing the error Endpoint contains authorization metadata, but a middleware was not found that supports authorization when using WithHostAuthentication()

Improvements

  • Switch Sample.WorkerService to ProjectReference — Fixes sync build failures on net8/net9 branches where $(Version) resolved to a NuGet version that doesn't exist yet. All sample projects now consistently use ProjectReference
  • Fix build pipeline restore — Restore only build targets instead of full solution to avoid sample project dependency issues in CI

No Breaking Changes

All changes are fully backwards-compatible. No API changes required.