This release allows customizing whether the retry middleware will buffer payloads or only retry connection errors, and brings more fidelity to the HTTPX adapter.
📈 Enhancements
- Allow setting buffered vs unbuffered retry policy by @chokoswitch in #219
🛠️ Bug fixes
- Raise when tls_ca_cert contains no certificate by @mishushakov in #216
- Use sum of httpx phase timeouts as the operation timeout by @mishushakov in #220
Full Changelog: v0.9.0...v0.10.0