google-cloud-run-client 1.7.0 → 1.8.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: 2ad8cba1e4ed226c7be85a9d5b568bab5492fce7842af0dda9b9a1cf75044812
4
- data.tar.gz: 279f244bc4645b6521418211d284886d8308aeb02a2c6b1516f8a3c386b59865
3
+ metadata.gz: 05d24e80a4ab77b9d9ee145d9e3847574344be3cac7ad8d75205c4096e81245b
4
+ data.tar.gz: 6c84ecebde7e23e70e8c57274a0be9d81f6235571b0759d9c8072111ec248911
5
5
  SHA512:
6
- metadata.gz: db847c124cbe199caa11a0d4063a2e7d28ad70a56cf9942445725536a9e124537501791fefc08542748e3150a984769712ee24ac2aedf0c754a7535e19a0d9dd
7
- data.tar.gz: a88d2fe21b818b4944399b332e16e58e210993f9fd868003747d29cca04ff01b1afdee1f4933383a7a41f2c9353c81a204622cdfad05ae55b1cbece0c6672145
6
+ metadata.gz: d3121871628b7b6fe12b919217a1248460fbf62918c8240a8d94e84f7519d80660604c3c62b571e3151b95efe67dfdd86c880999078ebde186edda207f0766b2
7
+ data.tar.gz: ae983dd05ba2dd003ddad0385cb4f200a84128f876a3b3861cd9046498b6fbd8e20b6b7721a606f16655c48a4913f10219612d9aca68b681edb97ad18c484a73
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
@@ -18,7 +18,7 @@ module Google
18
18
  module Cloud
19
19
  module Run
20
20
  module Client
21
- VERSION = "1.7.0"
21
+ VERSION = "1.8.0"
22
22
  end
23
23
  end
24
24
  end
@@ -628,6 +628,7 @@ module Google
628
628
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
629
629
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
630
630
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
631
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
631
632
  # * `:retry_codes` (*type:* `Array<String>`) -
632
633
  # The error codes that should trigger a retry.
633
634
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-run-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC