Skip to content

Commit

Permalink
Bumping version to 1.35.63
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 15, 2024
1 parent e1a1370 commit b474be1
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.63.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``cloudwatch``",
"description": "[``botocore``] Adds support for adding related Entity information to metrics ingested through PutMetricData.",
"type": "api-change"
},
{
"category": "``connectcampaignsv2``",
"description": "[``botocore``] Added Amazon Connect Outbound Campaigns V2 SDK.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "[``botocore``] Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Remove non-functional enum variants for FleetCapacityReservationUsageStrategy",
"type": "api-change"
},
{
"category": "``iot``",
"description": "[``botocore``] This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront.",
"type": "api-change"
},
{
"category": "``pinpoint-sms-voice-v2``",
"description": "[``botocore``] Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "[``botocore``] Route 53 Resolver DNS Firewall Advanced Rules allows you to monitor and block suspicious DNS traffic based on anomalies detected in the queries, such as DNS tunneling and Domain Generation Algorithms (DGAs).",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudwatch-20215.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-datasync-41907.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-70914.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-92612.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53resolver-82568.json

This file was deleted.

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

1.35.63
=======

* api-change:``cloudwatch``: [``botocore``] Adds support for adding related Entity information to metrics ingested through PutMetricData.
* api-change:``connectcampaignsv2``: [``botocore``] Added Amazon Connect Outbound Campaigns V2 SDK.
* api-change:``datasync``: [``botocore``] Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.
* api-change:``ec2``: [``botocore``] Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
* api-change:``iot``: [``botocore``] This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints.
* api-change:``outposts``: [``botocore``] You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront.
* api-change:``pinpoint-sms-voice-v2``: [``botocore``] Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.
* api-change:``route53resolver``: [``botocore``] Route 53 Resolver DNS Firewall Advanced Rules allows you to monitor and block suspicious DNS traffic based on anomalies detected in the queries, such as DNS tunneling and Domain Generation Algorithms (DGAs).


1.35.62
=======

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.35.62'
__version__ = '1.35.63'


# 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.35.62,<1.36.0
botocore>=1.35.63,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

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


requires = [
'botocore>=1.35.62,<1.36.0',
'botocore>=1.35.63,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit b474be1

Please sign in to comment.