File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ 2.1.0 -- 2020-04-20
6
+ ===================
7
+
8
+ Maintenance
9
+ -----------
10
+ * New minimum cryptography dependency 2.5.0 since we're using newer byte type checking
11
+ `#308 <https://github.com/aws/aws-encryption-sdk-python/pull/308 >`_
12
+ * New minimum boto dependency 1.10.0 to ensure KMS Decrypt APIs know about the KeyId parameter
13
+ `#317 <https://github.com/aws/aws-encryption-sdk-python/pull/317 >`_
14
+ * Add python 3.8 and 3.9 to CI and update setup.py to clarify we support them
15
+ `#329 <https://github.com/aws/aws-encryption-sdk-python/pull/329 >`_
16
+ * Update decrypt oracle and test vector handlers with 2.0.0 changes
17
+ `#303 <https://github.com/aws/aws-encryption-sdk-python/pull/303 >`_
18
+ * Added a number of CodeBuild specs to support integration tests and release processes
19
+
5
20
2.0.0 -- 2020-09-24
6
21
===================
7
22
Original file line number Diff line number Diff line change 27
27
# We only actually need these imports when running the mypy checks
28
28
pass
29
29
30
- __version__ = "2.0 .0"
30
+ __version__ = "2.1 .0"
31
31
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
32
32
33
33
You can’t perform that action at this time.
0 commit comments