google-cloud-recaptcha_enterprise-v1beta1 0.16.1 → 0.17.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: c1ef793eeab017dfc3723d36aff482f57a3efede009d52858fbdb5aa27ae6567
4
- data.tar.gz: fb6098f4de40488463d7e678b7321530aee461bc232e22c2623d647d575a8ee3
3
+ metadata.gz: 03b200f2dcc66c5fdadba309aca10266951107bf277c73f994c909de3d6c5c88
4
+ data.tar.gz: 59c86dfed4cacdc11875564668913f95eb61773c0a94bce61826db23c295f549
5
5
  SHA512:
6
- metadata.gz: a7dc92f88cdbbfe113f77fd1550a486a860ba50608aadff27292e3d29505058a0601da7e4484f8e9253109f361bf6007dc507fc59991de8933338b3f30540a5a
7
- data.tar.gz: dac79a60504b5c72911a598e26d6b43765ccdde7ca274bf6350c43210bbfe92f0e71ee41b0b26fe3cbc6e64a9bd4d42d3598d751429f4e4e049b3ace521adc73
6
+ metadata.gz: cae5fd141a8c3cb34381ece9da5acb6231e21e7afdf13faee56aa16f030fa2466165636a91e46ace5fc790a398d4b48fd417351ee3b88e7c773d9761ba20ef44
7
+ data.tar.gz: 370a77235c63571d7363be999e6242153e778c72aaab7068fd7423db095275bfb6713172a6f4afcdae79841671d3e6e0ceb59048cc3a721ea48f70716ccce1b8
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -421,6 +421,13 @@ module Google
421
421
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
422
422
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
423
423
  # * (`nil`) indicating no credentials
424
+ #
425
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
426
+ # external source for authentication to Google Cloud, you must validate it before
427
+ # providing it to a Google API client library. Providing an unvalidated credential
428
+ # configuration to Google APIs can compromise the security of your systems and data.
429
+ # For more information, refer to [Validate credential configurations from external
430
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
424
431
  # @return [::Object]
425
432
  # @!attribute [rw] scope
426
433
  # The OAuth scopes
@@ -398,6 +398,13 @@ module Google
398
398
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
399
399
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
400
400
  # * (`nil`) indicating no credentials
401
+ #
402
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
403
+ # external source for authentication to Google Cloud, you must validate it before
404
+ # providing it to a Google API client library. Providing an unvalidated credential
405
+ # configuration to Google APIs can compromise the security of your systems and data.
406
+ # For more information, refer to [Validate credential configurations from external
407
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
401
408
  # @return [::Object]
402
409
  # @!attribute [rw] scope
403
410
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1beta1
24
- VERSION = "0.16.1"
24
+ VERSION = "0.17.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recaptcha_enterprise-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-15 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -15,7 +15,7 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 0.24.0
18
+ version: 0.25.0
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: 2.a
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: 0.24.0
28
+ version: 0.25.0
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
31
  version: 2.a
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="
90
90
  - !ruby/object:Gem::Version
91
- version: '2.7'
91
+ version: '3.0'
92
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ">="