Sebastian Dröge
2cc6125411
Update to version 0.15.0
3 years ago
Sebastian Dröge
ee6c24d327
Update to tungstenite 0.15
3 years ago
Sebastian Dröge
e1ef88d0e3
Update to tungstenite 0.14 and env_logger 0.9
3 years ago
Dominik Nakamura
f69a7fa035
Use 127.0.0.1 in tests to avoid firewall warnings
3 years ago
Daniel Abramov
714e096ae4
tests: fix confusing wrong paths in the scripts
3 years ago
Daniel Abramov
1c9e7ea8fb
tests: use autobahn test suite as docker image
...
According to the documentation from the Autobahn Suite GitHub page, it
seems like they do not support Python 3 which is currently the default
Python version used with our GitHub Actions.
The simplest way to workaround it properly seems to be using the Docker
image that the maintainers of the project suggest to use for running the
suite. This is more future-proof way that we should rely upon.
This commit also removes some redundant steps that are not required.
3 years ago
Dominik Nakamura
fcb209d6de
Reduce crate package size
3 years ago
Sebastian Dröge
15adbdf640
Fix formatting
3 years ago
Sebastian Dröge
5726be5f2b
Update gio-runtime feature to glib/gio 0.14
3 years ago
Sebastian Dröge
b201d954cc
Update version to 0.14.0 and release
3 years ago
Alisue
e152c8511b
Expose `client_async_tls_with_connector_and_config`
3 years ago
QiuJiangkun
44a59b66e5
conditionally disable verbose logging ( #92 )
...
* conditionally disable verbose logging
* disable logging setting context ... conditionally
* no verbose logging by default
3 years ago
Yusuf Bera Ertan
83395f3d7c
fix: cargo fmt
4 years ago
Yusuf Bera Ertan
5258049729
fix: matching delimter
4 years ago
Yusuf Bera Ertan
9a451996e0
ci: fix ci file to test new features
4 years ago
Yusuf Bera Ertan
b0689b6520
feat: make tokio-rustls-native-certs preferred, disallow enabling both at the same time
...
Co-authored-by: Sebastian Dröge <slomo@coaxion.net>
4 years ago
Yusuf Bera Ertan
e89b49c16d
feat: add two new features to allow using webpki-roots or rustls-native-certs
4 years ago
Sebastian Dröge
09ba02ef15
Update version to 0.13.1
4 years ago
Sebastian Dröge
108bc1fab1
Fix tokio-openssl connect API
...
After creating the SslStream it first has to be connected before it can
actually be used to initiate the WebSocket connection.
While this technically is a breaking API changes because of wrapping the
stream in a Pin<Box<_>> and having this as part of the public API, the
old API simply didn't work so if anybody's code fails to compile now
they would've had non-functioning code anyway.
4 years ago
amesgen
d28799bc12
add get_{ref,mut} for TokioAdapter
4 years ago
hansolshin
36d1ab22f1
Add #[derive(Debug)] to Stream
4 years ago
Sebastian Dröge
1170f4e080
Fix a couple of clippy warnings
4 years ago
Sebastian Dröge
842fbb895f
Release 0.13.0
4 years ago
Sebastian Dröge
24cae74484
Update to tungstenite 0.13
...
And improve error mapping.
Fixes https://github.com/sdroege/async-tungstenite/issues/79
4 years ago
Constantin Nickel
f51f074491
Update changelog
4 years ago
Sebastian Dröge
f276998e55
Release 0.12.0
4 years ago
Sebastian Dröge
1ec33071e4
Update webpki-roots to 0.21
4 years ago
Constantin Nickel
ab28b2d367
Migrate from pin-project to pin-project-lite
4 years ago
Sebastian Dröge
33e3722ab0
Update version to 0.11.0
4 years ago
Ruben Anders
c2cbb7844c
Add tokio update to changelog
4 years ago
Constantin Nickel
253f8c9291
Update to tokio 1.0
4 years ago
Ruben Anders
7f145a5661
Add changelog
4 years ago
root
6cb24591ad
update to async-tls
4 years ago
Josh Triplett
95e23ee155
README: add note about streaming and ws_stream_tungstenite
4 years ago
Constantin Nickel
8aa7427b84
Switch to hecrj/setup-rust-action
...
The action registers problem matchers to highlight errors and warnings.
4 years ago
Sebastian Dröge
c6961093ef
Update to env_logger 0.8
4 years ago
Constantin Nickel
3b28f485fc
Update version to 0.10.0
4 years ago
Constantin Nickel
42fb96666b
Update tokio to 0.3
4 years ago
Constantin Nickel
cf9ca1ffae
Bring tokio's async-tls and rustls impls in line with the others
4 years ago
Constantin Nickel
7dcaebccf9
Split out tokio tls impls into separate files
4 years ago
Constantin Nickel
c648bdd256
Update version to 0.9.3
4 years ago
Constantin Nickel
a9fd92529e
Configure the server trust anchors for tokio-rustls
4 years ago
Sebastian Dröge
e4eb921df6
Update version to 0.9.2
4 years ago
Constantin Nickel
066af47721
Run rustfmt and enforce via CI
4 years ago
Constantin Nickel
a2468d0431
Implement the `tokio::client_async_tls*` functions for `async-tls` and `tokio-rustls`
4 years ago
Constantin Nickel
ec43bd6676
Add check for all features
4 years ago
Constantin Nickel
96b1f87dfb
Tune tokio's feature gates to play nice together
4 years ago
Constantin Nickel
dd066e2737
Update pin-project to 1
4 years ago
Sebastian Dröge
b9620a8793
Update version to 0.9.1
4 years ago
Constantin Nickel
77c1f7b2a3
Remove the tokio-rustls feature from the docs.rs build
...
the tokio tls features don't play nice together at the moment
and break the doc build
4 years ago