google-cloud-bigquery 1.51.1 → 1.52.1

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: 22622b84cc452512e75c5ac091f5e71984f0832756f019c4db07b7a65630548d
4
- data.tar.gz: 80e428c51bac81fcd01a5cd05be6524fadfede36242f6d0803aa20eaa00c3529
3
+ metadata.gz: eebf05291009387d9603457ebcd1012db3b5090e229847394ac56dec3fdb478a
4
+ data.tar.gz: 37e8964677c24c906bc766d2d94f6fffeee743990013c47d73faff07bb591c46
5
5
  SHA512:
6
- metadata.gz: 321176420b19fc2ffc9f49deb73d0445835d8a89842e82fb9f63d3420332ce6f93a9d3c17cc4fb601d11721dd998268214ef39e7fd9eedda17e6afd1fcf9e973
7
- data.tar.gz: f16ab1999e2a3b8aeeb79072c7cbe36db0388550a11c0afed6a1774a6bcda02a9aba72f45ddb29cced5520a804008248b1656f3ddd92320c40b35590da623972
6
+ metadata.gz: 6b7e701313f055af34b881cf8fbad6bb11cf86a5782a3e65d0849eaf8b596cd9ffe046de536f9b222fdfc1fb3024d8db398f860330e60372244b06e6c996c83e
7
+ data.tar.gz: 118423b6a2db399957b190395e0ea1e44fb4474d1215cd126c2d564607ac7429a93a1a509d3682ba15b8027f0ee58f30fdddba253bb8fdbabc4ed999343444b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release History
2
2
 
3
+ ### 1.52.1 (2025-04-25)
4
+
5
+ #### Documentation
6
+
7
+ * Fixed a typo in the overview ([#29526](https://github.com/googleapis/google-cloud-ruby/issues/29526))
8
+
9
+ ### 1.52.0 (2025-03-10)
10
+
11
+ #### Features
12
+
13
+ * Update minimum Ruby version to 3.0 ([#29261](https://github.com/googleapis/google-cloud-ruby/issues/29261))
14
+
3
15
  ### 1.51.1 (2024-12-13)
4
16
 
5
17
  #### Bug Fixes
data/OVERVIEW.md CHANGED
@@ -87,7 +87,7 @@ advantages over legacy SQL, including:
87
87
  * Complex `JOIN` predicates, including arbitrary expressions
88
88
 
89
89
  For examples that demonstrate some of these features, see [Standard SQL
90
- ghlights](https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql#standard_sql_highlights).
90
+ highlights](https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql#standard_sql_highlights).
91
91
 
92
92
  As shown in this example, standard SQL is the library default:
93
93
 
@@ -74,7 +74,7 @@ module Google
74
74
  service.client_options.send_timeout_sec = timeout
75
75
  service.request_options.retries = 0 # handle retries in #execute
76
76
  service.request_options.header ||= {}
77
- service.request_options.header["x-goog-api-client"] = \
77
+ service.request_options.header["x-goog-api-client"] =
78
78
  "gl-ruby/#{RUBY_VERSION} gccl/#{Google::Cloud::Bigquery::VERSION}"
79
79
  service.request_options.query ||= {}
80
80
  service.request_options.query["prettyPrint"] = false
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigquery
19
- VERSION = "1.51.1".freeze
19
+ VERSION = "1.52.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.1
4
+ version: 1.52.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
8
8
  - Chris Smith
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2024-12-13 00:00:00.000000000 Z
11
+ date: 2025-04-25 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bigdecimal
@@ -174,7 +173,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-clo
174
173
  licenses:
175
174
  - Apache-2.0
176
175
  metadata: {}
177
- post_install_message:
178
176
  rdoc_options: []
179
177
  require_paths:
180
178
  - lib
@@ -182,15 +180,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
182
180
  requirements:
183
181
  - - ">="
184
182
  - !ruby/object:Gem::Version
185
- version: '2.7'
183
+ version: '3.0'
186
184
  required_rubygems_version: !ruby/object:Gem::Requirement
187
185
  requirements:
188
186
  - - ">="
189
187
  - !ruby/object:Gem::Version
190
188
  version: '0'
191
189
  requirements: []
192
- rubygems_version: 3.5.23
193
- signing_key:
190
+ rubygems_version: 3.6.5
194
191
  specification_version: 4
195
192
  summary: API Client library for Google BigQuery
196
193
  test_files: []