google-apis-spanner_v1 0.37.0 → 0.38.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: '04482d1f5f618bac1fa2fb733e94bef99a0736c7ad2b1d634d6c563a86e31b7f'
4
- data.tar.gz: 6fffc742b361bcb309f5e536769c7c7cbcf516a9df9cd8674c7f0d44ab6dc331
3
+ metadata.gz: fd7d82b009260b024177aea46127ebf13307e62e4ed6ad312073f40339350deb
4
+ data.tar.gz: 18953a84f3a342c625a352b390161e0afca081ce14156ee15f3a3616d5f7777e
5
5
  SHA512:
6
- metadata.gz: a4c1c1c8d725a172c1e1b7112d6bc9524f7cb4408859a7e497219182cdbf8dc9aa10a8da2da5a62c8593cd9c21bea12fe8b5d5d6104aea9b7f83e4f66efbea39
7
- data.tar.gz: 4c33e501851e05cdca0fc88f8726cbdade7e6440bef199333a7f84ac6da737d3c0ba88d42b3c0869cb3011e2374fb72f0be6970c4e6368df53f13738ffad695d
6
+ metadata.gz: 2c3d57d5f2c299b8288f8c8af491ff7d486aa39ee1a2df917eb298e708a3a8cf8c302c4eead4a132d332ee2100ac18d40f5b91dd2ca0f5aa2ee67bfc7b0885b3
7
+ data.tar.gz: 6a6a32e3ad6941f02b37c191eadaa5735e3555285122256c922dbb762da7b371b242f99f8f41e2df07b7f9aa6243f0a0a517c2eae541317a9e77a4042db9c93c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.38.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20241218
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.37.0 (2022-09-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20220902
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/spanner/) may provide guida
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91