Skip to content

Releases: packaged/bigquery

4.0.3

15 Oct 11:04
64652b8

Choose a tag to compare

Full Changelog: 4.0.2...4.0.3

4.0.2

06 Jan 15:04

Choose a tag to compare

Display scalar values, or the type on error

4.0.1

06 Jan 14:47

Choose a tag to compare

Support arrays in strings

4.0.0: BigQuery Timeout Exception (#3)

24 Sep 15:52

Choose a tag to compare

* added BigQuery timeout exception

* fixed missing parenthesis

* moved exception further up.

* removed invalid references and assignment in IF statement as per PR

3.2.1

08 Mar 15:40
e4ae567

Choose a tag to compare

Stopped returning all of the rows when doing a queryIntoTable (#2)

3.2.0

21 Feb 14:14
5b2c045

Choose a tag to compare

Split up large batches of rows to reduce request size when writing (#1)

* When writing a batch of rows they are now split into smaller batches if necessary to keep the individual requests smaller than the 10MiB limit

* No need to allow for commas

3.1.1

03 Jan 16:51

Choose a tag to compare

Added truncateTable option to runQueryIntoTable, fixed parameter orde…

3.1.0

03 Jan 15:07

Choose a tag to compare

Added BYTES type

3.0.1

06 Jun 14:08

Choose a tag to compare

Fixed error handling

3.0.0

04 Jun 16:07

Choose a tag to compare

Breaking change: Upgraded BigQuery SDK 1.2 from Google SDK v2. Change…