google-cloud-ai_platform 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fdd570c5fc045458b2e8dfe46c8cc4ae837da80772257d49af5ec00b57d2540
4
- data.tar.gz: 1260358eb3cd6e0af2330eab8a5c80ed30512cc5956fc272253f4f7a25d0b858
3
+ metadata.gz: 32f77331f2efbb03fcdb6308fbdeab39af0fbca8f53f4c3201e8c4245c89b1d0
4
+ data.tar.gz: 86b3bdde1ccde6499d800c94c4d5d72da74ce1c189886064764b8ff92810ef10
5
5
  SHA512:
6
- metadata.gz: e8b680ae84b11f4a46fd7d73243be2a1649f13cea94a6e9f5edf224630bb39a727ba1cc2c226810b542199e4d52754bf01ed361c320105f47a281f30080166cc
7
- data.tar.gz: ed711fc5a558de75dfc232df58389ca02abc9a35f08ca35b002b4be968d4cf9c53bb4c1aa68e206854f8efc8e04a6b8a585c961bb51780d538d1a5068bb871cb
6
+ metadata.gz: b79be21fd40e89adb66f5651c18242f2bd8b0082772fa8046d92e3e624bb2e85c31ea151094390d44a7480f3899c1d005973a6005ff888ff1303b93851885718
7
+ data.tar.gz: e52067a2614cbf9ace1a188e1211b6a2e95d3f02cd176cb57a863998ff9a9209f80c187006014acf48140a0a4b2c0190db3caffa002936787c44089655dbbf93
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 = "1.6.0"
24
24
  end
25
25
  end
26
26
  end