From 6fa65ab96e6d121fd052a439843f690fcabf890e Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Wed, 21 Aug 2024 12:55:02 -0500 Subject: [PATCH] Release 0.9.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1643ee6..de15e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.9.2 + +* Fixed an issue where implementations supporting Python 3.10 but not the peer certificate chain APIs + would fail during the handshake instead of when importing the `truststore` module. The module + now raises an error immediately instead of on first handshake. This was added for the GraalPy + implementation specifically, but there may be others. + # 0.9.1 * Fixed an issue for CPython 3.13 where `ssl.SSLSocket` and `ssl.SSLObject` certificate