Skip to content

Commit

Permalink
Merge branch 'release-1.22.68'
Browse files Browse the repository at this point in the history
* release-1.22.68:
  Bumping version to 1.22.68
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Mar 4, 2022
2 parents aeed389 + 85ea723 commit 76ff8d9
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .changes/1.22.68.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``synthetics``",
"description": "Allow custom handler function.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Add waiters for server online and offline.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published.",
"type": "api-change"
},
{
"category": "``macie``",
"description": "Amazon Macie Classic (macie) has been discontinued and is no longer available. A new Amazon Macie (macie2) is now available with significant design improvements and additional features.",
"type": "api-change"
},
{
"category": "``sts``",
"description": "Documentation updates for AWS Security Token Service.",
"type": "api-change"
},
{
"category": "``devops-guru``",
"description": "Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3/4/2022. Existing customers can enable this feature with UpdateEventSourcesConfig.",
"type": "api-change"
}
]
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.22.68
=======

* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``synthetics``: Allow custom handler function.
* api-change:``transfer``: Add waiters for server online and offline.
* api-change:``connect``: This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published.
* api-change:``macie``: Amazon Macie Classic (macie) has been discontinued and is no longer available. A new Amazon Macie (macie2) is now available with significant design improvements and additional features.
* api-change:``sts``: Documentation updates for AWS Security Token Service.
* api-change:``devops-guru``: Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3/4/2022. Existing customers can enable this feature with UpdateEventSourcesConfig.


1.22.67
=======

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

__version__ = '1.22.67'
__version__ = '1.22.68'

#
# 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.22.'
# The full version, including alpha/beta/rc tags.
release = '1.22.67'
release = '1.22.68'

# 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.24.12
botocore==1.24.13
docutils>=0.10,<0.16
s3transfer>=0.5.0,<0.6.0
PyYAML>=3.10,<5.5
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.24.12',
'botocore==1.24.13',
'docutils>=0.10,<0.16',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 76ff8d9

Please sign in to comment.