Skip to content

Commit

Permalink
Bumping version to 1.18.61
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 13, 2021
1 parent a9d9172 commit b77bb65
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.18.61.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``config``",
"description": "[``botocore``] Adding Config support for AWS::OpenSearch::Domain",
"type": "api-change"
},
{
"category": "``ec2``",
"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",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "[``botocore``] Adding support for Audit Logs on NFS shares and Force Closing Files on SMB shares.",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "[``botocore``] This release adds APIs for adding, removing and retrieving details of mail domains",
"type": "api-change"
},
{
"category": "``kinesisanalyticsv2``",
"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.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-config-4106.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-94485.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-storagegateway-74867.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workmail-63332.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.18.61
=======

* api-change:``config``: [``botocore``] Adding Config support for AWS::OpenSearch::Domain
* 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
* api-change:``storagegateway``: [``botocore``] Adding support for Audit Logs on NFS shares and Force Closing Files on SMB shares.
* api-change:``workmail``: [``botocore``] This release adds APIs for adding, removing and retrieving details of mail domains
* 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.


1.18.60
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.18.60'
__version__ = '1.18.61'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.21.60,<1.22.0
botocore>=1.21.61,<1.22.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.21.60,<1.22.0',
'botocore>=1.21.61,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit b77bb65

Please sign in to comment.