google-cloud-dlp 1.9.0 → 1.10.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: a9cf12f53fcd5ba4af63bd8713d919e6d9b311c07d1356d521ce6ce23c42974a
4
- data.tar.gz: af6a3b6bf41c082922b55e4b5e22f9e48d4ab4bba55a0f8ab23acdef17e62200
3
+ metadata.gz: 39fcd8c3345392cbe52fff9d5b9df49dc839ba266e7f12575bf539acf2bfea46
4
+ data.tar.gz: 1862cd203e641b88c0e453477a0c00e316f735d837fff35afb6c6586be8a17f8
5
5
  SHA512:
6
- metadata.gz: 5207157d29c54388a93a03fe9d7c1e8fc32220660d6f490af523155b8ca16ce88024d46aeadb2720b8ac74654d7eb40566318d8b987d4997425071254f1a8f5b
7
- data.tar.gz: f300a1eb3c305265e94e81a65323594aec136e075bedd64db6b320bd986a4ce5a65f472381556c58356e62cd2ad47ab65fac7a8f519eee45372bb7f4668092ef
6
+ metadata.gz: 98cf8bf823d4a63a132ca3018347ec68c7a4e7064386aae0f46c448c63c430aa69ad411ce347065edf43cf3242427042baaeeaa95335e6579ce4c208cb212054
7
+ data.tar.gz: 6dc1a6946a386866761a29d3439c46e96257a3fa7a84d1a5f343b86219801bd5007825aeba914fd9684e0e6df7fec2297b22025f4087ae7d66b9e7c1a5db7f6c
data/README.md CHANGED
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  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 Dlp
23
- VERSION = "1.9.0"
23
+ VERSION = "1.10.0"
24
24
  end
25
25
  end
26
26
  end
@@ -142,6 +142,7 @@ module Google
142
142
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
143
143
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
144
144
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
145
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
145
146
  # * `:retry_codes` (*type:* `Array<String>`) -
146
147
  # The error codes that should trigger a retry.
147
148
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC