- change licenses to Apache 2.0
- moved to github
- removed unnecessary
asyncio.sleepafter the last retry inRetryableExecutor.execute
- removed opentelemetry-sdk from dependencies
- simplify storing cached Response data
- added
auto_read_bodyto request and backends in order to automatically read response body so that all retry logic could happen in case of errors
- Response: added
originalproxy property
- Initial release