google-cloud-gke_connect-gateway-v1beta1 0.13.1 → 0.14.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: 7d9bb9080dbeadac855b5dc9c04eaea0f2af745c43f66656aed915c6bd297124
4
- data.tar.gz: aba6496e2cda692d4a0d47bc43b3e5b1fc164e61fd900cf9367381f7546ac9a6
3
+ metadata.gz: 7696521cf6d848251a09b0e9b3ab9f8cae1886a7a50813108977db3d1023d188
4
+ data.tar.gz: dfa66933bd755ed9d3c2eb8be9389227014e019a7bd89999b2f5caaf2c5a7333
5
5
  SHA512:
6
- metadata.gz: 28df4e00f85f88992479da9f0e96de5f22b97ca8f31917cc4a32f458f9245b42de966b4a9316efe068d9985f0f16d0bd608436c88cf57f34b3c56964210dad17
7
- data.tar.gz: 4c8ee28870c4e056c56590290aff617c5c8d189c39a416c14d01a70099bc0842fdd5eb954383a19726a0788bc860eb663457dbacd4e5658a56ebaf1ed0daa88d
6
+ metadata.gz: 99aad1153bdc7aade897328e9a23b0c442b0c73eedea69c88bee17c2c3c76a65631ebb7710a6371123c20fa4ea22d4a9c2d42fe46898987f77a102a931117360
7
+ data.tar.gz: 7a3316d4a1cc78c191a55fb17d6457df46cb699c81e7dba8fcb328055d03409d1f980768b4248a369791f93bc22a0448755a34ece837f75386f0b2aeff596652
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -348,6 +348,7 @@ module Google
348
348
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
349
349
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
350
350
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
351
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
351
352
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
352
353
  # trigger a retry.
353
354
  # @return [::Hash]
@@ -420,6 +421,7 @@ module Google
420
421
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
421
422
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
422
423
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
424
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
423
425
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
424
426
  # trigger a retry.
425
427
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module GkeConnect
23
23
  module Gateway
24
24
  module V1beta1
25
- VERSION = "0.13.1"
25
+ VERSION = "0.14.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_connect-gateway-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement