google-cloud-eventarc-publishing 1.4.0 → 1.5.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: fa034b28460d8b89f631dfd67e8dd40a5e5bbeaaa7ca705129b311f11d1c2819
4
- data.tar.gz: 245b4db12e115f77a2e456e72579798f43972353fb6f04255b37048a039aa854
3
+ metadata.gz: 317786a87b723617b06b38e2721a807866154b7c9abcadd8ceb7b9bd0688c30f
4
+ data.tar.gz: 997612aecc6678c2bead603e90d2002c7b095dc411595c61d5686ab5a06c5ca0
5
5
  SHA512:
6
- metadata.gz: beef4a30c411de27b6815cbb3c5f8719bf4ea9e019cdcbb65519afe6fe9a85f2f4ba97c300a7cfac0b23e35328b0cec3f302116987f15c22d73145451d0d80e1
7
- data.tar.gz: 9a2c17b904c4cac359c14a2d0d2c7856330d2fb5472dfafd151d6e592d2e098ec521a643dd9e51563012dc3d6169f5fab7f5f92b8fd9d319f9ae216f3083038d
6
+ metadata.gz: 146507c9a403f66aa02fa198d1c280dff3fc05827b3907aacf0c30a73ff93c9a06e8f6753a509c879a2ebc36a12b5ce3a9bf4cb796ba8ec1ea0aa31a4698fc68
7
+ data.tar.gz: db7cf904137682de80a4b5189cc0b7f05e12aa450667284d42b8fc27c58a444382099b97b9f9e335b4da6019b938c1805eab904a5fa2549460f69a47a7f1a430
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Eventarc
23
23
  module Publishing
24
- VERSION = "1.4.0"
24
+ VERSION = "1.5.1"
25
25
  end
26
26
  end
27
27
  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.
@@ -167,6 +167,7 @@ module Google
167
167
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
168
168
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
169
169
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
170
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
170
171
  # * `:retry_codes` (*type:* `Array<String>`) -
171
172
  # The error codes that should trigger a retry.
172
173
  #
@@ -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-eventarc-publishing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC