mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bump version to 1.5.1
This commit is contained in:
parent
6bde11b09c
commit
51ce9d10a4
6
doc/release_notes/1_5_1.md
Normal file
6
doc/release_notes/1_5_1.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.5.1
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* connection errors on persistent connections which have just been checked out from the pool no longer account for retries bookkeeping; the assumption should be that, if a connection has been checked into the pool in an open state, chances are, when it eventually gets checked out, it may be corrupt. This issue was more exacerbated in `:persistent` plugin connections, which by design have a retry of 1, thus failing often immediately after check out without a legitimate request try.
|
||||
* native resolver: fix issue with process interrupts during DNS request, which caused a busy loop when closing the selector.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "1.5.0"
|
||||
VERSION = "1.5.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user