mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumping to 0.3.1, adding docs
This commit is contained in:
parent
2bcd54cfc1
commit
61f5b2e92d
6
doc/release_notes/0_3_1.md
Normal file
6
doc/release_notes/0_3_1.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 0.3.1
|
||||
|
||||
* improved DNS resolution error handling (decoding/encoding errors, system resolver)
|
||||
|
||||
* hotfix: Native/HTTPS resolver not retrying same record type after cache expired, effectively not working after some time for long-running processes
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.3.0"
|
||||
VERSION = "0.3.1"
|
||||
end
|
||||
|
@ -1,4 +1,16 @@
|
||||
-
|
||||
-
|
||||
name: "0.3.1"
|
||||
path: "0_3_1_md.html"
|
||||
-
|
||||
name: "0.3.0"
|
||||
path: "0_3_0_md.html"
|
||||
-
|
||||
name: "0.2.1"
|
||||
path: "0_2_1_md.html"
|
||||
-
|
||||
name: "0.2.0"
|
||||
path: "0_2_0_md.html"
|
||||
-
|
||||
name: "0.1.0"
|
||||
path: "0_1_0_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user