Skip to content

Commit 400e187

Browse files
Bumping version to 1.23.0
1 parent dcc4757 commit 400e187

10 files changed

+46
-33
lines changed

.changes/1.23.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "EndpointResolver",
4+
"description": "Adding support for resolving modeled FIPS and Dualstack endpoints.",
5+
"type": "feature"
6+
},
7+
{
8+
"category": "``six``",
9+
"description": "Updated vendored version of ``six`` from 1.10.0 to 1.16.0",
10+
"type": "feature"
11+
},
12+
{
13+
"category": "``sagemaker``",
14+
"description": "SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``chime-sdk-meetings``",
19+
"description": "Updated format validation for ids and regions.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``wafv2``",
24+
"description": "You can now configure rules to run a CAPTCHA check against web requests and, as needed, send a CAPTCHA challenge to the client.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ec2``",
29+
"description": "This release adds internal validation on the GatewayAssociationState field",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-chimesdkmeetings-68659.json

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

.changes/next-release/api-change-ec2-89748.json

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

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

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

.changes/next-release/api-change-wafv2-17411.json

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

.changes/next-release/feature-EndpointResolver-44469.json

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

.changes/next-release/feature-six-62143.json

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

CHANGELOG.rst

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

5+
1.23.0
6+
======
7+
8+
* feature:EndpointResolver: Adding support for resolving modeled FIPS and Dualstack endpoints.
9+
* feature:``six``: Updated vendored version of ``six`` from 1.10.0 to 1.16.0
10+
* api-change:``sagemaker``: SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.
11+
* api-change:``chime-sdk-meetings``: Updated format validation for ids and regions.
12+
* api-change:``wafv2``: You can now configure rules to run a CAPTCHA check against web requests and, as needed, send a CAPTCHA challenge to the client.
13+
* api-change:``ec2``: This release adds internal validation on the GatewayAssociationState field
14+
15+
516
1.22.12
617
=======
718

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.22.12'
19+
__version__ = '1.23.0'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '1.22.'
55+
version = '1.23'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.22.12'
57+
release = '1.23.0'
5858

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

0 commit comments

Comments
 (0)