Skip to content

Commit 156f0a1

Browse files
committed
feat(insert_all_gzipped): See PR #110.
1 parent 3a09164 commit 156f0a1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.24.0] - 2024-08-28
5+
## [0.24.1] - 2024-11-04
66

7-
#### Changed
7+
### Added
8+
9+
- Added `insert_all_gzipped` method, see this [PR](https://github.com/lquerel/gcp-bigquery-client/pull/110) for more details. Thanks @idobenamram.
10+
11+
## [0.24.0] - 2024-11-04
12+
13+
### Changed
814

915
- Added missing routine type `TableValuedFunction` as specified in the [reference](https://cloud.google.com/bigquery/docs/reference/rest/v2/routines#RoutineType).
1016
It also fixes the data type of `creation_time` and `last_modified_time` to String type (see https://cloud.google.com/bigquery/docs/reference/rest/v2/routines). Thanks @thevaibhav-dixit.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gcp-bigquery-client"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["Laurent Querel <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/model/table_data_insert_all_request.rs

-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ impl TableDataInsertAllRequestGzipped {
107107
self.data.len()
108108
}
109109
}
110-

0 commit comments

Comments
 (0)