Skip to content

Commit 6008a48

Browse files
Bumping version to 1.32.6
1 parent ebe63e9 commit 6008a48

16 files changed

+73
-56
lines changed

.changes/1.32.6.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``amp``",
4+
"description": "This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``appintegrations``",
9+
"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.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agent``",
14+
"description": "This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``codecommit``",
19+
"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.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``connect``",
24+
"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.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``medialive``",
29+
"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.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``neptune-graph``",
34+
"description": "Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``rds-data``",
39+
"description": "This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``rds``",
44+
"description": "This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sagemaker``",
49+
"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.",
50+
"type": "api-change"
51+
}
52+
]

.changes/next-release/api-change-amp-34803.json

-5
This file was deleted.

.changes/next-release/api-change-appintegrations-89329.json

-5
This file was deleted.

.changes/next-release/api-change-bedrockagent-73722.json

-5
This file was deleted.

.changes/next-release/api-change-codecommit-62317.json

-5
This file was deleted.

.changes/next-release/api-change-connect-7061.json

-5
This file was deleted.

.changes/next-release/api-change-medialive-69951.json

-5
This file was deleted.

.changes/next-release/api-change-neptunegraph-42163.json

-5
This file was deleted.

.changes/next-release/api-change-rds-61626.json

-5
This file was deleted.

.changes/next-release/api-change-rdsdata-85929.json

-5
This file was deleted.

.changes/next-release/api-change-sagemaker-81240.json

-5
This file was deleted.

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.32.6
6+
======
7+
8+
* api-change:``amp``: This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
9+
* 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.
10+
* api-change:``bedrock-agent``: This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock
11+
* 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.
12+
* 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.
13+
* 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.
14+
* api-change:``neptune-graph``: Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics
15+
* api-change:``rds-data``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
16+
* api-change:``rds``: This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
17+
* 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.
18+
19+
520
1.32.5
621
======
722

awscli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.32.5'
20+
__version__ = '1.32.6'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.32'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.32.5'
55+
release = '1.32.6'
5656

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

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.34.5
6+
botocore==1.34.6
77
docutils>=0.10,<0.17
8-
s3transfer>=0.9.0,<0.10.0
8+
s3transfer>=0.10.0,<0.11.0
99
PyYAML>=3.10,<6.1
1010
colorama>=0.2.5,<0.4.5
1111
rsa>=3.1.2,<4.8

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.34.5',
27+
'botocore==1.34.6',
2828
'docutils>=0.10,<0.17',
29-
's3transfer>=0.9.0,<0.10.0',
29+
's3transfer>=0.10.0,<0.11.0',
3030
'PyYAML>=3.10,<6.1',
3131
'colorama>=0.2.5,<0.4.5',
3232
'rsa>=3.1.2,<4.8',

0 commit comments

Comments
 (0)