mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
15 lines
705 B
Markdown
15 lines
705 B
Markdown
# 0.5.0
|
|
|
|
This release is a minor bump only because it introduces a new dependency:
|
|
|
|
## the `timers` gem
|
|
|
|
We've introduced the [`timers` gem](https://github.com/socketry/timers) as a dependency to deal with total timeouts, thereby making the timeout object only a container of values to be refactored. This was in itself a small gain for such a big addition, but other future time-based features can be best built upon it than the existing work.
|
|
|
|
|
|
## Bugfixes
|
|
|
|
* the altsvc header wasn't properly parsed, and was breaking requests to google. Don't break requests to google!
|
|
* Added support for faraday 0.16;
|
|
* Made the IO selector less flaky;
|
|
* Fixed the homepage, which was being displayed without styles; |