File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ 1.4.1 -- 2019-09-20
6
+ ===================
7
+
8
+ Bugfixes
9
+ --------
10
+
11
+ * Fix region configuration override in botocore sessions.
12
+ `#190 <https://github.com/aws/aws-encryption-sdk-python/issues/190 >`_
13
+ `#193 <https://github.com/aws/aws-encryption-sdk-python/pull/193 >`_
14
+
15
+ Minor
16
+ -----
17
+
18
+ * Caching CMM must require that max age configuration value is greater than 0.
19
+ `#147 <https://github.com/aws/aws-encryption-sdk-python/issues/147 >`_
20
+ `#172 <https://github.com/aws/aws-encryption-sdk-python/pull/172 >`_
21
+
5
22
1.4.0 -- 2019-05-23
6
23
===================
7
24
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__ = "1.4.0 "
30
+ __version__ = "1.4.1 "
31
31
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
32
32
33
33
You can’t perform that action at this time.
0 commit comments