Skip to content

Commit c4bca58

Browse files
Bumping version to 1.20.17
1 parent b6f2649 commit c4bca58

21 files changed

+106
-83
lines changed

.changes/1.20.17.json

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[
2+
{
3+
"category": "``s3``",
4+
"description": "[``botocore``] Introduce Amazon S3 Glacier Instant Retrieval storage class and a new setting in S3 Object Ownership to disable ACLs for bucket and the objects in it.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``backup-gateway``",
9+
"description": "[``botocore``] Initial release of AWS Backup gateway which enables you to centralize and automate protection of on-premises VMware and VMware Cloud on AWS workloads using AWS Backup.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iot``",
14+
"description": "[``botocore``] Added the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "[``botocore``] This release adds support for Is4gen and Im4gn instances. This release also adds a new subnet attribute, enableLniAtDeviceIndex, to support local network interfaces, which are logical networking components that connect an EC2 instance to your on-premises network.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``outposts``",
24+
"description": "[``botocore``] This release adds the SupportedHardwareType parameter to CreateOutpost.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``storagegateway``",
29+
"description": "[``botocore``] Added gateway type VTL_SNOW. Added new SNOWBALL HostEnvironment for gateways running on a Snowball device. Added new field HostEnvironmentId to serve as an identifier for the HostEnvironment on which the gateway is running.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``kinesis``",
34+
"description": "[``botocore``] Amazon Kinesis Data Streams now supports on demand streams.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``glue``",
39+
"description": "[``botocore``] Support for DataLake transactions",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``accessanalyzer``",
44+
"description": "[``botocore``] AWS IAM Access Analyzer now supports policy validation for resource policies attached to S3 buckets and access points. You can run additional policy checks by specifying the S3 resource type you want to attach to your resource policy.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``lakeformation``",
49+
"description": "[``botocore``] This release adds support for row and cell-based access control in Lake Formation. It also adds support for Lake Formation Governed Tables, which support ACID transactions and automatic storage optimizations.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``kafka``",
54+
"description": "[``botocore``] This release adds three new V2 APIs. CreateClusterV2 for creating both provisioned and serverless clusters. DescribeClusterV2 for getting information about provisioned and serverless clusters and ListClustersV2 for listing all clusters (both provisioned and serverless) in your account.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``redshift-data``",
59+
"description": "[``botocore``] Data API now supports serverless queries.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``snowball``",
64+
"description": "[``botocore``] Tapeball is to integrate tape gateway onto snowball, it enables customer to transfer local data on the tape to snowball,and then ingest the data into tape gateway on the cloud.",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``workspaces-web``",
69+
"description": "[``botocore``] This is the initial SDK release for Amazon WorkSpaces Web. Amazon WorkSpaces Web is a low-cost, fully managed WorkSpace built to deliver secure web-based workloads and software-as-a-service (SaaS) application access to users within existing web browsers.",
70+
"type": "api-change"
71+
},
72+
{
73+
"category": "``iottwinmaker``",
74+
"description": "[``botocore``] AWS IoT TwinMaker makes it faster and easier to create, visualize and monitor digital twins of real-world systems like buildings, factories and industrial equipment to optimize operations. Learn more: https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html (New Service) (Preview)",
75+
"type": "api-change"
76+
},
77+
{
78+
"category": "``fsx``",
79+
"description": "[``botocore``] This release adds support for the FSx for OpenZFS file system type, FSx for Lustre file systems with the Persistent_2 deployment type, and FSx for Lustre file systems with Amazon S3 data repository associations and automatic export policies.",
80+
"type": "api-change"
81+
}
82+
]

.changes/next-release/api-change-accessanalyzer-41292.json

-5
This file was deleted.

.changes/next-release/api-change-backupgateway-69813.json

-5
This file was deleted.

.changes/next-release/api-change-ec2-39517.json

-5
This file was deleted.

.changes/next-release/api-change-fsx-54245.json

-5
This file was deleted.

.changes/next-release/api-change-glue-21351.json

-5
This file was deleted.

.changes/next-release/api-change-iot-94150.json

-5
This file was deleted.

.changes/next-release/api-change-iottwinmaker-47658.json

-5
This file was deleted.

.changes/next-release/api-change-kafka-56919.json

