google-cloud-retail 2.2.0 → 2.3.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: 6d96adbf599bc39141a8fded17b8f1b91e175c8b05e3fbbe8430fd52071233ef
4
- data.tar.gz: 322eabb0143776822c6afd129d375b73223fd80e5e4a7cd424c17115d9ef4b1c
3
+ metadata.gz: c5761e7abd8dbe0b0eb7d7b709c543c477e04babbd775b4f34706f2a41b77385
4
+ data.tar.gz: 9e0c344d992d20ca2c9b51ac03aa44da3d61c9c9a911709b3a9b361dd53f6267
5
5
  SHA512:
6
- metadata.gz: 3026731aaefc399da750e4c63fed2e0e69b987997a1e1b0796e4e67a8cc1ec1430092724264b624231eb03328f76349500ec1ad18dfaa9ecb3fd86c0e8cf58e9
7
- data.tar.gz: b81351c9ba999a5d33d37ca79c51933efb90d99614b6e931299a1653ab7ae31910422e2461f541be72544cf93cc3a59e69b62e295f8145c9507dc0e1d015203b
6
+ metadata.gz: 515e7cf6a7262b4eb93f16ddd53d4d8d56d285aa2af224499dfc17675def1d57aa0784d45869d405f4fdfde5b34ada7b7b8675faaa83a53f1183b4268f841411
7
+ data.tar.gz: 46fca2669cfe05588488be738c04c1800ba209b1be63b4020cc3ec811b1f2f9eda0cc7be5c8552ecbc15543d8eb941510de9ae07f572005cc47950c2391d74b5
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Retail
23
- VERSION = "2.2.0"
23
+ VERSION = "2.3.0"
24
24
  end
25
25
  end
26
26
  end
@@ -931,6 +931,7 @@ module Google
931
931
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
932
932
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
933
933
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
934
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
934
935
  # * `:retry_codes` (*type:* `Array<String>`) -
935
936
  # The error codes that should trigger a retry.
936
937
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-retail
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC