Commit Graph

154 Commits

Author SHA1 Message Date
Sebastian Dröge a3673f29bf Update to tokio-rustls 0.26 2024-05-09 09:34:01 +03:00
Sebastian Dröge 57770cfbf2 Release 0.25.1 2024-04-03 12:59:34 +03:00
Sebastian Dröge 855a9b18e5 Update dependencies and release 0.25.0 2024-02-09 09:42:50 +01:00
Sebastian Dröge 3f2c086eed Update version to 0.24.0 2023-12-08 12:49:33 +02:00
Sebastian Dröge ba220c7354 Lower MSRV to 1.61
As that's what actually works.
2023-12-08 12:49:33 +02:00
Constantin Nickel d26431f73c Update `server-custom-accept` example to `hyper` v1 2023-12-07 20:33:25 +02:00
Constantin Nickel 2b1fa55927 Update `tokio-rustls` to 0.25 and `rustls-native-certs` to 0.7 2023-12-07 12:29:35 +02:00
Constantin Nickel b55f84ac18 Update `webpki-roots` to 0.26 2023-12-07 12:29:35 +02:00
Constantin Nickel c25abd8bd7 Update `tungstenite` to 0.21 2023-12-07 12:29:35 +02:00
Sebastian Dröge f1243392ea Update to version to 0.23.0 2023-08-08 16:13:33 +03:00
Sergey Kolmiller f0319db146 create server-headers example (#269)
* create server-headers example

* fixed fmt errors
2023-08-08 16:10:28 +03:00
Sebastian Dröge f63c555544 Update MSRV to 1.70 2023-08-08 16:10:28 +03:00
Sebastian Dröge 7dd824c92e Update to glib/gio 0.18 2023-08-08 16:10:28 +03:00
Sebastian Dröge 02a96b2e0c Update to webpki-roots 0.25 2023-08-08 16:10:28 +03:00
Alex Butler ab9ea1c9f6 Prepare update to tungstenite 0.20 2023-08-08 16:10:28 +03:00
Sebastian Dröge 59a8bf29db Update version to 0.22.2 2023-05-20 13:40:22 +03:00
ComplexSpaces 2365647978 Bump MSRV to 1.64 2023-05-18 09:11:21 +03:00
ComplexSpaces e935f4078b Add tokio-rustls-manual-roots feature
This allows dropping the forced dependency on webpki-roots when using
a custom connector that provides its own TLS roots instead.
2023-05-18 09:11:21 +03:00
Sebastian Dröge 7d844cb711 Update version to 0.22.1 2023-05-08 10:36:14 +03:00
Sebastian Dröge fcd8632532 Set rust-version in Cargo.toml 2023-05-08 10:30:39 +03:00
Sebastian Dröge ff8e78d88f Update CHANGELOG.md for 0.22 2023-04-27 09:58:10 +03:00
CGQAQ fd81cce2cc feat: upgrade tokio-rustls to 0.24 2023-04-27 09:56:04 +03:00
Sebastian Dröge 9926ffd672 Update version to 0.21.0 2023-04-12 15:33:24 +03:00
Guillaume Desmottes c7102a649b update deps
Didn't update 'tokio-rustls' as tungstenite still uses the older one.
2023-04-12 15:02:49 +03:00
Carlos Martín Nieto 7805e80aec gio-echo-server: add an example with a SocketService
This lets us use the SocketService we might already want to use and use it for a
websocket server.
2023-03-22 12:51:12 +02:00
Sebastian Dröge da62f071f5 Release 0.20.0 2023-02-10 12:55:50 +02:00
Sebastian Dröge fa9d6c01dc Update async-tls to 0.12, env-logger to 0.10 and glib/gio to 0.17 2023-02-10 12:52:50 +02:00
Sebastian Dröge 4e59da8e50 Release 0.19.0 2022-12-11 12:40:14 +02:00
Icelk 1dd92fc13a Make handshake dependencies optional. 2022-12-11 12:35:16 +02:00
Sebastian Dröge 5ca913b839 Update to glib/gio 0.16 2022-10-24 12:55:44 +03:00
Ahmed Charles 2e61ecbbb1 Add an example of using tungstenite with a custom accept. 2022-10-24 12:54:45 +03:00
Sebastian Dröge f5025ed696 Release 0.17.2 2022-03-23 14:56:11 +02:00
Sebastian Dröge 01282a029f Update version to 0.17.1 2022-03-01 21:30:35 +02:00
Sebastian Dröge 4cc0ffd5f9 Update tungstenite to 0.17, async-native-tls to 0.4 and glib/gio to 0.15 2022-02-17 18:01:59 +02:00
Sebastian Dröge 3af5ff5c3b Update version to 0.16.1 2021-12-06 20:05:19 +02:00
Dominik Nakamura 64f60d8d33 Upgrade to rustls 0.20 / tungstenite 0.16
Based on tokio-tungstenite PR:
  https://github.com/snapview/tokio-tungstenite/pull/198

Co-authored-by: Sebastian Dröge <sebastian@centricular.com>
2021-11-06 18:58:13 +02:00
Sebastian Dröge 2cc6125411 Update to version 0.15.0 2021-09-09 09:39:31 +03:00
Sebastian Dröge ee6c24d327 Update to tungstenite 0.15 2021-09-09 09:36:23 +03:00
Sebastian Dröge e1ef88d0e3 Update to tungstenite 0.14 and env_logger 0.9 2021-08-12 08:45:05 +03:00
Dominik Nakamura fcb209d6de Reduce crate package size 2021-08-12 08:45:05 +03:00
Sebastian Dröge 5726be5f2b Update gio-runtime feature to glib/gio 0.14 2021-07-05 10:20:37 +03:00
Sebastian Dröge b201d954cc Update version to 0.14.0 and release 2021-07-05 10:18:06 +03:00
QiuJiangkun 44a59b66e5
conditionally disable verbose logging (#92)
* conditionally disable verbose logging

* disable logging setting context ... conditionally

* no verbose logging by default
2021-06-28 13:09:51 +03:00
Yusuf Bera Ertan e89b49c16d feat: add two new features to allow using webpki-roots or rustls-native-certs 2021-06-01 16:10:16 +03:00
Sebastian Dröge 09ba02ef15 Update version to 0.13.1 2021-03-23 14:56:25 +02:00
Sebastian Dröge 24cae74484 Update to tungstenite 0.13
And improve error mapping.

Fixes https://github.com/sdroege/async-tungstenite/issues/79
2021-02-13 16:11:53 +02:00
Sebastian Dröge f276998e55 Release 0.12.0 2021-01-09 12:36:03 +02:00
Sebastian Dröge 1ec33071e4 Update webpki-roots to 0.21 2021-01-09 12:35:52 +02:00
Constantin Nickel ab28b2d367 Migrate from pin-project to pin-project-lite 2021-01-09 12:26:52 +02:00
Sebastian Dröge 33e3722ab0 Update version to 0.11.0 2020-12-30 15:15:53 +02:00