bumped to 0.6.4

This commit is contained in:
HoneyryderChuck 2020-01-12 21:47:28 +00:00
parent ae3cbac91d
commit c2ae81cb04
3 changed files with 25 additions and 1 deletions

View 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;

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.6.3"
VERSION = "0.6.4"
end

View File

@ -1,4 +1,7 @@
-
-
name: "0.6.4"
path: "0_6_4_md.html"
-
name: "0.6.3"
path: "0_6_3_md.html"