From c73987b9491cf0ff66e660e7ebf1eeefab63b17a Mon Sep 17 00:00:00 2001 From: DV Date: Thu, 23 Jan 2025 19:15:25 +0300 Subject: [PATCH] docs update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edc8d4ba..a8b18d43 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ JWE JSON Serialization cross-tested with [JWCrypto](https://github.com/latchset/ Library is fully FIPS compliant since v2.1 ## Which version? +- v5.1.1 Maintenence release, improved memory allocation for deflated tokens (see https://github.com/dvsekhvalnov/jose-jwt/issues/258, https://github.com/dvsekhvalnov/jose-jwt/issues/257) + - v5.1 support for experimental algorithms RSA-OAEP-384, RSA-OAEP-512 and forced strict AES-GCM to avoid trancated tags (see https://github.com/dotnet/runtime/issues/71366) - v5.0 brings Linux, OSX and FreeBSD compatibility for [ECDH encryption](#ecdh-es-and-ecdh-es-with-aes-key-wrap-key-management-family-of-algorithms) as long as managed `ECDsa` keys support. Fixes cross compatibility issues with encryption over NIST P-384, P-521 curves. And introduces new [security fixes and controls](#customizing-compression).