-5
This file was deleted.

.changes/next-release/api-change-kinesis-6136.json

-5
This file was deleted.

.changes/next-release/api-change-lakeformation-63089.json

-5
This file was deleted.

.changes/next-release/api-change-outposts-72039.json

-5
This file was deleted.

.changes/next-release/api-change-redshiftdata-30590.json

-5
This file was deleted.

.changes/next-release/api-change-s3-25545.json

-5
This file was deleted.

.changes/next-release/api-change-snowball-31721.json

-5
This file was deleted.

.changes/next-release/api-change-storagegateway-85154.json

-5
This file was deleted.

.changes/next-release/api-change-workspacesweb-33532.json

-5
This file was deleted.

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
CHANGELOG
33
=========
44

5+
1.20.17
6+
=======
7+
8+
* api-change:``s3``: [``botocore``] Introduce Amazon S3 Glacier Instant Retrieval storage class and a new setting in S3 Object Ownership to disable ACLs for bucket and the objects in it.
9+
* api-change:``backup-gateway``: [``botocore``] Initial release of AWS Backup gateway which enables you to centralize and automate protection of on-premises VMware and VMware Cloud on AWS workloads using AWS Backup.
10+
* api-change:``iot``: [``botocore``] Added the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs.
11+
* api-change:``ec2``: [``botocore``] This release adds support for Is4gen and Im4gn instances. This release also adds a new subnet attribute, enableLniAtDeviceIndex, to support local network interfaces, which are logical networking components that connect an EC2 instance to your on-premises network.
12+
* api-change:``outposts``: [``botocore``] This release adds the SupportedHardwareType parameter to CreateOutpost.
13+
* api-change:``storagegateway``: [``botocore``] Added gateway type VTL_SNOW. Added new SNOWBALL HostEnvironment for gateways running on a Snowball device. Added new field HostEnvironmentId to serve as an identifier for the HostEnvironment on which the gateway is running.
14+
* api-change:``kinesis``: [``botocore``] Amazon Kinesis Data Streams now supports on demand streams.
15+
* api-change:``glue``: [``botocore``] Support for DataLake transactions
16+
* api-change:``accessanalyzer``: [``botocore``] AWS IAM Access Analyzer now supports policy validation for resource policies attached to S3 buckets and access points. You can run additional policy checks by specifying the S3 resource type you want to attach to your resource policy.
17+
* api-change:``lakeformation``: [``botocore``] This release adds support for row and cell-based access control in Lake Formation. It also adds support for Lake Formation Governed Tables, which support ACID transactions and automatic storage optimizations.
18+
* api-change:``kafka``: [``botocore``] This release adds three new V2 APIs. CreateClusterV2 for creating both provisioned and serverless clusters. DescribeClusterV2 for getting information about provisioned and serverless clusters and ListClustersV2 for listing all clusters (both provisioned and serverless) in your account.
19+
* api-change:``redshift-data``: [``botocore``] Data API now supports serverless queries.
20+
* api-change:``snowball``: [``botocore``] Tapeball is to integrate tape gateway onto snowball, it enables customer to transfer local data on the tape to snowball,and then ingest the data into tape gateway on the cloud.
21+
* api-change:``workspaces-web``: [``botocore``] This is the initial SDK release for Amazon WorkSpaces Web. Amazon WorkSpaces Web is a low-cost, fully managed WorkSpace built to deliver secure web-based workloads and software-as-a-service (SaaS) application access to users within existing web browsers.
22+
* api-change:``iottwinmaker``: [``botocore``] AWS IoT TwinMaker makes it faster and easier to create, visualize and monitor digital twins of real-world systems like buildings, factories and industrial equipment to optimize operations. Learn more: https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html (New Service) (Preview)
23+
* api-change:``fsx``: [``botocore``] This release adds support for the FSx for OpenZFS file system type, FSx for Lustre file systems with the Persistent_2 deployment type, and FSx for Lustre file systems with Amazon S3 data repository associations and automatic export policies.
24+
25+
526
1.20.16
627
=======
728

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.16'
21+
__version__ = '1.20.17'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.23.16,<1.24.0
6+
botocore>=1.23.17,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.23.16,<1.24.0',
16+
'botocore>=1.23.17,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)