google-cloud-managed_kafka 2.2.0 → 2.3.1

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: 34a7e17763005672e8623abd88d1077cf02fc8134bd763205a799d12e77e7dc8
4
- data.tar.gz: f4ba3547c9b191158a38de28f87a15c7e60a31e3465eb7a68b14624c1b11fb79
3
+ metadata.gz: 7fcc1d8b92160b849fab63002d47e0b2cf1bbcaf5627f53f452b6c1a92d9b4af
4
+ data.tar.gz: 5d64f69d40327cd2eab3492b6c9dd90100f3a73fa82d238d35ff9ecdfce0e111
5
5
  SHA512:
6
- metadata.gz: d839f146514dc8b01c2b3f016fab16b36080a37fcbf0dbb0dc90815935ca2b175f144bfd787c279f40fe86d82224e0042647dfcd2539ac5bc1e979e198599a82
7
- data.tar.gz: 460735c83264449b235e1e847c2e38f9f830da987220c8b3afab494102fa23ee1fe5c3bfbc0aeac8c19d4445189e76da6b019a92212da1c93ff981ce5d218207
6
+ metadata.gz: 1ac39f46147e1d093ad6170b0c55a0ef74f86c6f1357320a50303b1acbcea4d64d9d8728964af6582d004c058254f4441752c7e8d210b008358f95352a0552f1
7
+ data.tar.gz: 148963a5b1f02738d80523858e6600f3e5e60cd2036e233dceea7604bbbca7f5022e63b80d849b079a1391f3d6e0a127ada1b8d49a19fa9eddf485406fd94680
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  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 ManagedKafka
23
- VERSION = "2.2.0"
23
+ VERSION = "2.3.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -210,6 +210,7 @@ module Google
210
210
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
211
211
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
212
212
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
213
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
213
214
  # * `:retry_codes` (*type:* `Array<String>`) -
214
215
  # The error codes that should trigger a retry.
215
216
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC