From 25ee51f17889601fb47f09c3a9060f5a8abca411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 22 Jul 2024 22:27:21 +0200 Subject: [PATCH] sasl: Update Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- sasl/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sasl/CHANGELOG.md b/sasl/CHANGELOG.md index 80b714fb..f42fda32 100644 --- a/sasl/CHANGELOG.md +++ b/sasl/CHANGELOG.md @@ -1,3 +1,15 @@ +Version 0.5.2, released 2024-07-22: + * Improvements + - Add SCRAM client extensions support (thanks to Lucas Kent) + - Update to edition 2021 + - Add tls-exporter channel binding + - Use the right name for SCRAM with channel binding + - Remove `ignore` keyword from doc-tests + - Swap sha-1 dep to sha1 + - Update dependencies + - Fix clippy lints and compiler warnings + - Remove unneeded allocation in `client::mechanism::scram::Scram::initial` + Version 0.5.1, released 2023-08-20: * Important changes - Move sasl-rs to the xmpp-rs repository at https://gitlab.com/xmpp-rs/xmpp-rs.