google-cloud-eventarc-publishing 1.3.4 → 1.5.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: 4f1b7773930e8eb55515f5910ded5f8fbe54d91c1e0fedb2c74d39f766f04c8f
4
- data.tar.gz: 51a3783cb0590c0baeef99e6408ed790a59d89e5f53027751301833adeac94d3
3
+ metadata.gz: e0874fa92cbb8aa5918a9ef99b3d4425b499d5f3a7fd102d5b5544600d26fec7
4
+ data.tar.gz: 9dcb95fb65652fe881cd830a801050d946b649e24fdf72d6ed91ea5026b03e8e
5
5
  SHA512:
6
- metadata.gz: 7981ab0b9a99cfb7a1807b209caddd1d2e165a3a67bfc26df7396532207b14badcbcf900173dd1398380336f1656a39fb90da47ef4a2a6afc1a8bcc23c01e0d1
7
- data.tar.gz: b06bd9384329838c986f3278c1992e63db4830dc4b90c4469376507e65dfacff916fccefb1ca7c25b7837d0c94826fd206d4c50243b03dbfe81045fc81dafe3a
6
+ metadata.gz: d777519b9b09fb00510aad1a4084686ae007f445ce41c7593a0d0879ff83b1f038e453e9cf045de60c84e8c63279dc742fd1b2452e79d65f61cea72c8726f445
7
+ data.tar.gz: bdcac05a691bc7a45d4241ba22ca5ec09d9c49cda28fffb4f66fe51b9e8262a0161e9e8b90226ae1bc97cb57799a8dab8ddc4bcad51267a45572656f2c175353
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Eventarc Publishing API
4
4
 
5
- Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management you can optimize productivity and costs while building a modern, event-driven solution.
5
+ Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management ??? you can optimize productivity and costs while building a modern, event-driven solution.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-eventarc-publishing-v*`.
@@ -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.3.4"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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
  #
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.3.4
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -45,8 +45,8 @@ dependencies:
45
45
  version: 2.a
46
46
  description: Eventarc lets you asynchronously deliver events from Google services,
47
47
  SaaS, and your own apps using loosely coupled services that react to state changes.
48
- Eventarc requires no infrastructure management you can optimize productivity and
49
- costs while building a modern, event-driven solution.
48
+ Eventarc requires no infrastructure management ??? you can optimize productivity
49
+ and costs while building a modern, event-driven solution.
50
50
  email: googleapis-packages@google.com
51
51
  executables: []
52
52
  extensions: []
@@ -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
  - - ">="