mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-15 00:01:02 -05:00
bumping version to 0.18.1
This commit is contained in:
parent
ab70f6a586
commit
8e77f0464a
12
doc/release_notes/0_18_1.md
Normal file
12
doc/release_notes/0_18_1.md
Normal file
@ -0,0 +1,12 @@
|
||||
# 0.18.1
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* HTTP/1.1 pipelining logs were logging the previously-buffered requests all together for each triggered request, which created some confusion for users when reporting errors. This has been fixed.
|
||||
* HTTP/2 coalescing is now skipped when performing TLS connections with VERIFY_NONE.
|
||||
* HTTP/2 peer GOAWAY frames will now result in a (retryable) connection error, instead of being ignored and leaving a "ghost" connection behind.
|
||||
* fixed total timeout call which was not raising the exception.
|
||||
|
||||
## Chore
|
||||
|
||||
This gem now requires MFA-based gem releases.
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.18.0"
|
||||
VERSION = "0.18.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user