google-cloud-managed_kafka-schema_registry-v1 0.4.0 → 0.5.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: 044aa489f839e4d2dd7b8226d9d8ab763e34643a69aa7e0fc2ec18db89ffcf2b
4
- data.tar.gz: a9e730b20da1d4c7df162d5b2624617fc8d43f933e47255786db64fdee697731
3
+ metadata.gz: 16c394cf3057d3952f63f7a737758f0ac1b76eda9b5c65b1297ab0395ad333c9
4
+ data.tar.gz: 50f842d439bd54198b7bb5d3fbe26591ab3d47b7f6cdad12eb74cbb99c0df04e
5
5
  SHA512:
6
- metadata.gz: 19497cea933b2d65e73e8a2a0a946b587433332180b5e2f3e38af3df6480fc78f7dbc58ad02393d31cdb14df47399af1ee98551d9efb0df143c709924eab6e61
7
- data.tar.gz: fdbc1431a9b2584b7f6778a6ac31388ec8f16caab089a24bedea3cd70e8a1fd766e168d26a4ea6ca93ce1617070fbbeac3049cddbb88b55e87062ec7c344d658
6
+ metadata.gz: 5a56ecb774afd96b1aa41d4b0cac3b85799e890337310512a84a1459337cd4b3d52617a477686fd92892e62e9ee07a7346884cf9c0e0bc7c85f8915485fb4b1a
7
+ data.tar.gz: 88cf1d86e97b5dbee948de4b77608082d978757a4f9fbc03e05f6c6ec4277fe8f462993388e1cd3103b6072d5170b717ccfc77153159d9ab909ad8dd99845133
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
@@ -2834,6 +2834,7 @@ module Google
2834
2834
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2835
2835
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2836
2836
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2837
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2837
2838
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2838
2839
  # trigger a retry.
2839
2840
  # @return [::Hash]
@@ -2917,6 +2918,7 @@ module Google
2917
2918
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2918
2919
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2919
2920
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2921
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2920
2922
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2921
2923
  # trigger a retry.
2922
2924
  #
@@ -2613,6 +2613,7 @@ module Google
2613
2613
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2614
2614
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2615
2615
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2616
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2616
2617
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2617
2618
  # trigger a retry.
2618
2619
  # @return [::Hash]
@@ -2692,6 +2693,7 @@ module Google
2692
2693
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2693
2694
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2694
2695
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2696
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2695
2697
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2696
2698
  # trigger a retry.
2697
2699
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module ManagedKafka
23
23
  module SchemaRegistry
24
24
  module V1
25
- VERSION = "0.4.0"
25
+ VERSION = "0.5.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_kafka-schema_registry-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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