google-cloud-bigquery 1.61.1 → 1.63.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: 3b011fdd6daa487b99c4c1bf684f3952f9cd380743048c5a314241750a01fbf3
4
- data.tar.gz: d7668277ad007c19d12b06c8cf6fd02695345dea12a1e6f9d3ac573bc5c70e45
3
+ metadata.gz: 52cd3568e7aae513bd61c21a72ff9aa34e8323938178813185a8932b362afa1a
4
+ data.tar.gz: b1e6f9c15ca5d0bf01b97ee5d4018d2ac186f0f3a9a10b886b7557d590db3355
5
5
  SHA512:
6
- metadata.gz: a85f76563d165c7fecb23040c2f46a55edb0a89bb0564520fe1d95ac2a5e34862f5375adbefabd1764cab3fb888dfe40574b7b92d7292a297db5647d7e9fb121
7
- data.tar.gz: ac10adf9544cf44fa4f7dee744340db9976fc86e09c458eb209692561fc9fb05abd350ceb358bfae3bb3bb06b2f7bc5a1804a7ef8811eca16c7d9f92c3e6002d
6
+ metadata.gz: 914cf619a05a65e8f17e3f8ee79ea79d725678630860206f497b6bd6684740f5ced3bb4b56bdf3ba6a314da9f53be06f1a6f3b5a10654d3ff2a860ca559d3f65
7
+ data.tar.gz: f5c106b11b871c49f0fecdf242c3da4ae101b77fd329b1ad7736c9197a3ff511474625d95f1a618469327312b4c20676f9c595436673a52530870bc2be7e4106
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Release History
2
2
 
3
+ ### 1.63.0 (2026-04-15)
4
+
5
+ #### Features
6
+
7
+ * Update minimum Ruby to v3.2 and support v4.0 ([#33811](https://github.com/googleapis/google-cloud-ruby/issues/33811))
8
+
9
+ ### 1.62.0 (2026-01-06)
10
+
11
+ #### Features
12
+
13
+ * Update required Ruby version to 3.1+ ([#32332](https://github.com/googleapis/google-cloud-ruby/issues/32332))
14
+ #### Documentation
15
+
16
+ * Update README and OVERVIEW
17
+
3
18
  ### 1.61.1 (2025-11-21)
4
19
 
5
20
  #### Bug Fixes
data/OVERVIEW.md CHANGED
@@ -368,9 +368,9 @@ BigQuery](https://cloud.google.com/bigquery/streaming-data-into-bigquery).
368
368
  ### Uploading a file
369
369
 
370
370
  To follow along with this example, please download the
371
- [names.zip](http://www.ssa.gov/OACT/babynames/names.zip) archive from the U.S.
372
- Social Security Administration. Inside the archive you will find over 100 files
373
- containing baby name records since the year 1880.
371
+ `names.zip` archive in `https://www.ssa.gov/OACT/babynames/names.zip`, sourced
372
+ from the U.S. Social Security Administration. Inside the archive you will find
373
+ over 100 files containing baby name records since the year 1880.
374
374
 
375
375
  ```ruby
376
376
  require "google/cloud/bigquery"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigquery
19
- VERSION = "1.61.1".freeze
19
+ VERSION = "1.63.0".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.1
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -188,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
188
188
  requirements:
189
189
  - - ">="
190
190
  - !ruby/object:Gem::Version
191
- version: '3.0'
191
+ version: '3.2'
192
192
  required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  requirements:
194
194
  - - ">="