Merged starttls::ConnectorError into starttls::Error

This commit is contained in:
xmppftw xmppftw 2024-08-04 12:38:08 +02:00 • committed by Link Mauve
commit 5de1891f06
3 changed files with 13 additions and 33 deletions

View file

@ -3,6 +3,8 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
* Breaking:
- Remove `tokio_xmpp::ParseError` and `tokio_xmpp::starttls::ParseError` which were never used
- Removed StreamFeatures from this crate, replaced with xmpp_parsers::stream_features::StreamFeatures (!400)
- `starttls::error::ConnectorError` variants have been merged with `starttls::error::Error`, except `ConnectorError::AllFailed`
which was not used and has been completely removed (!418)
Version 4.0.0:
2024-07-26 Maxime “pep” Buquet <pep@bouah.net>