google-cloud-managed_identities-v1 1.7.0 → 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: f4c6cbbbc95aaa4d8d548fe7a999dc6226d2d12c902d9bc26c1fcc0e244c80f2
4
- data.tar.gz: 99f6347a6d307adefe11d33ba26e3beda2be0928e7790c63af874d9dc3a9b6e2
3
+ metadata.gz: 6b73c8638e8beb0494746057a12bd68f3d0a2f7cad38a4b84eb6feee33375fc3
4
+ data.tar.gz: 9b61381290a3b434500ed3f9ef7f492915f1c7f5b5df6d32a1d8d9f9c3211b51
5
5
  SHA512:
6
- metadata.gz: 3afbe7798ea8dccb9d6fa9a1c1731574a8b5223d63ed984aa185f218c7d63453f984789b635bebf5da779837a78eaa99fd01e5093c283603e1ad892f28f4ad49
7
- data.tar.gz: d43e2ba16ff8be95193e5496d6ce7f2c5f1e25e6163163cb53f2edd71c689704737b8c8bc8c3ed184a2180f1182a6fc8bb23984679bd01dbf17bcd432563560e
6
+ metadata.gz: acc6d33a72799b4fe3940c43b678546310cca2617c72e39718f24904fd46cddcb907d593610b69727f7b0912da3e8eb97f465edc6bc5ad8b5895f22862479373
7
+ data.tar.gz: e45218c2d6a83e18d413ef6a270e139504276116ed8c0ae3d0c695383313aba83ebf6e494f8974d7d1c407dda5147a5861e977148b9f982314a43c4962ad321a
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
@@ -1326,6 +1326,7 @@ module Google
1326
1326
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1327
1327
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1328
1328
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1329
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1329
1330
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1330
1331
  # trigger a retry.
1331
1332
  # @return [::Hash]
@@ -1409,6 +1410,7 @@ module Google
1409
1410
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1410
1411
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1411
1412
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1413
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1412
1414
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1413
1415
  # trigger a retry.
1414
1416
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedIdentities
23
23
  module V1
24
- VERSION = "1.7.0"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_identities-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
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