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 33Release Notes
44=============
55
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+
612v6.0.0
713------
814
@@ -233,6 +239,10 @@ Contributors to this release:
233239* :user: `rchilaka `-amzn
234240* :user: `jonathantan `
235241
242+ v4.4.1
243+ ----------
244+ * Fix compatibility with botocore 1.33.2 (#1235)
245+
236246v4.4.0
237247----------
238248* Update for botocore 1.28 private API change (#1130) which caused the following exception::
Original file line number Diff line number Diff line change 77"""
88__author__ = 'Jharrod LaFon'
99__license__ = 'MIT'
10- __version__ = '6.0.0 '
10+ __version__ = '6.0.1 '
You can’t perform that action at this time.
0 commit comments