google-cloud-edge_network 2.1.0 → 2.2.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: d6e84670be2fd1371d9415a8b33bd3988bb98ad38882dcd6b0e0c26a17911bb5
4
- data.tar.gz: 68b4910d5934e14c7b72f9ea790332fa51b9f3cafa7cfc95154ea49e0826d928
3
+ metadata.gz: 63677ecf5420315d93b19f1889de6acf3aff1dcc1e4d568320e4c2373239d41d
4
+ data.tar.gz: 82fba6ad440f690322d8fcebaa7b35abe8bfb58231ccc42813a5d57998d9e684
5
5
  SHA512:
6
- metadata.gz: feec789e2e77a74f4c8523af7145136facf6af3f107a07dd8fe80d5585fd76deb1591a77cbff565c8ee0e1f15baf92195bb82af073801b5c0f7c1d323b838bea
7
- data.tar.gz: ea97b843ee9a2540cdaa2791a78a20982a3bf7b2052b31e7a271dc783bf8507a460e26138827b2f8276d242d326834b3c22df9cb4416182f4cde348b0fc952f2
6
+ metadata.gz: 8ec4efcd7a20a64b03a973261d161c42d60b0fe90aa75267d55097c1b2eb7e26e7a1c98ac87dd4e7a6e6d2f35bfdbdac1dc98c33d99862c1d473463f51cca30e
7
+ data.tar.gz: 8ab2cf6087f57b82b312d35f757104e853875c414e124bb7729af126545d061a9525ff23145087ff509764235cccd1825a54fe22a8bdf8baf0121486550f582e
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  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 EdgeNetwork
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -141,6 +141,7 @@ module Google
141
141
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
142
142
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
143
143
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
144
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
144
145
  # * `:retry_codes` (*type:* `Array<String>`) -
145
146
  # The error codes that should trigger a retry.
146
147
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-edge_network
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC