google-cloud-recommendation_engine 0.8.0 → 0.9.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: 717242b548bfd3180e0ed7610d2754ead238edf4bd8ae73e3069e9dbc101c411
4
- data.tar.gz: dc7f8ab4613d9e1c923a65c8517137a08ef4710d3d2fc827b7a226da6c2c2a08
3
+ metadata.gz: c9c073fa0d1e5335f1966eeca7cb969f0f15e73b178779ba956a012363ed436c
4
+ data.tar.gz: 227c77384e15993443bc8177139ae36cd086f8b837766d2874f70c6f891a33c4
5
5
  SHA512:
6
- metadata.gz: 78d73e632da553f7215f36adc0d916313448c84413ede6ad7816aa08e93cea19161406c0c9df1d3a67853a991119b60b6182edefa596ec176e73331307f058c8
7
- data.tar.gz: 66812913dc95f7d7e86abc0ceb41b66145552098c2c81fcd62c50ba751f15f38e9ce8bab554993ff1771ae5641a0486b7322eee717c7d3f3a0862567c34d6519
6
+ metadata.gz: 11757f8a6285e9e9e5a159dabd13e089c588d0094202d66216114170c467b46384f980450a416228d7bd82a8f4f18869340b907de3ae58f6fb01e83bacf8a824
7
+ data.tar.gz: fd9a6ca36c848f57d8f346d59d2be8330ca347d89f1a02ae21d1931578ccf94e3e37d52f66a828b5b9c92f9449cdea73da1ace9ed02aa450d479966597f842b1
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 RecommendationEngine
23
- VERSION = "0.8.0"
23
+ VERSION = "0.9.0"
24
24
  end
25
25
  end
26
26
  end
@@ -352,6 +352,7 @@ module Google
352
352
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
353
353
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
354
354
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
355
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
355
356
  # * `:retry_codes` (*type:* `Array<String>`) -
356
357
  # The error codes that should trigger a retry.
357
358
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recommendation_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC