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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/managed_kafka/schema_registry/v1/managed_schema_registry/client.rb +2 -0
- data/lib/google/cloud/managed_kafka/schema_registry/v1/managed_schema_registry/rest/client.rb +2 -0
- data/lib/google/cloud/managed_kafka/schema_registry/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16c394cf3057d3952f63f7a737758f0ac1b76eda9b5c65b1297ab0395ad333c9
|
|
4
|
+
data.tar.gz: 50f842d439bd54198b7bb5d3fbe26591ab3d47b7f6cdad12eb74cbb99c0df04e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
data/lib/google/cloud/managed_kafka/schema_registry/v1/managed_schema_registry/rest/client.rb
CHANGED
|
@@ -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
|
#
|
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
|
+
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|