bumped version to 0.18.5

This commit is contained in:
HoneyryderChuck 2022-01-02 23:31:43 +02:00
parent 8dec7ed093
commit 0e9823158a
3 changed files with 14 additions and 1 deletions

View 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.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module HTTPX module HTTPX
VERSION = "0.18.4" VERSION = "0.18.5"
end end

View File

@ -1,4 +1,7 @@
- -
-
name: "0.18.5"
path: "0_18_5_md.html"
- -
name: "0.18.4" name: "0.18.4"
path: "0_18_4_md.html" path: "0_18_4_md.html"