2023-10-24 17:33:32 +00:00
|
|
|
Version 3.5.0:
|
|
|
|
2023-10-24 Maxime “pep” Buquet <pep@bouah.net>
|
|
|
|
* Changes:
|
|
|
|
- Require one and only one of tls-native and tls-rust to be enabled.
|
|
|
|
Technically a breaking change, but enabling both wasn't working in the
|
|
|
|
previous release anyway.
|
|
|
|
- Various fixes that were guarded under the tls-rust feature. All
|
|
|
|
updates from dependencies.
|
2024-06-05 09:13:29 +00:00
|
|
|
- Add serde feature, passed to jid crate
|
2023-10-24 17:33:32 +00:00
|
|
|
|
2023-08-17 13:37:44 +00:00
|
|
|
Version 3.4.0:
|
|
|
|
2023-08-17 Maxime “pep” Buquet <pep@bouah.net>
|
2023-06-01 09:58:04 +00:00
|
|
|
* Breaking changes:
|
2023-06-21 10:02:11 +00:00
|
|
|
- AsyncClient::new takes a parsed Jid instead of string (#72)
|
2023-08-17 13:28:18 +00:00
|
|
|
- Properly add @id to every stanza, and also add support for components.
|
2023-06-21 10:02:11 +00:00
|
|
|
* Changes:
|
|
|
|
- env_logger is now included in dev_dependencies for examples debugging with RUST_LOG=debug
|
|
|
|
- Fix debug prints to include all XML being sent and received
|
2023-08-17 13:28:18 +00:00
|
|
|
- Add chosen DNS method to debug logs
|
|
|
|
- Add syntax highlighting to debug logs
|
|
|
|
- Update dependencies
|
|
|
|
- Fix a deadlock when packets were being ignored. (6ccc5cc)
|
|
|
|
- Re-export jid structs, minidom::Element, and parsers module
|