ctx7@0.5.5

upstash/context7ctx7@0.5.5Jul 17, 2026by github-actions[bot]

AI Summary

This release improves error reporting for OAuth failures by exposing the underlying network causes.

Key Highlights

  • Improved error messages for OAuth failures by revealing specific causes (TLS interception, DNS, firewall, timeout)
  • Non-JSON error responses now report the HTTP status and body excerpt instead of a generic message

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.