ctx7@0.5.5
dancasas/SMPLitexctx7@0.5.5Jul 17, 2026by github-actions[bot]
AI Summary
Enhanced error reporting for OAuth requests to provide more specific diagnostic information regarding network issues and invalid responses.
Key Highlights
- Connection failures now report specific causes such as TLS interception, DNS issues, firewall blocks, or timeouts
- Non-JSON error responses now display the HTTP status code and a body excerpt
- Improved debugging experience for developers encountering OAuth network errors
New Features
- Enhanced error diagnostics for OAuth requests
Full Release Notes
### Patch Changes - e1b4793: Surface the underlying network error when an OAuth request fails. Connection failures now report the cause (TLS interception, DNS, firewall, timeout) with a hint, and non-JSON error responses report the HTTP status and body excerpt instead of a generic message.