Skip to content

Commit

Permalink
Merge branch 'release-1.31.15' into develop
Browse files Browse the repository at this point in the history
* release-1.31.15:
  Bumping version to 1.31.15
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 28, 2023
2 parents 397ee0e + 79caccd commit 4df603d
Show file tree
Hide file tree
Showing 19 changed files with 2,048 additions and 2,220 deletions.
37 changes: 37 additions & 0 deletions .changes/1.31.15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "HTTP",
"description": "Move 100-continue behavior to use `HTTPConnections` request interface.",
"type": "enhancement"
},
{
"category": "``application-insights``",
"description": "This release enable customer to add/remove/update more than one workload for a component",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "Add a new JavaScript runtime version for CloudFront Functions.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds support for new number types.",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.",
"type": "api-change"
},
{
"category": "``pinpoint``",
"description": "Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-HTTP-88756.json

This file was deleted.

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

1.31.15
=======

* enhancement:HTTP: Move 100-continue behavior to use `HTTPConnections` request interface.
* api-change:``application-insights``: This release enable customer to add/remove/update more than one workload for a component
* api-change:``cloudformation``: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
* api-change:``cloudfront``: Add a new JavaScript runtime version for CloudFront Functions.
* api-change:``connect``: This release adds support for new number types.
* api-change:``kafka``: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.
* api-change:``pinpoint``: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API


1.31.14
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.14'
__version__ = '1.31.15'


class NullHandler(logging.Handler):
Expand Down
399 changes: 217 additions & 182 deletions botocore/data/application-insights/2018-11-25/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4df603d

Please sign in to comment.