Skip to content

Commit

Permalink
Merge branch 'release-1.35.60' into develop
Browse files Browse the repository at this point in the history
* release-1.35.60:
  Bumping version to 1.35.60
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 13, 2024
2 parents 91e8dc4 + 3909fe4 commit 1d3543e
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.35.60.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``accessanalyzer``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] This release adds the source AMI details in DescribeImages API",
"type": "api-change"
},
{
"category": "``internetmonitor``",
"description": "[``botocore``] Add new query type Routing_Suggestions regarding querying interface",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] 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": "[``botocore``] 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.35.60
=======

* api-change:``accessanalyzer``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] This release adds a GenerateMapping API to allow generation of JSONata or XSLT transformer code based on input and output samples.
* api-change:``billing``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] This release adds the source AMI details in DescribeImages API
* api-change:``internetmonitor``: [``botocore``] Add new query type Routing_Suggestions regarding querying interface
* api-change:``mediaconvert``: [``botocore``] 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``: [``botocore``] Add support for policy operations on the Resource Control Polices.


1.35.59
=======

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.59'
__version__ = '1.35.60'


# 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.59,<1.36.0
botocore>=1.35.60,<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.59,<1.36.0',
'botocore>=1.35.60,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 1d3543e

Please sign in to comment.