google-cloud-dataplex 2.3.0 → 2.4.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: 50fa0ba2390fdcbd78b909326565e17d160b4f2c44f3e961a0ead52614c1fe1c
4
- data.tar.gz: 35409a193291baf7ac34b6a30ddd1bf36db00c5ca810b28ef59ff16363a03742
3
+ metadata.gz: 98c073d5c7b7da6f45987d990a5f4b94ce09d9c3889985007c157efbc1630c56
4
+ data.tar.gz: b6354ad20807443d588a1715fb378d6b2a0972e22c75f5742b37a22d055fe196
5
5
  SHA512:
6
- metadata.gz: 5f51d9570705e671431fe6216a5e7f0cb00225fcb49868d41dee9e89a34baabfceb3f3b66e839bc6f6120fb32df380293256c800b5d68aaf9389ebf7dcbd26a9
7
- data.tar.gz: 14e58acda4fbed794ef0d562e1f2d54034d3cf6369b5bb6014ec1c8ab7a5a45b3313069158d121fe69dd4557b6487082fec18385f74be2a126cf786d7377f122
6
+ metadata.gz: c39c78934242754172af34688b1480431027932e55dc68f1aa86c338f1be59874ce903ba61a0030ac3d88d61eef71d4f4b686e8ae7578fdca91c0a7c83447cd9
7
+ data.tar.gz: 759e69590f2cbcfc81974f40cf25e95889d5c7a9f1a8244330cf3426cf69022c99b3f14be544cd173294f3012af435dad5c8549258688125baf2e2e3394ff678
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  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 Dataplex
23
- VERSION = "2.3.0"
23
+ VERSION = "2.4.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -708,6 +708,7 @@ module Google
708
708
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
709
709
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
710
710
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
711
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
711
712
  # * `:retry_codes` (*type:* `Array<String>`) -
712
713
  # The error codes that should trigger a retry.
713
714
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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-dataplex
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC