google-cloud-bigquery 1.44.0 → 1.44.2
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 +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/cloud/bigquery/dataset.rb +0 -1
- data/lib/google/cloud/bigquery/version.rb +1 -1
- data/lib/google-cloud-bigquery.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f472585fc409145d63c9496888e8a315f08a973d2f88d8b4bd3845e5f9d1c73
|
|
4
|
+
data.tar.gz: 8a8fb8e92b1f89fe2377e8fcf9a82b4c2f4fdee005cba8b180bccfd9714aa2a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab37fc4cd9831d787e46a558ebac8aa248a10be7c8fc9d4277948f15daaa00283cc1dbe12aaa3cc19b2f9fa1c227e31d549ef57bb6364d8543713a548796b257
|
|
7
|
+
data.tar.gz: c8d5282b98a5267874986fa30814c81ce0b68a85db11978b2857eadca0692c8c0dbd3ae299332a5e1df18991207d40399e5f7c028ca83cd7112d5f7d4724d106
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
### 1.44.2 (2023-09-12)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Avoid dataset reload when accessing location ([#22905](https://github.com/googleapis/google-cloud-ruby/issues/22905))
|
|
8
|
+
|
|
9
|
+
### 1.44.1 (2023-09-08)
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* remove unnecessary warning ([#22904](https://github.com/googleapis/google-cloud-ruby/issues/22904))
|
|
14
|
+
|
|
3
15
|
### 1.44.0 (2023-09-04)
|
|
4
16
|
|
|
5
17
|
#### Features
|
|
@@ -139,5 +139,5 @@ Google::Cloud.configure.add_config! :bigquery do |config|
|
|
|
139
139
|
config.add_field! :quota_project, nil, match: String
|
|
140
140
|
config.add_field! :retries, nil, match: Integer
|
|
141
141
|
config.add_field! :timeout, nil, match: Integer
|
|
142
|
-
config.add_field! :endpoint, default_endpoint, match: String
|
|
142
|
+
config.add_field! :endpoint, default_endpoint, match: String, allow_nil: true
|
|
143
143
|
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.44.
|
|
4
|
+
version: 1.44.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-09-
|
|
12
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: concurrent-ruby
|