google-cloud-dlp 1.9.0 → 1.10.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: a9cf12f53fcd5ba4af63bd8713d919e6d9b311c07d1356d521ce6ce23c42974a
4
- data.tar.gz: af6a3b6bf41c082922b55e4b5e22f9e48d4ab4bba55a0f8ab23acdef17e62200
3
+ metadata.gz: d24e6699e953c5bcdf6db3b9b3054672739a82eb65d577c71401f57c0f050ca6
4
+ data.tar.gz: f014c4e3bfbfd1254db91d8e75095ef866b7df9b0f4c95ea4f97f3283e66582a
5
5
  SHA512:
6
- metadata.gz: 5207157d29c54388a93a03fe9d7c1e8fc32220660d6f490af523155b8ca16ce88024d46aeadb2720b8ac74654d7eb40566318d8b987d4997425071254f1a8f5b
7
- data.tar.gz: f300a1eb3c305265e94e81a65323594aec136e075bedd64db6b320bd986a4ce5a65f472381556c58356e62cd2ad47ab65fac7a8f519eee45372bb7f4668092ef
6
+ metadata.gz: 2e8b294b15124f318e0c767be606d69fd448d18c21c5b5b15a764b960c09cc1cc10e5d88addfceb0d7916c39ddb620741975c09159f39c94d9d501d53f4be469
7
+ data.tar.gz: 70bdeb8c01668a3a0e1b855a252a56162b128f8b2698b8983f72a2347912e6befdffb86724f87a893b0a9b2d0231ca4ab1b3feed49730899dc603e2b44c1a771
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.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 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.
@@ -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
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 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-dlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC