mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-15 00:01:02 -05:00
bump version to 1.2.1
This commit is contained in:
parent
994049da8c
commit
e9d5b75298
6
doc/release_notes/1_2_1.md
Normal file
6
doc/release_notes/1_2_1.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.2.1
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* DoH resolver: try resolving other candidates on "domain not found" error (same behaviour as with native resolver).
|
||||
* Allow HTTP/2 connections to exit cleanly when TLS session gets corrupted and termination handshake can't be performed.
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "1.2.0"
|
||||
VERSION = "1.2.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user