Skip to content

Commit

Permalink
Bumping version to 1.32.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 21, 2023
1 parent ebe63e9 commit 6008a48
Show file tree
Hide file tree
Showing 16 changed files with 73 additions and 56 deletions.
52 changes: 52 additions & 0 deletions .changes/1.32.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``amp``",
"description": "This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.",
"type": "api-change"
},
{
"category": "``appintegrations``",
"description": "The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock",
"type": "api-change"
},
{
"category": "``codecommit``",
"description": "AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics",
"type": "api-change"
},
{
"category": "``rds-data``",
"description": "This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-amp-34803.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appintegrations-89329.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-73722.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codecommit-62317.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-69951.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-neptunegraph-42163.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rdsdata-85929.json

This file was deleted.

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

This file was deleted.

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.32.6
======

* api-change:``amp``: This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
* api-change:``appintegrations``: The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.
* api-change:``bedrock-agent``: This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock
* api-change:``codecommit``: AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.
* api-change:``connect``: Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
* api-change:``medialive``: MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
* api-change:``neptune-graph``: Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics
* api-change:``rds-data``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``rds``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* api-change:``sagemaker``: Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.


1.32.5
======

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.32.5'
__version__ = '1.32.6'

#
# 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.32'
# The full version, including alpha/beta/rc tags.
release = '1.32.5'
release = '1.32.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ universal = 0

[metadata]
requires_dist =
botocore==1.34.5
botocore==1.34.6
docutils>=0.10,<0.17
s3transfer>=0.9.0,<0.10.0
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
colorama>=0.2.5,<0.4.5
rsa>=3.1.2,<4.8
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.34.5',
'botocore==1.34.6',
'docutils>=0.10,<0.17',
's3transfer>=0.9.0,<0.10.0',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
'colorama>=0.2.5,<0.4.5',
'rsa>=3.1.2,<4.8',
Expand Down

0 comments on commit 6008a48

Please sign in to comment.