google-cloud-managed_kafka-schema_registry 0.2.0 → 0.3.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: 1ec54adddd970802cb6e288c5ac8ddc9f6a0da48c22feece0c7af61528345f96
4
- data.tar.gz: 3f077971069687a45c4e8e709c834b7b4f6c9b0306df600fc95096e015d3f95d
3
+ metadata.gz: 1d545924380b76a416afca9618bbf3f94c86ce4e96a67a68c83d4407c2e6a38e
4
+ data.tar.gz: 243832624ab636017a9288a10abde19b3b3925eb5fe790b9003d0aa50a564ba3
5
5
  SHA512:
6
- metadata.gz: a18adaccadafd4308071224c22808d58e077b37ece373f9bd670cac913ace423517c8ca5d95e23118fea0956891fc6db2a0f057504e199965b78d138060b6382
7
- data.tar.gz: 7ea9f016d7cb61db7cc04154340ec76c397876b5ca6f25ac6a75d69c22487725f3e4ed647ddbd4780c1707d46401ff7275d086c9380c78ac54aa90e05e04e983
6
+ metadata.gz: 1ac5aa76b6894cd64c3bc8a9322c92439cf4afd21a1d94e330921b1f68501244c9feb128b05c45ca43efa8fedc325b646e5adc55df97f90194224081a5c7b6c9
7
+ data.tar.gz: e0b97c0c3e74c18aa46239f2612200852dd566585e1716761b9641889502c12a827027137d51a4c5584bc8b07ed4aa1ca0e8fff80563682e7647f459f3e0e159
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedKafka
23
23
  module SchemaRegistry
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -187,6 +187,7 @@ module Google
187
187
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
188
188
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
189
189
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
190
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
190
191
  # * `:retry_codes` (*type:* `Array<String>`) -
191
192
  # The error codes that should trigger a retry.
192
193
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_kafka-schema_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC