Skip to content

Commit

Permalink
Merge branch 'release-1.36.1' into develop
Browse files Browse the repository at this point in the history
* release-1.36.1:
  Bumping version to 1.36.1
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Nov 13, 2024
2 parents 9b96a50 + e8934c5 commit a8b38e5
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 4 deletions.
52 changes: 52 additions & 0 deletions .changes/1.36.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``accessanalyzer``",
"description": "This release adds support for policy validation and external access findings for resource control policies (RCP). IAM Access Analyzer helps you author functional and secure RCPs and awareness that a RCP may restrict external access. Updated service API, documentation, and paginators.",
"type": "api-change"
},
{
"category": "``application-signals``",
"description": "Amazon CloudWatch Application Signals now supports creating Service Level Objectives with burn rates. Users can now create or update SLOs with burn rate configurations to meet their specific business requirements.",
"type": "api-change"
},
{
"category": "``b2bi``",
"description": "This release adds a GenerateMapping API to allow generation of JSONata or XSLT transformer code based on input and output samples.",
"type": "api-change"
},
{
"category": "``billing``",
"description": "Today, AWS announces the general availability of ListBillingViews API in the AWS SDKs, to enable AWS Billing Conductor (ABC) users to create proforma Cost and Usage Reports (CUR) programmatically.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "This release adds a new API GenerateQuery that generates a query from a natural language prompt about the event data in your event data store. This operation uses generative artificial intelligence (generative AI) to produce a ready-to-use SQL query from the prompt.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"description": "This release includes supports the new WarmThroughput feature for DynamoDB. You can now provide an optional WarmThroughput attribute for CreateTable or UpdateTable APIs to pre-warm your table or global secondary index. You can also use DescribeTable to see the latest WarmThroughput value.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds the source AMI details in DescribeImages API",
"type": "api-change"
},
{
"category": "``internetmonitor``",
"description": "Add new query type Routing_Suggestions regarding querying interface",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release adds support for ARN inputs in the Kantar credentials secrets name field and the MSPR field to the manifests for PlayReady DRM protected outputs.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Add support for policy operations on the Resource Control Polices.",
"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.36.1
======

* api-change:``accessanalyzer``: This release adds support for policy validation and external access findings for resource control policies (RCP). IAM Access Analyzer helps you author functional and secure RCPs and awareness that a RCP may restrict external access. Updated service API, documentation, and paginators.
* api-change:``application-signals``: Amazon CloudWatch Application Signals now supports creating Service Level Objectives with burn rates. Users can now create or update SLOs with burn rate configurations to meet their specific business requirements.
* api-change:``b2bi``: This release adds a GenerateMapping API to allow generation of JSONata or XSLT transformer code based on input and output samples.
* api-change:``billing``: Today, AWS announces the general availability of ListBillingViews API in the AWS SDKs, to enable AWS Billing Conductor (ABC) users to create proforma Cost and Usage Reports (CUR) programmatically.
* api-change:``cloudtrail``: This release adds a new API GenerateQuery that generates a query from a natural language prompt about the event data in your event data store. This operation uses generative artificial intelligence (generative AI) to produce a ready-to-use SQL query from the prompt.
* api-change:``dynamodb``: This release includes supports the new WarmThroughput feature for DynamoDB. You can now provide an optional WarmThroughput attribute for CreateTable or UpdateTable APIs to pre-warm your table or global secondary index. You can also use DescribeTable to see the latest WarmThroughput value.
* api-change:``ec2``: This release adds the source AMI details in DescribeImages API
* api-change:``internetmonitor``: Add new query type Routing_Suggestions regarding querying interface
* api-change:``mediaconvert``: This release adds support for ARN inputs in the Kantar credentials secrets name field and the MSPR field to the manifests for PlayReady DRM protected outputs.
* api-change:``organizations``: Add support for policy operations on the Resource Control Polices.


1.36.0
======

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.0'
__version__ = '1.36.1'

#
# 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.0'
release = '1.36.1'

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

0 comments on commit a8b38e5

Please sign in to comment.