google-cloud-eventarc-publishing-v1 1.7.1 → 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: e29bd409eb61412f2aa5198ca4aca56a014b9776f70c3e4969360a6a9b3365af
4
- data.tar.gz: 02c2e7bde4362b2ac8cb5e9752c31bcd6711bb2c4e4711e76e620c0fd5bb33ec
3
+ metadata.gz: 4e6b89b96c7ca5f7c001df9ccbb679895e58fdac797f92ad8181c4ae4261562c
4
+ data.tar.gz: ba413c4e2754df66541189053950174b38a3ff1ef6345e143f1300f4d4418acb
5
5
  SHA512:
6
- metadata.gz: cf39392ab3abaf07d2bca9cb1135220b2de962e5c64e382a2edd6d045c122935acca354968e624775d862fd4f308c3bf6c510094416994dc18eade4e2765e2c0
7
- data.tar.gz: d2d1804ae8f9497217606fb95b9b8a2e3afa3ceb65306b981ccfa809d0d6ce8dbbd0379436b574c144e30dfdee42bb912dd2798e2c0286253ac6f8f68525eda7
6
+ metadata.gz: 244d0cee59331179bf03b3e93045b5bb5b65a5bb839d039d6f76787fd4d41ae756025c4df982e4a11094b5a310e6c82ab43815d6375480384e98bf749eac5268
7
+ data.tar.gz: 0dbfa8cdb92abe5747e9b75bc2a7eceb19795600a526345420baf6954f743b8c22f4f6b4c6ab0895b432553d90bd12f8839a6f1718a6ad9c923be0387f1722ad
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -604,6 +604,7 @@ module Google
604
604
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
605
605
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
606
606
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
607
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
607
608
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
608
609
  # trigger a retry.
609
610
  # @return [::Hash]
@@ -687,6 +688,7 @@ module Google
687
688
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
688
689
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
689
690
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
691
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
690
692
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
691
693
  # trigger a retry.
692
694
  #
@@ -550,6 +550,7 @@ module Google
550
550
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
551
551
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
552
552
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
553
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
553
554
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
554
555
  # trigger a retry.
555
556
  # @return [::Hash]
@@ -622,6 +623,7 @@ module Google
622
623
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
623
624
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
624
625
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
626
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
625
627
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
626
628
  # trigger a retry.
627
629
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Eventarc
23
23
  module Publishing
24
24
  module V1
25
- VERSION = "1.7.1"
25
+ VERSION = "1.8.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc-publishing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement