Skip to content

Commit

Permalink
Bumping version to 1.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 15, 2023
1 parent 216322d commit e20f6d6
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``cloud9``",
"description": "Updated Cloud9 API documentation for AL2023 release",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "Increase number of fields that can be included in CaseEventIncludedData from 50 to 200",
"type": "api-change"
},
{
"category": "``kms``",
"description": "Documentation updates for AWS Key Management Service",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation by adding code examples",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloud9-29960.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-59379.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcases-68796.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kms-40896.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-97552.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-6622.json

This file was deleted.

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

1.34.2
======

* api-change:``cloud9``: Updated Cloud9 API documentation for AL2023 release
* api-change:``connect``: Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
* api-change:``connectcases``: Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
* api-change:``kms``: Documentation updates for AWS Key Management Service
* api-change:``rds``: Updates Amazon RDS documentation by adding code examples
* api-change:``sagemaker``: This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API


1.34.1
======

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.34.1'
__version__ = '1.34.2'


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.34'
# The full version, including alpha/beta/rc tags.
release = '1.34.1'
release = '1.34.2'

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

0 comments on commit e20f6d6

Please sign in to comment.