mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-08 00:00:58 -05:00
bumped version to 0.18.5
This commit is contained in:
parent
8dec7ed093
commit
0e9823158a
10
doc/release_notes/0_18_5.md
Normal file
10
doc/release_notes/0_18_5.md
Normal file
@ -0,0 +1,10 @@
|
||||
# 0.18.5
|
||||
|
||||
## Improvements
|
||||
|
||||
* ruby 3.1 is now officially supported.
|
||||
* when user sets a `Host` header for an HTTP/2 request, this will be used in the `:authority` HTTP/2 pseudo-header, instead of silently ignored (mimicking what "curl" does).
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* fixed "throw outside of catch block" error happening when pipelining requests on an HTTP/1 connnection and resulting in a timeout.
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.18.4"
|
||||
VERSION = "0.18.5"
|
||||
end
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.18.5"
|
||||
path: "0_18_5_md.html"
|
||||
-
|
||||
name: "0.18.4"
|
||||
path: "0_18_4_md.html"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user