mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
7 lines
304 B
Markdown
7 lines
304 B
Markdown
# 1.2.5
|
|
|
|
## Bugfixes
|
|
|
|
* fix for usage of correct `last-modified` header in `response_cache` plugin.
|
|
* fix usage of decoding helper methods (i.e. `response.json`) with `response_cache` plugin.
|
|
* `stream` plugin: reverted back to yielding buffered payloads for streamed responses (broke `down` integration) |