You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-1.21.6:
Bumping version to 1.21.6
Add changelog entries from botocore
Update black to 22.1.0 (#3166)
Update 3.6 deprecation notice with blog post (#3164)
Extend linting tools (#3041)
"description": "[``botocore``] The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``lambda``",
9
+
"description": "[``botocore``] Lambda releases .NET 6 managed runtime to be available in all commercial regions.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``textract``",
14
+
"description": "[``botocore``] Added support for merged cells and column header for table response.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.21.6
6
+
======
7
+
8
+
* api-change:``transfer``: [``botocore``] The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.
9
+
* api-change:``lambda``: [``botocore``] Lambda releases .NET 6 managed runtime to be available in all commercial regions.
10
+
* api-change:``textract``: [``botocore``] Added support for merged cells and column header for table response.
Copy file name to clipboardExpand all lines: README.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,15 @@ Boto3 is maintained and published by `Amazon Web Services`_.
15
15
Notices
16
16
-------
17
17
18
-
On 01/15/2021 deprecation for Python 2.7 was announced and support was dropped
19
-
on 07/15/2021. To avoid disruption, customers using Boto3 on Python 2.7 may
18
+
On 2021-01-15, deprecation for Python 2.7 was announced and support was dropped
19
+
on 2021-07-15. To avoid disruption, customers using Boto3 on Python 2.7 may
20
20
need to upgrade their version of Python or pin the version of Boto3. For
21
21
more information, see this `blog post <https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/>`__.
22
22
23
-
Starting in May 2022, we will be dropping support for Python 3.6. This follows the Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__ for the runtime which occurred on 2021-12-23.
23
+
On 2022-05-30, we will be dropping support for Python 3.6. This follows the
24
+
Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__
25
+
for the runtime which occurred on 2021-12-23.
26
+
For more information, see this `blog post <https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/>`__.
0 commit comments