# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.17.2] - 2022-03-23 ### Fixed - The `Stream` implementation on `WebSocketStream` now implements `FusedStream` and will always return `None` after an error was returned or the stream was closed cleanly. - Fix autobahn testsuite. ## [0.17.1] - 2022-03-01 ### Fixed - Fix `poll_close` returning WouldBlock error kind. - Fix a couple of minor clippy warnings. ## [0.17.0] - 2022-02-17 ### Changed - Update to tungstenite 0.17. - Update to gio/glib 0.15. - Update to async-native-tls 0.4. ## [0.16.1] - 2021-12-06 ### Fixed - Fix connecting to URLs containing plain IPv6 addresses in brackets. ## [0.16.0] - 2021-11-06 ### Changed - Update to tungstenite 0.16, rusttls 0.20, tokio-rustls 0.23, etc. ## [0.15.0] - 2021-09-09 ### Fixed - Reduce crate package size. - Fix and clean up autobahn tests. ### Changed - Update to tungstenite 0.15. ## [0.14.0] - 2021-07-05 ### Changed - Remove `tokio-rustls` feature and replace with `tokio-rustls-webpki-roots` and `tokio-rustls-native-certs` features that allow selecting the certificate checking backend. - Add `verbose-logging` feature that enables more verbose logging via the `log` crate, which was enabled by default before. - Update `gio-runtime` feature to glib/gio 0.14. ### Added - Make `client_async_tls_with_connector_and_config()` a public function to allow creating a WebSocket connection from a `Stream`. ## [0.13.1] - 2021-03-23 ### Fixed - The connect API using the `tokio-openssl` TLS implementation was broken in previous versions as no TLS connection was established before trying to establish the WebSocket connection. As such, connections always failed. Technically this is a breaking change when using this feature but in practice this a) wouldn't have worked anyway and b) it's unlikely someone uses the API in a way that would stop compiling now. ## [0.13.0] - 2021-02-13 ### Changed - Updated to tungstenite 0.13 ## [0.12.0] - 2021-01-09 ### Changed - Updated tungstenite to version 0.12 - Migrated from pin-project to pin-project-lite - `TokioAdapter` is now created via `TokioAdapter::new` ## [0.11.0] - 2020-12-30 ### Changed - Updated tokio to version 1.0 - Updated async-tls to version 0.11 ## [0.10.0] - 2020-10-22 ### Changed - Updated tokio to version 0.3 ## [0.9.3] - 2020-10-19 ### Fixed - Configure the server trust anchors for tokio-rustls ## [0.9.2] - 2020-10-17 ### Added - Implemented the `tokio::client_async_tls*` functions for `async-tls` and `tokio-rustls` ### Changed - Updated pin-project to version 1 ## Older releases No changelog is available for older versions as of yet. [Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.17.1...HEAD [0.17.1]: https://github.com/sdroege/async-tungstenite/compare/0.17.1...0.17.0 [0.17.0]: https://github.com/sdroege/async-tungstenite/compare/0.17.0...0.16.1 [0.16.1]: https://github.com/sdroege/async-tungstenite/compare/0.16.1...0.16.0 [0.16.0]: https://github.com/sdroege/async-tungstenite/compare/0.16.0...0.15.0 [0.15.0]: https://github.com/sdroege/async-tungstenite/compare/0.15.0...0.14.0 [0.14.0]: https://github.com/sdroege/async-tungstenite/compare/0.14.0...0.13.1 [0.13.1]: https://github.com/sdroege/async-tungstenite/compare/0.13.1...0.13.0 [0.13.0]: https://github.com/sdroege/async-tungstenite/compare/0.13.0...0.12.0 [0.12.0]: https://github.com/sdroege/async-tungstenite/compare/0.12.0...0.11.0 [0.11.0]: https://github.com/sdroege/async-tungstenite/compare/0.11.0...0.10.0 [0.10.0]: https://github.com/sdroege/async-tungstenite/compare/0.10.0...0.9.3 [0.9.3]: https://github.com/sdroege/async-tungstenite/compare/0.9.3...0.9.2 [0.9.2]: https://github.com/sdroege/async-tungstenite/compare/0.9.2...0.9.1