Skip to content

Commit 1f595ae

Browse files
authored
Add a changelog for retries update (#4791)
* Add a changelog for retries update
1 parent a6311df commit 1f595ae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.changes/1.43.3.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@
3838
"category": "``vpc-lattice``",
3939
"description": "[``botocore``] Amazon VPC Lattice now supports privately resolvable DNS resources",
4040
"type": "api-change"
41+
},
42+
{
43+
"category": "``Retries``",
44+
"description": "[``botocore``] Added opt-in support for updated standard retry behavior via the `AWS_NEW_RETRIES_2026` environment variable. This environment variable is temporary and will be removed in a future release when the updated behavior becomes the default. Changes include updated default retry mode to ``standard``, service-specific max attempts for DynamoDB, revised retry quota costs based on error type, updated exponential backoff with service-specific scale factors, ``x-amz-retry-after`` header support, and long-polling operation backoff on quota exhaustion.",
45+
"type": "enhancement"
4146
}
42-
]
47+
]

0 commit comments

Comments
 (0)