Skip to content

docs(changelog): missing required params return 400 not 500 (#1245)#218

Merged
iammukeshm merged 1 commit into
mainfrom
fix/1245-changelog
May 27, 2026
Merged

docs(changelog): missing required params return 400 not 500 (#1245)#218
iammukeshm merged 1 commit into
mainfrom
fix/1245-changelog

Conversation

@iammukeshm
Copy link
Copy Markdown
Member

@iammukeshm iammukeshm commented May 26, 2026

Summary

Changelog entry for the BadHttpRequestException -> 400 fix in the starter kit.

A missing required tenant header (and other malformed-request cases — missing required header/route/query params, unreadable/oversized bodies) previously rendered as a generic 500. The starter kit's GlobalExceptionHandler now honours the framework's own status code, so these surface as a proper 400 Bad Request (or 413, etc.).

Pairs with: fullstackhero/dotnet-starter-kit#1247
Issue: fullstackhero/dotnet-starter-kit#1245

🤖 Generated with Claude Code

docs(changelog): missing required params now return 400 not 500 (#1245)

Document the GlobalExceptionHandler fix in dotnet-starter-kit: a missing
required `tenant` header (and other malformed-request cases) now surfaces
as a 400 instead of a generic 500.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
fullstackhero 9369624 Commit Preview URL

Branch Preview URL
May 26 2026, 06:57 PM

@iammukeshm iammukeshm merged commit bb5a273 into main May 27, 2026
1 check passed
@iammukeshm iammukeshm deleted the fix/1245-changelog branch May 27, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant