Skip to content

Commit

Permalink
Bumping version to 1.31.39
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 31, 2023
1 parent 676f71a commit ba0778b
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 62 deletions.
62 changes: 62 additions & 0 deletions .changes/1.31.39.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``chime-sdk-media-pipelines``",
"description": "This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.",
"type": "api-change"
},
{
"category": "``cloudhsm``",
"description": "Deprecating CloudHSM Classic API Service.",
"type": "api-change"
},
{
"category": "``connectcampaigns``",
"description": "Amazon Connect outbound campaigns has launched agentless dialing mode which enables customers to make automated outbound calls without agent engagement. This release updates three of the campaign management API's to support the new agentless dialing mode and the new dialing capacity field.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "Amazon Connect Participant Service adds the ability to get a view resource using a view token, which is provided in a participant message, with the release of the DescribeView API.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "Adds sensitive trait to various shapes in Customer Profiles API model.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.",
"type": "api-change"
},
{
"category": "``grafana``",
"description": "Marking SAML RoleValues attribute as sensitive and updating VpcConfiguration attributes to match documentation.",
"type": "api-change"
},
{
"category": "``health``",
"description": "Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Updated \"type\" description for CreateChannel, UpdateChannel, Channel, and ChannelSummary.",
"type": "api-change"
},
{
"category": "``kafkaconnect``",
"description": "Minor model changes for Kafka Connect as well as endpoint updates.",
"type": "api-change"
},
{
"category": "``payment-cryptography-data``",
"description": "Make KeyCheckValue field optional when using asymmetric keys as Key Check Values typically only apply to symmetric keys",
"type": "api-change"
},
{
"category": "``sagemaker-runtime``",
"description": "Update sagemaker-runtime client to latest version",
"type": "api-change"
}
]

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudhsm-87878.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcampaigns-35324.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectparticipant-9284.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-customerprofiles-2304.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-81774.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-grafana-20686.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-health-7143.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivs-25500.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kafkaconnect-57090.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemakerruntime-56964.json

This file was deleted.

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

1.31.39
=======

* api-change:``chime-sdk-media-pipelines``: This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
* api-change:``cloudhsm``: Deprecating CloudHSM Classic API Service.
* api-change:``connectcampaigns``: Amazon Connect outbound campaigns has launched agentless dialing mode which enables customers to make automated outbound calls without agent engagement. This release updates three of the campaign management API's to support the new agentless dialing mode and the new dialing capacity field.
* api-change:``connectparticipant``: Amazon Connect Participant Service adds the ability to get a view resource using a view token, which is provided in a participant message, with the release of the DescribeView API.
* api-change:``customer-profiles``: Adds sensitive trait to various shapes in Customer Profiles API model.
* api-change:``ecs``: This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
* api-change:``grafana``: Marking SAML RoleValues attribute as sensitive and updating VpcConfiguration attributes to match documentation.
* api-change:``health``: Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.
* api-change:``ivs``: Updated "type" description for CreateChannel, UpdateChannel, Channel, and ChannelSummary.
* api-change:``kafkaconnect``: Minor model changes for Kafka Connect as well as endpoint updates.
* api-change:``payment-cryptography-data``: Make KeyCheckValue field optional when using asymmetric keys as Key Check Values typically only apply to symmetric keys
* api-change:``sagemaker-runtime``: Update sagemaker-runtime client to latest version


1.31.38
=======

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.38'
__version__ = '1.31.39'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.38'
release = '1.31.39'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit ba0778b

Please sign in to comment.