From b16642013659401d492127d278028b2b600dc6d7 Mon Sep 17 00:00:00 2001 From: Wassilios Lytras Date: Mon, 6 May 2024 12:06:18 +0200 Subject: [PATCH] Updating Changelog --- AUTHORS.md | 2 +- CHANGELOG.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index f8b47d9..e1e95c1 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,5 +1,5 @@ - Abhishek Ram @abhishek-ram -- Chad Gates @chadgates +- Wassilios Lytras @chadgates - Bruno Ribeiro da Silva @loop0 - Robin C Samuel @robincsamuel - Brandon Joyce @brandonjoyce diff --git a/CHANGELOG.md b/CHANGELOG.md index 356f159..4860ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Release History +## 1.4.4 - 2024- + +* feat: add support for asyncio +* feat: add callback option to find partnerships (organization and partner combinations) +* fix: add specific error when MDN received but original message was not found +* feat: add key encryption algorithm parameters to partners with additional support for rsaes_oaep +* feat: add signature algorithm parameter to partners with additional support for rsassa_pss +* feat: add message id parameter to allow user provided message id +* fix: bump pyOpenSSL version to 23.2.0, which bumps cryptography version to 41.0.x which fixes CVE-2023-2650 + ## 1.4.3 - 2023-01-25 -* fix: update pyopenssl version to resovle pyca/cryptography#7959 +* fix: update pyopenssl version to resolve pyca/cryptography#7959 ## 1.4.2 - 2022-12-11