-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,79 @@ | ||
Format: # vX.X.X (YYYY-MM-DD) | ||
|
||
# v0.9.0 (2024-02-26) | ||
|
||
Update MSRV to 1.75.0 and dependencies | ||
|
||
# v0.8.0 (2023-04-16) | ||
|
||
Update `rustls` dependencies | ||
|
||
# v0.7.0 (2022-09-23) | ||
|
||
* Update major version of rustls | ||
|
||
# v0.6.0 (2021-01-01) | ||
|
||
* Update to hyper `0.14` | ||
* Add `with_rustls_root_cert_store` method to use already existing cert store | ||
|
||
# v0.5.0 (2020-10-25) | ||
|
||
* Update `rustls` dependencies | ||
* Fix issue #3 | ||
|
||
# v0.4.3 (2020-05-12) | ||
|
||
Add `rustls` support | ||
|
||
# v0.4.2 (2020-01-08) | ||
|
||
Fix when library doesn't compile without `tls` feature | ||
|
||
# v0.4.1 (2020-01-07) | ||
|
||
Fix when connector's `poll_ready` is not called | ||
|
||
# v0.4.0 (2020-01-06) | ||
|
||
Now you can use any connector for more flexibility | ||
|
||
# v0.3.0 (2020-01-04) | ||
|
||
Add `async`/`.await` support | ||
|
||
# v0.2.1 (2019-02-10) | ||
|
||
Added 'Eq' and 'PartialEq' derives | ||
|
||
# v0.2.0 (2019-01-10) | ||
|
||
* Updated docs | ||
* Simplified API | ||
|
||
# v0.1.5 (2019-01-09) | ||
|
||
* Updated docs | ||
* Added 'Clone' derive | ||
* Added TLS feature | ||
|
||
# v0.1.4 (2018-12-22) | ||
|
||
Added 'Debug' derive | ||
|
||
# v0.1.3 (2018-12-22) | ||
|
||
* Updated docs | ||
* Disabled HTTP/1 forcing | ||
|
||
# v0.1.2 (2018-12-17) | ||
|
||
Renamed 'hyper-socks' to 'hyper-socks2' | ||
|
||
# v0.1.1 (2018-12-17) | ||
|
||
Added licenses | ||
|
||
# v0.1.0 (2018-12-17) | ||
|
||
Initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters