Skip to content

Commit

Permalink
Bumping version to 1.24.35
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 21, 2022
1 parent ef66d0d commit 9037633
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.24.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``athena``",
"description": "[``botocore``] This feature allows customers to retrieve runtime statistics for completed queries",
"type": "api-change"
},
{
"category": "``cloudwatch``",
"description": "[``botocore``] Update cloudwatch client to latest version",
"type": "api-change"
},
{
"category": "``dms``",
"description": "[``botocore``] Documentation updates for Database Migration Service (DMS).",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "[``botocore``] Enable copy-on-write restore type",
"type": "api-change"
},
{
"category": "``ec2-instance-connect``",
"description": "[``botocore``] This release includes a new exception type \"EC2InstanceUnavailableException\" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "[``botocore``] 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": "[``botocore``] Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Adds support for creating an RDS Proxy for an RDS for MariaDB database.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-athena-37766.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudwatch-90374.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-96038.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdb-83202.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-frauddetector-31769.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-7900.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kendra-3845.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-networkfirewall-83243.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-52153.json

This file was deleted.

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.24.35
=======

* api-change:``athena``: [``botocore``] This feature allows customers to retrieve runtime statistics for completed queries
* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
* api-change:``dms``: [``botocore``] Documentation updates for Database Migration Service (DMS).
* api-change:``docdb``: [``botocore``] Enable copy-on-write restore type
* api-change:``ec2-instance-connect``: [``botocore``] This release includes a new exception type "EC2InstanceUnavailableException" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.
* api-change:``frauddetector``: [``botocore``] 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``: [``botocore``] Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.
* api-change:``kendra``: [``botocore``] 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``: [``botocore``] Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists.
* api-change:``rds``: [``botocore``] Adds support for creating an RDS Proxy for an RDS for MariaDB database.


1.24.34
=======

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

__author__ = 'Amazon Web Services'
__version__ = '1.24.34'
__version__ = '1.24.35'


# 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.27.34,<1.28.0
botocore>=1.27.35,<1.28.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.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.27.34,<1.28.0',
'botocore>=1.27.35,<1.28.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 9037633

Please sign in to comment.