Skip to content

Commit efb08f0

Browse files
Bump version to 2.33.15
1 parent 51ca78c commit efb08f0

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.33.15.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``medialive``",
4+
"description": "AWS Elemental MediaLive now supports SRT listener mode for inputs and outputs, in addition to the existing SRT caller mode.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connectcases``",
9+
"description": "Amazon Connect Cases now supports larger, multi-line text fields with up to 4,100 characters. Administrators can use the Admin UI to select the appropriate configuration (single-line or multi-line) on a per-field basis, improving case documentation capabilities.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``eks``",
14+
"description": "Update delete cluster description",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``workspaces-web``",
19+
"description": "Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``redshift``",
24+
"description": "We have increased the maximum duration for a deferred maintenance window from 45 days to 60 days for Amazon Redshift provisioned clusters. This enhancement provides customers with greater flexibility in scheduling patching and maintenance activities while also maintaining security compliance.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``bedrock-runtime``",
29+
"description": "Added support for structured outputs to Converse and ConverseStream APIs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "Autocomplete",
34+
"description": "Updated completion models for 10 services",
35+
"type": "enhancement"
36+
}
37+
]

.changes/next-release/api-change-bedrockruntime-93657.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-connectcases-63342.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-eks-28440.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-redshift-32665.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-workspacesweb-86270.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/enhancement-Autocomplete-24804.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
2.33.15
6+
=======
7+
8+
* api-change:``medialive``: AWS Elemental MediaLive now supports SRT listener mode for inputs and outputs, in addition to the existing SRT caller mode.
9+
* api-change:``connectcases``: Amazon Connect Cases now supports larger, multi-line text fields with up to 4,100 characters. Administrators can use the Admin UI to select the appropriate configuration (single-line or multi-line) on a per-field basis, improving case documentation capabilities.
10+
* api-change:``eks``: Update delete cluster description
11+
* api-change:``workspaces-web``: Support for configuring and managing custom domain names for WorkSpaces Secure Browser portals.
12+
* api-change:``redshift``: We have increased the maximum duration for a deferred maintenance window from 45 days to 60 days for Amazon Redshift provisioned clusters. This enhancement provides customers with greater flexibility in scheduling patching and maintenance activities while also maintaining security compliance.
13+
* api-change:``bedrock-runtime``: Added support for structured outputs to Converse and ConverseStream APIs.
14+
* enhancement:Autocomplete: Updated completion models for 10 services
15+
16+
517
2.33.14
618
=======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.33.14'
23+
__version__ = '2.33.15'
2424

2525
#
2626
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)