google-cloud-ai_platform 1.5.0 → 2.0.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: 5fdd570c5fc045458b2e8dfe46c8cc4ae837da80772257d49af5ec00b57d2540
4
- data.tar.gz: 1260358eb3cd6e0af2330eab8a5c80ed30512cc5956fc272253f4f7a25d0b858
3
+ metadata.gz: 9cdd0676873d4fe2bb8e5029f51be6eda28c925d5aac814b5b3605bc4e3799a3
4
+ data.tar.gz: 2133a63dc2f74a590d7bcfbdc3eedf18d6186cb835ece720c907a58156fb15e7
5
5
  SHA512:
6
- metadata.gz: e8b680ae84b11f4a46fd7d73243be2a1649f13cea94a6e9f5edf224630bb39a727ba1cc2c226810b542199e4d52754bf01ed361c320105f47a281f30080166cc
7
- data.tar.gz: ed711fc5a558de75dfc232df58389ca02abc9a35f08ca35b002b4be968d4cf9c53bb4c1aa68e206854f8efc8e04a6b8a585c961bb51780d538d1a5068bb871cb
6
+ metadata.gz: 5ad2918421368f3b9ad36991ef655bb51b507965af47e4935f44576cd8fabb3fe2bdcfbc57ee80bdb4c066ee300154056f74430ab50f2b1d68ad965d18fe4b35
7
+ data.tar.gz: b82bf689291b100c5bc4642d6662977c8f4ea4299e070b561005bd5303b6cbce18758da9ed2ad4f90019398032a7da31bca7f7bffd24678cd42b0803eb1a31af
data/README.md CHANGED
@@ -59,9 +59,14 @@ service such as [Google Cloud Run](https://cloud.google.com/run), this generally
59
59
  results in logs appearing alongside your application logs in the
60
60
  [Google Cloud Logging](https://cloud.google.com/logging/) service.
61
61
 
62
+ Debug logging also requires that the versioned clients for this service be
63
+ sufficiently recent, released after about Dec 10, 2024. If logging is not
64
+ working, try updating the versioned clients in your bundle or installed gems:
65
+ [google-cloud-ai_platform-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-ai_platform-v1/latest).
66
+
62
67
  ## Supported Ruby Versions
63
68
 
64
- This library is supported on Ruby 2.7+.
69
+ This library is supported on Ruby 3.0+.
65
70
 
66
71
  Google provides official support for Ruby versions that are actively supported
67
72
  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 AIPlatform
23
- VERSION = "1.5.0"
23
+ VERSION = "2.0.0"
24
24
  end
25
25
  end
26
26
  end