mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bump version to 0.22.1
This commit is contained in:
parent
73326672f4
commit
6723fca484
11
doc/release_notes/0_22_1.md
Normal file
11
doc/release_notes/0_22_1.md
Normal file
@ -0,0 +1,11 @@
|
||||
# 0.22.1
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* `:retries` plugin: fix `HTTPX::Response#response to point to last possible response in the redirection chain.
|
||||
* `:stream` plugin: Make `HTTPX::Session#request` public (as it is inn the main class) .
|
||||
* return 100 responses if the request didn't specifically ask for "100-continue" negotiation (via the "expect" header).
|
||||
|
||||
## Improvements
|
||||
|
||||
Wrap low-level socket errors in a `HTTPX::ConnectionError` exception.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.22.0"
|
||||
VERSION = "0.22.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user