google-cloud-dialogflow-cx 1.4.0 → 1.5.1

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: 7cc4ac659541f0524f270611d053d72a401ff14a360fc6b023bbd41a65870554
4
- data.tar.gz: 1d1286e521a2501d51e66502190df51b0045df781520ecee9482382bf9adc5c4
3
+ metadata.gz: 4635009105d89e193e21f81a958d595a6235367e9de2388ed7f445b2c916840a
4
+ data.tar.gz: e0db9771419fe534a0a7690034be4eb1b074786a2a7adb44a8a56131c1ec1d4c
5
5
  SHA512:
6
- metadata.gz: a53a49b3f3fc4faa3ca21bb917205ea1cca6f909d8dd1966f31b815a6ec83f1a5ce946f3c061743cf2e9646449b4dbf41e42bf9f53848b5e5c383f4153488e88
7
- data.tar.gz: 77b2ce530e34a36f1fcd33360fb82d87afa20e5becc2cd30e139210ddb654904b1e52a698857402b3616dd842eae0535ae794121d01123f5532dcb21a7a4f4d9
6
+ metadata.gz: a79a3496a5dec1b2982da55da856da405a14e5396660293f0c3dc59a74eafd9c7a333e28b8fd581286b4475cafe84f0e8dae90adbb3044e26c400bd55f1edad0
7
+ data.tar.gz: f963bd374113af6b815b27beb2f234929c5057bd9803beaa7d28a4cfe95d28ac95e2a933a6e942e1887ee749567405c534f72b65138a59f2e9f609cc903de0ba
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module CX
24
- VERSION = "1.4.0"
24
+ VERSION = "1.5.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1476,6 +1476,7 @@ module Google
1476
1476
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1477
1477
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1478
1478
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1479
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1479
1480
  # * `:retry_codes` (*type:* `Array<String>`) -
1480
1481
  # The error codes that should trigger a retry.
1481
1482
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC