File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33*********
44
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+
5221.4.0 -- 2019-05-23
623===================
724
Original file line number Diff line number Diff line change 2727 # We only actually need these imports when running the mypy checks
2828 pass
2929
30- __version__ = "1.4.0 "
30+ __version__ = "1.4.1 "
3131USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
3232
3333
You can’t perform that action at this time.
0 commit comments