Skip to content
Snippets Groups Projects
Select Git revision
  • parsers-json-containers
  • main default protected
  • minidom-clippy
  • minidom-more-no_std
  • remove-mix
  • feature/gc3
  • call-invites
  • element-one
  • spawn-stream-worker
  • tokio-xmpp-4.0
  • actor-jid-nick
  • reexport-jid
  • sasl
  • xmpp-action-api
  • xmpp-actions
  • typed-events
  • better-jid
  • xmpp-action-api-broken
  • jid-stringprep-error
  • jid-cast
  • xmpp-0.6.0
  • jid-0.9.0
  • minidom-0.12.0
  • parsers-0.17.0
  • sasl-0.4.2
  • sasl-0.5.0
  • sasl-0.5.1
  • sasl-0.5.2
  • xmpp-0.3.0
  • xmpp-0.4.0
  • xmpp-0.5.0
  • xso-0.1.2
  • xso-0.1.1
  • xso-proc-0.1.0
  • xso-0.1.0
  • minidom-0.16.0
  • jid-0.11.1
  • tokio-xmpp-4.0.0
  • xso-v0.1.2
  • xmpp-parsers-v0.21.0
40 results

CHANGELOG.md

To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.24 KiB

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
  • Small changes
    • Use module FQNs in macro (thanks Raman Hafiyatulin)
    • Fix SASL ANONYMOUS service side (#11 (closed))
    • Update LICENSE file to reflect 0.5.0 changes
    • Bump dependencies

Version 0.5.0, released 2021-01-12:

  • Important changes
    • Relicensed to MPL-2.0 from LGPL-3.0-or-later.
    • Made all of the errors into enums, instead of strings.
  • Small changes
    • Replaced rand_os with getrandom.
    • Bumped all dependencies.

Version 0.4.2, released 2018-05-19:

  • Small changes
    • Marc-Antoine Perennou updated the openssl and base64 dependencies to 0.10.4 and 0.9.0 respectively.
    • lumi updated them further to 0.10.7 and 0.9.1 respectively.