File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
Release Notes
4
4
=============
5
5
6
+ v6.0.1
7
+ ------
8
+
9
+ * Fixing (:pr: `1242 `) regression to the :code: `extra_headers ` feature. These headers are intended for proxies that strip them,
10
+ so they should be excluded from the AWS signature.
11
+
6
12
v6.0.0
7
13
------
8
14
@@ -233,6 +239,10 @@ Contributors to this release:
233
239
* :user: `rchilaka `-amzn
234
240
* :user: `jonathantan `
235
241
242
+ v4.4.1
243
+ ----------
244
+ * Fix compatibility with botocore 1.33.2 (#1235)
245
+
236
246
v4.4.0
237
247
----------
238
248
* Update for botocore 1.28 private API change (#1130) which caused the following exception::
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '6.0.0 '
10
+ __version__ = '6.0.1 '
You can’t perform that action at this time.
0 commit comments