mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumped to 0.6.4
This commit is contained in:
parent
ae3cbac91d
commit
c2ae81cb04
21
doc/release_notes/0_6_4.md
Normal file
21
doc/release_notes/0_6_4.md
Normal file
@ -0,0 +1,21 @@
|
||||
# 0.6.4
|
||||
|
||||
This release takes where the last left off, and makes a concerted effort to improve both the test coverage and the number of features for which there are functional tests.
|
||||
|
||||
## Improvements
|
||||
|
||||
* Running Ruby 2.7 with no warnings;
|
||||
|
||||
* Test suite now has functional tests for:
|
||||
* authentication on proxies (http, socks4a, socks5);
|
||||
* DNS-over-HTTPS;
|
||||
* connect timeouts (still a bit flaky though);
|
||||
|
||||
* Improved test coverage of project to 90%;
|
||||
|
||||
* building website/blog with Jekyll 4;
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* fixed regressions on HTTP, SOCKS4a and SOCKS5 proxy authentication;
|
||||
* fixed DNS-over-HTTPS implementation to be compliant with the latest RFC;
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.6.3"
|
||||
VERSION = "0.6.4"
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.6.4"
|
||||
path: "0_6_4_md.html"
|
||||
-
|
||||
name: "0.6.3"
|
||||
path: "0_6_3_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user