0.6.16
Breaking Changes📦 uvView on GitHub →
⚠ 1 breaking🐛 1 fixes
Summary
uv 0.6.16 fixes a regression by reverting the 302 redirect authentication handling, with no new features or deprecations.
⚠️ Breaking Changes
- The automatic handling of authentication for HTTP 302 redirect URLs was reverted, removing the previously added support. Code that relied on this behavior must now handle authentication manually or adjust expectations.
Migration Steps
- No explicit migration steps are required, but verify any workflows that depend on automatic authentication for 302 redirects and update them accordingly.
🐛 Bug Fixes
- Reverted the change that attempted to properly handle authentication for 302 redirect URLs (see PR #13041).