Format: # vX.X.X (YYYY-MM-DD)
Replace futures crate with standard library (#17)
Update MSRV to 1.75.0 and dependencies
Update rustls
dependencies
- Update major version of rustls
- Update to hyper
0.14
- Add
with_rustls_root_cert_store
method to use already existing cert store
- Update
rustls
dependencies - Fix issue #3
Add rustls
support
Fix when library doesn't compile without tls
feature
Fix when connector's poll_ready
is not called
Now you can use any connector for more flexibility
Add async
/.await
support
Added 'Eq' and 'PartialEq' derives
- Updated docs
- Simplified API
- Updated docs
- Added 'Clone' derive
- Added TLS feature
Added 'Debug' derive
- Updated docs
- Disabled HTTP/1 forcing
Renamed 'hyper-socks' to 'hyper-socks2'
Added licenses
Initial commit