aws-sdk-dynamodbstreams 1.91.0 → 1.92.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 320006c28b7c3c3590d41b14cc5f954ede8a2341d38064c9f51e0aa477f5fab9
4
- data.tar.gz: efd3fdab8562b3d6e43cc190d709e6df8cda74c2f91e112be2accc7fad83bac9
3
+ metadata.gz: de0e3c18043f0e46c466c24295a1620d39054acacbf78d151a9eb7372cca31e9
4
+ data.tar.gz: 7b0e28e0e4c63e6a28f3cb856984a771f15c58408e1c410a40c0185cdea7ffbf
5
5
  SHA512:
6
- metadata.gz: 38547956afb5284500d5a142d071477d3d71abf319f757694f7cf90d5ee7edccbbfc9354410eddac55d082520b0c7092840369ce3afb8713349eff7bc318ddc0
7
- data.tar.gz: 24b173a89b7cf300f01aa9f886621e80eb106d14b82b10ac152e5c1e0bb75412baf025989757803648713f0f1d491bd5219fa8267806d3d464b7dbaf159119c6
6
+ metadata.gz: ff63a864ced39e6a80427fed7bef82cd4610a1b2859c5e2711bc268c0fe2a593ccdd9ae515448bcfe6963c8dede025194c7ee2df82a006ddb095be79bb652f35
7
+ data.tar.gz: e32e1fbb39855e95db8b73a109d44f3b11db4373aa3c80989727144565e7ce028bce020cf49e3fe81bc58b5c9d44864c86e05acecb1251b7ebc03547a90d183e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - When `AWS_NEW_RETRIES_2026` is enabled, DynamoDB Streams clients default to 4 max attempts with a 25ms backoff scalar in `standard` and `adaptive` retry modes.
10
+
4
11
  1.91.0 (2026-05-13)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -201,7 +201,7 @@ module Aws::DynamoDBStreams
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -325,17 +325,15 @@ module Aws::DynamoDBStreams
325
325
  # @option options [String] :retry_mode ("legacy")
326
326
  # Specifies which retry algorithm to use. Values are:
327
327
  #
328
- # * `legacy` - The pre-existing retry behavior. This is default value if
329
- # no retry mode is provided.
328
+ # * `legacy` - The pre-existing retry behavior. This is the default
329
+ # value if no retry mode is provided.
330
330
  #
331
331
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
332
332
  # This includes support for retry quotas, which limit the number of
333
333
  # unsuccessful retries a client can make.
334
334
  #
335
- # * `adaptive` - An experimental retry mode that includes all the
336
- # functionality of `standard` mode along with automatic client side
337
- # throttling. This is a provisional mode that may change behavior
338
- # in the future.
335
+ # * `adaptive` - A retry mode that includes all the functionality of
336
+ # `standard` mode along with automatic client side throttling.
339
337
  #
340
338
  # @option options [String] :sdk_ua_app_id
341
339
  # A unique and opaque application ID that is appended to the
@@ -952,7 +950,7 @@ module Aws::DynamoDBStreams
952
950
  tracer: tracer
953
951
  )
954
952
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
955
- context[:gem_version] = '1.91.0'
953
+ context[:gem_version] = '1.92.0'
956
954
  Seahorse::Client::Request.new(handlers, context)
957
955
  end
958
956
 
@@ -54,7 +54,7 @@ module Aws::DynamoDBStreams
54
54
  autoload :EndpointProvider, 'aws-sdk-dynamodbstreams/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-dynamodbstreams/endpoints'
56
56
 
57
- GEM_VERSION = '1.91.0'
57
+ GEM_VERSION = '1.92.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement