google-cloud-managed_kafka-v1 1.8.0 → 1.9.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: 5c2312e33f7caef8c42934e421c03752fce2f1e01188fc122dc2207a41fc364b
4
- data.tar.gz: 3b9ba65bff98b9fd411ca963591baa57de286ba9e5158cc7fcff63e1462d13c9
3
+ metadata.gz: c5be46b7aa75279c302cd6c32b6943bd76f0fa54e188425ad97e7dd9c784604a
4
+ data.tar.gz: 77168a68b9d78eacba8c177fbd67ccf2bc3c988cf4e041b93e6f7260ac35d5ca
5
5
  SHA512:
6
- metadata.gz: b6df82bb7af5bd726298e6bd93eeddb627d7fe1fce61194ee4e7c68ff1554bf8d8c6b223185bea33f71dfe793716d1ab6f5fee7546c79310641c45baa1b204f5
7
- data.tar.gz: 8377a2835f758a3ad567ab46ce2bea006a0dc61ecbef30f26998e628f8da41a11524a7da1d64a0e753edcf0fb6cfb6d919f42808e6b6ac1d40fe853776e40ab7
6
+ metadata.gz: 5ff8a94525a4fbb17b26e170486114ef80ffbab75184ff0ee5a7fa50d0b6a0634656bfc39919682802603803bc6fc4225a07f884046fcd0ad9a823b84e2ceb31
7
+ data.tar.gz: b9e0139399aebd6e7bc04385ba7378e8b6f520ebf620205393805cbf49359e789035de1b3cb96afe298898f9235de8eee86ce6c7db94b85d8654bb2c62bae306
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -2395,6 +2395,7 @@ module Google
2395
2395
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2396
2396
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2397
2397
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2398
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2398
2399
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2399
2400
  # trigger a retry.
2400
2401
  # @return [::Hash]
@@ -2478,6 +2479,7 @@ module Google
2478
2479
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2479
2480
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2480
2481
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2482
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2481
2483
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2482
2484
  # trigger a retry.
2483
2485
  #
@@ -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
  #
@@ -2216,6 +2216,7 @@ module Google
2216
2216
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2217
2217
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2218
2218
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2219
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2219
2220
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2220
2221
  # trigger a retry.
2221
2222
  # @return [::Hash]
@@ -2295,6 +2296,7 @@ module Google
2295
2296
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2296
2297
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2297
2298
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2299
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2298
2300
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2299
2301
  # trigger a retry.
2300
2302
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -1703,6 +1703,7 @@ module Google
1703
1703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1704
1704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1705
1705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1706
1707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1707
1708
  # trigger a retry.
1708
1709
  # @return [::Hash]
@@ -1786,6 +1787,7 @@ module Google
1786
1787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1787
1788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1788
1789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1789
1791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1790
1792
  # trigger a retry.
1791
1793
  #
@@ -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
  #
@@ -1573,6 +1573,7 @@ module Google
1573
1573
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1574
1574
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1575
1575
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1576
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1576
1577
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1577
1578
  # trigger a retry.
1578
1579
  # @return [::Hash]
@@ -1652,6 +1653,7 @@ module Google
1652
1653
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1653
1654
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1654
1655
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1656
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1655
1657
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1656
1658
  # trigger a retry.
1657
1659
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedKafka
23
23
  module V1
24
- VERSION = "1.8.0"
24
+ VERSION = "1.9.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_kafka-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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