Skip to content

Commit 5d252f6

Browse files
Merge branch 'release-1.40.38'
* release-1.40.38: Bumping version to 1.40.38 Update to latest models Add ReplicatedWriteConflictException to legacy retry config (#3520)
2 parents 66d1f13 + ac60a3b commit 5d252f6

File tree

11 files changed

+453
-579
lines changed

11 files changed

+453
-579
lines changed

.changes/1.40.38.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "G6f instance support for AppStream 2.0",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloudwatch``",
9+
"description": "Fix default dualstack FIPS endpoints in AWS GovCloud(US) regions",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dax``",
14+
"description": "This release adds support for IPv6-only, DUAL_STACK DAX instances",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``endpoint-rules``",
19+
"description": "Update endpoint-rules client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kms``",
24+
"description": "Documentation only updates for KMS.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``neptune``",
29+
"description": "Doc-only update to address customer use.",
30+
"type": "api-change"
31+
}
32+
]

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.40.38
6+
=======
7+
8+
* api-change:``appstream``: G6f instance support for AppStream 2.0
9+
* api-change:``cloudwatch``: Fix default dualstack FIPS endpoints in AWS GovCloud(US) regions
10+
* api-change:``dax``: This release adds support for IPv6-only, DUAL_STACK DAX instances
11+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
12+
* api-change:``kms``: Documentation only updates for KMS.
13+
* api-change:``neptune``: Doc-only update to address customer use.
14+
15+
516
1.40.37
617
=======
718

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.40.37'
20+
__version__ = '1.40.38'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/_retry.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@
134134
"growth_factor": 2
135135
},
136136
"policies": {
137+
"write_conflict": {
138+
"applies_when": {
139+
"response": {
140+
"service_error_code": "ReplicatedWriteConflictException",
141+
"http_status_code": 409
142+
}
143+
}
144+
},
137145
"still_processing": {
138146
"applies_when": {
139147
"response": {

botocore/data/appstream/2016-12-01/service-2.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)