google-cloud-apigee_connect 1.5.2 → 1.7.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: 5f73bc1c496b7ea9db65d83f0243c0c8ba042174cfb6bbd0afc130a319017610
4
- data.tar.gz: 821fa29fd17ecd50a9a67ec56227e427d2c97f95034bcbb055ae61792988842e
3
+ metadata.gz: 74e145240b8b254160b7d52d27654b79de8118e6cc33b3e19119e6ebb14840c2
4
+ data.tar.gz: fd93713db5d375ee8534d3e790c2f06d114d8d5f8f5e91d3a5faaa9615d72035
5
5
  SHA512:
6
- metadata.gz: f5c23437d997d97f0924ca452a320a5903e9a8452b897873bb2a5d091a40c761affd20c5ab7a302c487f20d03e9eb71840878d0ff38e39797a3f5fede84156fd
7
- data.tar.gz: cc83ca73224dd16888878a6adfee5ab20a0b4724b4bda07a81e058f1e24075f371a6fbd0c9391e9b3cae3f26fbae239aafb561d386590e460f7d7231e7fe2455
6
+ metadata.gz: 361bcf8fc981b3da8351c71a3b7a1ce8937378fd41f8a1923f32cda01fa382da33cd01848c4cabc80d6b7ca558cafd2cd5cbe913eb83d44d9e58bba185a0ab8c
7
+ data.tar.gz: 00e9f49fff1506fe38915ad7cf691b1ba72ec0b73de27face24388a7c4a838f0c9ebcd0d6224d0eaf1c514627ac982118b91505101a669f5d23fd40c1fc84904
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 ApigeeConnect
23
- VERSION = "1.5.2"
23
+ VERSION = "1.7.0"
24
24
  end
25
25
  end
26
26
  end
@@ -201,6 +201,7 @@ module Google
201
201
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
202
202
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
203
203
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
204
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
204
205
  # * `:retry_codes` (*type:* `Array<String>`) -
205
206
  # The error codes that should trigger a retry.
206
207
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-apigee_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.0'
73
+ version: '3.2'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="