Skip to content

Commit

Permalink
Merge branch 'release-1.26.5'
Browse files Browse the repository at this point in the history
* release-1.26.5:
  Bumping version to 1.26.5
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Oct 31, 2022
2 parents 3cbc807 + 27c04bb commit f9e8ca6
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .changes/1.26.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``apprunner``",
"description": "This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "This release adds the Amazon Location action to IoT Rules Engine.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.",
"type": "api-change"
},
{
"category": "``textract``",
"description": "This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.26.5
======

* api-change:``apprunner``: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
* api-change:``connect``: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
* api-change:``ec2``: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
* api-change:``iot``: This release adds the Amazon Location action to IoT Rules Engine.
* api-change:``logs``: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
* api-change:``sesv2``: This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
* api-change:``textract``: This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version


1.26.4
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.26.4'
__version__ = '1.26.5'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.26'
# The full version, including alpha/beta/rc tags.
release = '1.26.4'
release = '1.26.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.28.4
botocore==1.28.5
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.28.4',
'botocore==1.28.5',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit f9e8ca6

Please sign in to comment.