google-cloud-functions 2.1.0 → 2.2.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: ec5079c64333d2e0d00c6d59ca93092740eefb3ef06fd9a83158437a876c5df2
4
- data.tar.gz: 4105a177000a7243b7a9555bd6e36abb4bc0e53bd4ba9fe49ca47b446fd7e449
3
+ metadata.gz: eab7187fe09496cd8d88e1a70ef479a955a42333ecaecedd041bb92cc8b45d97
4
+ data.tar.gz: bdf2d7fa684017b20c9099eb7fb64cc3feadff647f0f3a073c365fa3690fcb28
5
5
  SHA512:
6
- metadata.gz: 90d45e169806d2e4931295b11a40a5830cd35a77bfb656a246bd4bdd94a60d9225abc546c494188e07eb6022d200d833cc259c5b10543417e5c0d48e4c6a030c
7
- data.tar.gz: 258aa7838511ecd69df82e8a371d76350a488d2eb58259053637590ecc6979afc8b8bffb575d15fe903b80f7d51f2b7cf84144ba02603bf0bde05bab90aaf1ee
6
+ metadata.gz: 2e85c8b0fa488a59a84c305fe268f338095588dd662c5ffb85439feec9ec6e11a20858c83b0f8f2d1ac011d57e7fbff8bd08df19445cae8761fe891b600b530a
7
+ data.tar.gz: dcb387a8ec8a18bf682adfda32e8ac337a88a93fce4a7db5e60dbc9ce3554fe5af6bdb4a6a6d9bd932727cec6e94db1957759e18ad3fee8caab7c72972caaaa7
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Functions
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-functions
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC