google-cloud-dialogflow 1.14.0 → 1.15.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: 47b6e5ce829da16ca7b00530229011c269a794be6d0dfa85d1d79f9f5bf4d376
4
- data.tar.gz: 65f79a6dffe04cc4d5d7e4d0b40057d1681a1135e237ab867ffc2630eff64570
3
+ metadata.gz: 2ac0c6b55e5b86c6e3a8f397233ce36b77bc46f4c09d40ab2ee38d538cc9d2d6
4
+ data.tar.gz: '0098adc3cac4aaa11a823ce6082db03c4ec2d1c028f90b6714b6457ae4ef294a'
5
5
  SHA512:
6
- metadata.gz: d6285bece0fa1023e35c66db4c516772fc08dd92040e2f5740d47d16d0fce5c226fb4816718509200098a4d74a0c3e890ee22f0d306d7ef9b89402962c03977b
7
- data.tar.gz: b9cb8dc0d20b6a5b432a3aed7c6672b5ba852d8b5ba56db826b51fd482325b4e6fb7164bf632e54036bf3a5e78e9a48558cea9e6485408af9cb4c7a9c605a51f
6
+ metadata.gz: 5afcf3309350aa4ca97ea08c94d60dea4198f881edeee2c926233d0c05f5b7f0a72acf41f1a5663f31ad1b4bc5b75a34e2030fcdcf81f9c97bc5b961e476cb4d
7
+ data.tar.gz: 101315cf5ceca7cae33599bbc34af00df73b5cab51ba884c8e5e388216e0b8caaaad636cd247c3e33b94b12e499028a4b09df73f7599842b4957eb3be89de8be
data/README.md CHANGED
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "1.14.0".freeze
19
+ VERSION = "1.15.0".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -1626,6 +1626,7 @@ module Google
1626
1626
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1627
1627
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1628
1628
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1629
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1629
1630
  # * `:retry_codes` (*type:* `Array<String>`) -
1630
1631
  # The error codes that should trigger a retry.
1631
1632
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC