CHANGELOG.md

 1Version NEXT, released 20??-??-??:
 2	* Improvements
 3		- This crate is now `no_std`, you can use it even on platforms which don’t provide the `std` crate.
 4
 5Version 0.5.2, released 2024-07-22:
 6	* Improvements
 7		- Add SCRAM client extensions support (thanks to Lucas Kent)
 8		- Update to edition 2021
 9		- Add tls-exporter channel binding
10		- Use the right name for SCRAM with channel binding
11		- Remove `ignore` keyword from doc-tests
12		- Swap sha-1 dep to sha1
13		- Update dependencies
14		- Fix clippy lints and compiler warnings
15		- Remove unneeded allocation in `client::mechanism::scram::Scram::initial`
16
17Version 0.5.1, released 2023-08-20:
18  * Important changes
19    - Move sasl-rs to the xmpp-rs repository at https://gitlab.com/xmpp-rs/xmpp-rs.
20  * Small changes
21    - Use module FQNs in macro (thanks Raman Hafiyatulin)
22    - Fix SASL ANONYMOUS service side (#11)
23    - Update LICENSE file to reflect 0.5.0 changes
24    - Bump dependencies
25
26Version 0.5.0, released 2021-01-12:
27  * Important changes
28    - Relicensed to MPL-2.0 from LGPL-3.0-or-later.
29    - Made all of the errors into enums, instead of strings.
30  * Small changes
31    - Replaced rand\_os with getrandom.
32    - Bumped all dependencies.
33
34Version 0.4.2, released 2018-05-19:
35  * Small changes
36    - Marc-Antoine Perennou updated the openssl and base64 dependencies to 0.10.4 and 0.9.0 respectively.
37    - lumi updated them further to 0.10.7 and 0.9.1 respectively.