google-cloud-metastore 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: 511bb3b10310052c2ed85405872579ebed0f8183c351a690e64ec4717e358ca2
4
- data.tar.gz: aa4afd69c4f160acc77c32a2b95d08ebf347595837f9bb60b8a8c63606683edf
3
+ metadata.gz: b5b5f6d6156503728495db38f200297f9616f86209f112dff02eccab2a2de137
4
+ data.tar.gz: f7568eb8ef68115f6bbe77436ef19dc908a8a02d0cd7e7767399adccaf356740
5
5
  SHA512:
6
- metadata.gz: 903de7a05f09d6ce0c78819a5ec0d5a3365f89c7f4c9f0f7ecb2ae4a01d31df5eacdee1e13871b375e6ea6e03082363aed37a99956b770bcb32b1d3f17f28d64
7
- data.tar.gz: 7b86aab06b54f78ab332bf4bc89c3711a7a2db1b8b1417beaafb0f9843a75cf6b2e757a4b74c7f0f35d2147d655d6c855483d3fd389a5198085d1788dad9df5b
6
+ metadata.gz: 68b35909318be2101cf8f86aa05aa379e2564bae40b14cd98ef06ef9889888268d1effad979a808659a446bf140b2f5dc29858ff512cec8313bca991060c4d83
7
+ data.tar.gz: 82bcbf8004d94e71f7a7fd78ccaf8cfe22a025b8ce8fa08746f41d94a2e97977437e8f4871c2db1ffcbcfafd6c53741fd3596695f9c5feedfd62c987635078d9
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 Metastore
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -236,6 +236,7 @@ module Google
236
236
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
237
237
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
238
238
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
239
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
239
240
  # * `:retry_codes` (*type:* `Array<String>`) -
240
241
  # The error codes that should trigger a retry.
241
242
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-metastore
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