google-cloud-batch 2.1.0 → 2.2.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: e203087c2841a448496f4c70dd76f7afafdac6b887ad00c6741cb1ce081cacab
4
- data.tar.gz: 0bda8db16976d9b94d18398110f7f18f92a6f266762e8ce6fa7b84db0d8d3455
3
+ metadata.gz: b389e6de848358644857d4f70531a1e0adafb7b893fb12d333cdf45ac8f658ac
4
+ data.tar.gz: dcc616c4a0c1a2e021da85376e2642cb72f9f7cf08892e3a8f775ecc340d7522
5
5
  SHA512:
6
- metadata.gz: 5c1b753ab0a5a2f4d80e6766f9bda856d150f55cd203fb1f14a052d253b89c696e3b3c0d9e260251548e8db643c3795b29c8fa1918154d55f403bb9f05fd0d41
7
- data.tar.gz: b0d24b360e07c80dbceb5d64320709c85827cba25b791edabf5dc2c2cd497a695ca51c8eb17d262c5cfda0fa39fcd9bd41fe24c4d29a796ea51260bc4bd97abb
6
+ metadata.gz: 498b10b6ad7df70f44913437a463f7f29401493687cef6fa45c345b99d863e2719b3d247b397b537ebb7f6ac78dcbd0cec48529de9492a1e029a82fcec922599
7
+ data.tar.gz: 7b60ea08dd53c7cec273d259a2ad0bfd8c06d5df0e1303e51627ee938c9d338c20adbbdc3d732c1303d6119c9a9eca2241f1ea50021492bd177f7169c383e3f5
data/README.md CHANGED
@@ -71,7 +71,7 @@ working, try updating the versioned clients in your bundle or installed gems:
71
71
 
72
72
  ## Supported Ruby Versions
73
73
 
74
- This library is supported on Ruby 3.0+.
74
+ This library is supported on Ruby 3.2+.
75
75
 
76
76
  Google provides official support for Ruby versions that are actively supported
77
77
  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 Batch
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -140,6 +140,7 @@ module Google
140
140
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
141
141
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
142
142
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
143
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
143
144
  # * `:retry_codes` (*type:* `Array<String>`) -
144
145
  # The error codes that should trigger a retry.
145
146
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC