Skip to content

Commit b77bb65

Browse files
Bumping version to 1.18.61
1 parent a9d9172 commit b77bb65

10 files changed

+40
-28
lines changed

.changes/1.18.61.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``config``",
4+
"description": "[``botocore``] Adding Config support for AWS::OpenSearch::Domain",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] This release adds support for additional VPC Flow Logs delivery options to S3, such as Apache Parquet formatted files, Hourly partitions and Hive-compatible S3 prefixes",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``storagegateway``",
14+
"description": "[``botocore``] Adding support for Audit Logs on NFS shares and Force Closing Files on SMB shares.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``workmail``",
19+
"description": "[``botocore``] This release adds APIs for adding, removing and retrieving details of mail domains",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kinesisanalyticsv2``",
24+
"description": "[``botocore``] Support for Apache Flink 1.13 in Kinesis Data Analytics. Changed the required status of some Update properties to better fit the corresponding Create properties.",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-config-4106.json

-5
This file was deleted.

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

-5
This file was deleted.

.changes/next-release/api-change-kinesisanalyticsv2-98776.json

-5
This file was deleted.

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

-5
This file was deleted.

.changes/next-release/api-change-workmail-63332.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.18.61
6+
=======
7+
8+
* api-change:``config``: [``botocore``] Adding Config support for AWS::OpenSearch::Domain
9+
* api-change:``ec2``: [``botocore``] This release adds support for additional VPC Flow Logs delivery options to S3, such as Apache Parquet formatted files, Hourly partitions and Hive-compatible S3 prefixes
10+
* api-change:``storagegateway``: [``botocore``] Adding support for Audit Logs on NFS shares and Force Closing Files on SMB shares.
11+
* api-change:``workmail``: [``botocore``] This release adds APIs for adding, removing and retrieving details of mail domains
12+
* api-change:``kinesisanalyticsv2``: [``botocore``] Support for Apache Flink 1.13 in Kinesis Data Analytics. Changed the required status of some Update properties to better fit the corresponding Create properties.
13+
14+
515
1.18.60
616
=======
717

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.18.60'
21+
__version__ = '1.18.61'
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.21.60,<1.22.0
6+
botocore>=1.21.61,<1.22.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.21.60,<1.22.0',
16+
'botocore>=1.21.61,<1.22.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)