Skip to content

Commit

Permalink
Merge branch 'release-1.25.35' into develop
Browse files Browse the repository at this point in the history
* release-1.25.35:
  Bumping version to 1.25.35
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jul 21, 2022
2 parents b5b956d + 2909ce6 commit b2008bc
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 4 deletions.
52 changes: 52 additions & 0 deletions .changes/1.25.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``athena``",
"description": "This feature allows customers to retrieve runtime statistics for completed queries",
"type": "api-change"
},
{
"category": "``cloudwatch``",
"description": "Update cloudwatch command to latest version",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Documentation updates for Database Migration Service (DMS).",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "Enable copy-on-write restore type",
"type": "api-change"
},
{
"category": "``ec2-instance-connect``",
"description": "This release includes a new exception type \"EC2InstanceUnavailableException\" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Amazon Kendra now provides Oauth2 support for SharePoint Online. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Adds support for creating an RDS Proxy for an RDS for MariaDB database.",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.25.35
=======

* api-change:``athena``: This feature allows customers to retrieve runtime statistics for completed queries
* api-change:``cloudwatch``: Update cloudwatch command to latest version
* api-change:``dms``: Documentation updates for Database Migration Service (DMS).
* api-change:``docdb``: Enable copy-on-write restore type
* api-change:``ec2-instance-connect``: This release includes a new exception type "EC2InstanceUnavailableException" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.
* api-change:``frauddetector``: The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs.
* api-change:``iotsitewise``: Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.
* api-change:``kendra``: Amazon Kendra now provides Oauth2 support for SharePoint Online. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html
* api-change:``network-firewall``: Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists.
* api-change:``rds``: Adds support for creating an RDS Proxy for an RDS for MariaDB database.


1.25.34
=======

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.25.34'
__version__ = '1.25.35'

#
# 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.25.'
# The full version, including alpha/beta/rc tags.
release = '1.25.34'
release = '1.25.35'

# 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.27.34
botocore==1.27.35
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.27.34',
'botocore==1.27.35',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit b2008bc

Please sign in to comment.