There was an error while loading. Please reload this page.
1 parent 6e958bd commit dd3e8deCopy full SHA for dd3e8de
2 files changed
CHANGELOG.rst
@@ -2,6 +2,16 @@
2
Changelog
3
*********
4
5
+4.0.6 -- 2026-05-07
6
+===================
7
+
8
+Fixes
9
+-----------
10
+* fix: Replace isinstance metaclass check with issubclass in generate_ecc_signing_key (#802)
11
+ `#802 <https://github.com/aws/aws-encryption-sdk-python/pull/802>`_
12
+* fix: use issubclass instead of isinstance in _set_signature_type (#800)
13
+ `#800 <https://github.com/aws/aws-encryption-sdk-python/pull/800>`_
14
15
4.0.5 -- 2026-04-20
16
===================
17
src/aws_encryption_sdk/identifiers.py
@@ -17,7 +17,7 @@
# We only actually need these imports when running the mypy checks
18
pass
19
20
-__version__ = "4.0.5"
+__version__ = "4.0.6"
21
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
22
23
0 commit comments