Skip to content

Commit

Permalink
Merge branch 'release-1.36.4' into develop
Browse files Browse the repository at this point in the history
* release-1.36.4:
  Bumping version to 1.36.4
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Nov 15, 2024
2 parents 7e5bc6a + 596487f commit 24e43d0
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 4 deletions.
42 changes: 42 additions & 0 deletions .changes/1.36.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``cloudwatch``",
"description": "Adds support for adding related Entity information to metrics ingested through PutMetricData.",
"type": "api-change"
},
{
"category": "``connectcampaignsv2``",
"description": "Added Amazon Connect Outbound Campaigns V2 SDK.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Remove non-functional enum variants for FleetCapacityReservationUsageStrategy",
"type": "api-change"
},
{
"category": "``iot``",
"description": "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": "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": "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": "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"
}
]
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.36.4
======

* api-change:``cloudwatch``: Adds support for adding related Entity information to metrics ingested through PutMetricData.
* api-change:``connectcampaignsv2``: Added Amazon Connect Outbound Campaigns V2 SDK.
* api-change:``datasync``: Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.
* api-change:``ec2``: Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
* api-change:``iot``: 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``: 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``: 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``: 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.36.3
======

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

import os

__version__ = '1.36.3'
__version__ = '1.36.4'

#
# 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.36'
# The full version, including alpha/beta/rc tags.
release = '1.36.3'
release = '1.36.4'

# 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.35.62
botocore==1.35.63
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
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.35.62',
'botocore==1.35.63',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 24e43d0

Please sign in to comment.