mirror of
https://github.com/kennethreitz/responder.git
synced 2026-07-21 18:39:29 +00:00
5f2bb888e2
- API(json_ensure_ascii=True) knob threaded into get_formats/_make_json_format;
default stays True in 5.x, flips to False in 6.0.
- req.media('files') now emits a DeprecationWarning (still returns the bytes-dict);
6.0 returns streaming UploadFile objects. Use File() markers today.
- docs/migration-v6.md: deprecation policy + full 6.0 breaking-change list.
Backwards-compatible. 534 tests pass; ruff + mypy clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>