google-cloud-logging-v2 1.6.0 → 1.7.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: 0e885a0ba1cde8935e9960efb209302048680c76c81d17b8d3f9e17d29bb3aee
4
- data.tar.gz: 3ba4a5281c3d3dd6ee8b09d42ff447d8c93f06d03c94f9890515c447cc7fac30
3
+ metadata.gz: 47f22e3963bf82b5cab486bb79123797b284b90abdc4477a1c74fda778af3ca3
4
+ data.tar.gz: 9c1e23eab4ec75765be54e41f44e346f6f6dd19c897a6bcda0c8e25f4f9e9657
5
5
  SHA512:
6
- metadata.gz: eed2651e6f7cb7886dd497ed964a5d281606ce0987d7368b39a9fda12152c46fcdd0bea502d5c9d043d422060cb20742066a2f170ad02af7cc72aab60a72afb9
7
- data.tar.gz: beba2315b5d84c96d5a649126b22014a08104174b63f9453994200cef353854389bdc1f0f839e826611e8b6c8a958bc94e66e1004af39496065df1f8bf569676
6
+ metadata.gz: 13a46edc305457cbefa197647f6729d7b235902fe78b6761da66104fbbedb299af1157959f7cd941e407a8e0555d447daf29f00e473a2303c94ea019965fd0f2
7
+ data.tar.gz: d2a4de7dc62da5b9a9e48b7bb9e88784e2ac8938a3ccc9e0946667cc6d26193f0e1b84ff5080f6b60f98cde7a88eeb0b0b79007733a7d2017f34021e235c961d
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
@@ -3661,6 +3661,7 @@ module Google
3661
3661
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3662
3662
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3663
3663
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3664
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3664
3665
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3665
3666
  # trigger a retry.
3666
3667
  # @return [::Hash]
@@ -3744,6 +3745,7 @@ module Google
3744
3745
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3745
3746
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3746
3747
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3748
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3747
3749
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3748
3750
  # trigger a retry.
3749
3751
  #
@@ -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
  #
@@ -969,6 +969,7 @@ module Google
969
969
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
970
970
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
971
971
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
972
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
972
973
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
973
974
  # trigger a retry.
974
975
  # @return [::Hash]
@@ -1052,6 +1053,7 @@ module Google
1052
1053
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1053
1054
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1054
1055
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1056
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1055
1057
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1056
1058
  # trigger a retry.
1057
1059
  #
@@ -762,6 +762,7 @@ module Google
762
762
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
763
763
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
764
764
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
765
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
765
766
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
766
767
  # trigger a retry.
767
768
  # @return [::Hash]
@@ -845,6 +846,7 @@ module Google
845
846
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
846
847
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
847
848
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
849
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
848
850
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
849
851
  # trigger a retry.
850
852
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Logging
23
23
  module V2
24
- VERSION = "1.6.0"
24
+ VERSION = "1.7.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-logging-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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