google-apis-spanner_v1 0.37.0 → 0.39.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: '04482d1f5f618bac1fa2fb733e94bef99a0736c7ad2b1d634d6c563a86e31b7f'
4
- data.tar.gz: 6fffc742b361bcb309f5e536769c7c7cbcf516a9df9cd8674c7f0d44ab6dc331
3
+ metadata.gz: 80aab876566e716fc6f342f93eed7c62dd1ee0bd5552d96ba479de28adde6cb2
4
+ data.tar.gz: 22a06a2a63ca137eb6926e1b299c9709ceed4be566826ea6fdcb9e1921c9c576
5
5
  SHA512:
6
- metadata.gz: a4c1c1c8d725a172c1e1b7112d6bc9524f7cb4408859a7e497219182cdbf8dc9aa10a8da2da5a62c8593cd9c21bea12fe8b5d5d6104aea9b7f83e4f66efbea39
7
- data.tar.gz: 4c33e501851e05cdca0fc88f8726cbdade7e6440bef199333a7f84ac6da737d3c0ba88d42b3c0869cb3011e2374fb72f0be6970c4e6368df53f13738ffad695d
6
+ metadata.gz: 8e66fb6ecfa79250487e211943073aa452ae0718fa276ed995bfc2f03c119f6cc5745380a1864840f1af9c5543d1bdb33965ef0f011b8e198515c7bb60747d26
7
+ data.tar.gz: '09335b0beac3787e24364869a26288b594adef0bd1358b3569bcad38ef9143c3e04519d486e642582af3eade5e50461e1e3992a48bd5f66d8dcac81b3a87271b'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.39.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250220
6
+
7
+ ### v0.38.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20241218
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.37.0 (2022-09-05)
4
13
 
5
14
  * 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