Skip to content

Commit 909fbc6

Browse files
Bump version to 2.35.22
1 parent 3482cec commit 909fbc6

11 files changed

Lines changed: 47 additions & 35 deletions

.changes/2.35.22.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``es``",
4+
"description": "Adds support for the EngineMode and UseCase parameters on Amazon Elasticsearch Service domains, enabling GENERAL or OPTIMIZED engine modes and SEARCH, VECTOR, OBSERVABILITY, or MIXED usecases when creating and updating domain configurations.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``redshift-serverless``",
9+
"description": "Add support for preserving datasharing, zero-ETL and S3 event integrations on snapshot restore to serverless namespace.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``lambda``",
14+
"description": "Add Java 8, 11 and 17 on AL2023 (java8.al2023, java11.al2023, java17.al2023) support to AWS Lambda.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``guardduty``",
19+
"description": "GuardDuty AI Protection is now publicly available. Findings include Bedrock guardrail details, model details, observation numbers, and continuous scan details. GuardrailArn and GuardrailVersion are deprecated in favor of the guardrails list.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``gamelift``",
24+
"description": "Amazon GameLift Servers now includes fleet expiration for managed fleets. A managed fleet expires one year after creation, transitioning to EXPIRED status, emitting a FLEET EXPIRED event, and scaling to zero instances. Expired fleets cannot host new game sessions or increase capacity.",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-es-24036.json

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

.changes/next-release/api-change-gamelift-1830.json

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

.changes/next-release/api-change-guardduty-62209.json

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

.changes/next-release/api-change-lambda-44258.json

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

.changes/next-release/api-change-redshiftserverless-6294.json

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

CHANGELOG.rst

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

5+
2.35.22
6+
=======
7+
8+
* api-change:``es``: Adds support for the EngineMode and UseCase parameters on Amazon Elasticsearch Service domains, enabling GENERAL or OPTIMIZED engine modes and SEARCH, VECTOR, OBSERVABILITY, or MIXED usecases when creating and updating domain configurations.
9+
* api-change:``redshift-serverless``: Add support for preserving datasharing, zero-ETL and S3 event integrations on snapshot restore to serverless namespace.
10+
* api-change:``lambda``: Add Java 8, 11 and 17 on AL2023 (java8.al2023, java11.al2023, java17.al2023) support to AWS Lambda.
11+
* api-change:``guardduty``: GuardDuty AI Protection is now publicly available. Findings include Bedrock guardrail details, model details, observation numbers, and continuous scan details. GuardrailArn and GuardrailVersion are deprecated in favor of the guardrails list.
12+
* api-change:``gamelift``: Amazon GameLift Servers now includes fleet expiration for managed fleets. A managed fleet expires one year after creation, transitioning to EXPIRED status, emitting a FLEET EXPIRED event, and scaling to zero instances. Expired fleets cannot host new game sessions or increase capacity.
13+
14+
515
2.35.21
616
=======
717

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.35.21'
23+
__version__ = '2.35.22'
2424

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

configure

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for awscli 2.35.21.
3+
# Generated by GNU Autoconf 2.71 for awscli 2.35.22.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@ MAKEFLAGS=
607607
# Identity of this package.
608608
PACKAGE_NAME='awscli'
609609
PACKAGE_TARNAME='awscli'
610-
PACKAGE_VERSION='2.35.21'
611-
PACKAGE_STRING='awscli 2.35.21'
610+
PACKAGE_VERSION='2.35.22'
611+
PACKAGE_STRING='awscli 2.35.22'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1255,7 +1255,7 @@ _ACEOF
12551255
fi
12561256
if $ac_init_version; then
12571257
cat <<\_ACEOF
1258-
awscli configure 2.35.21
1258+
awscli configure 2.35.22
12591259
generated by GNU Autoconf 2.71
12601260
12611261
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1292,7 +1292,7 @@ cat >config.log <<_ACEOF
12921292
This file contains any messages produced by compilers while
12931293
running configure, to aid debugging if configure makes a mistake.
12941294
1295-
It was created by awscli $as_me 2.35.21, which was
1295+
It was created by awscli $as_me 2.35.22, which was
12961296
generated by GNU Autoconf 2.71. Invocation command line was
12971297
12981298
$ $0$ac_configure_args_raw
@@ -2668,7 +2668,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26682668
# report actual input values of CONFIG_FILES etc. instead of their
26692669
# values after options handling.
26702670
ac_log="
2671-
This file was extended by awscli $as_me 2.35.21, which was
2671+
This file was extended by awscli $as_me 2.35.22, which was
26722672
generated by GNU Autoconf 2.71. Invocation command line was
26732673
26742674
CONFIG_FILES = $CONFIG_FILES
@@ -2723,7 +2723,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
27232723
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27242724
ac_cs_config='$ac_cs_config_escaped'
27252725
ac_cs_version="\\
2726-
awscli config.status 2.35.21
2726+
awscli config.status 2.35.22
27272727
configured by $0, generated by GNU Autoconf 2.71,
27282728
with options \\"\$ac_cs_config\\"
27292729

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_CONFIG_MACRO_DIRS([m4])
2-
AC_INIT([awscli], [2.35.21])
2+
AC_INIT([awscli], [2.35.22])
33
AC_CONFIG_SRCDIR([bin/aws])
44
AM_PATH_PYTHON([3.8])
55

0 commit comments

Comments
 (0)