google-cloud-orchestration-airflow-service 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: 7700e579a6e034bef56603181d2106e8043014443e996b2e968742b42cedcb71
4
- data.tar.gz: bfbf6427b678e388b6ebfbadfd9c51026874f4dcdcc9dc711db2e1f06fa0e3ac
3
+ metadata.gz: cc2a1c0eb5801ca9273873b89af80cf02718d5b2a6ee87e238708542b4899193
4
+ data.tar.gz: 8a8b925c3601222344a1ecaf4860b97fc3bf084f38d80ac94024ac8a4283b2da
5
5
  SHA512:
6
- metadata.gz: 148e78acb204601d02ade4674a52286c2f88d4b23dec20b45dd9f89b75811389de035885e9736ccfbee7583a0da35233bc2fad98cc1d13cd0be4e351b88615a7
7
- data.tar.gz: b33e57fa479c714d038e7bafcb8181df2fd6e5da66dc9ddffbbf78118798d7bcb67102a8cc1313c24e52cd26831da9822e13149d48d7192c36e395624c805e74
6
+ metadata.gz: d437417c17f722c5300ec343b366b8a40b8d9f8ccac4c9aec3a73e9bc10c3a53bfc65c611aab9da0450c871edbb817576d4f5164d99b9f7da875448191e9309f
7
+ data.tar.gz: 90b2b952299fc49a1c303080b3e2b7d293a16926dd0833a2adbfa0e11ed6dd9692cd4d86787ac2348c0c5078caa1dda7a36410bf156feb0b9d841637d39fc17d
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Orchestration
23
23
  module Airflow
24
24
  module Service
25
- VERSION = "1.5.2"
25
+ VERSION = "1.7.0"
26
26
  end
27
27
  end
28
28
  end
@@ -210,6 +210,7 @@ module Google
210
210
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
211
211
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
212
212
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
213
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
213
214
  # * `:retry_codes` (*type:* `Array<String>`) -
214
215
  # The error codes that should trigger a retry.
215
216
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-orchestration-airflow-service
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
  - - ">="