Releases: googleapis/nodejs-bigquery
Releases · googleapis/nodejs-bigquery
@google-cloud/bigquery v5.8.0
Features
- add support for loading Firestore export file (#991) (c17a44e)
@google-cloud/bigquery v5.7.1
@google-cloud/bigquery v5.7.0
Features
Bug Fixes
- deps: update dependency yargs to v17 (#954) (28cf08d)
- extend definition of Query.types for simple named parameters (#906) (#907) (44e1ac7)
- handle null query parameter value (#920) (3bf900a)
- promise never returned on table.insert (#953) (a138347)
v5.6.0
Features
Bug Fixes
- deps: update dependency google-auth-library to v7 (#928) (2ce28c7)
- update returned Job with API-determined location in getMetadata (#900) (8c31358)
v5.5.0
Features
Bug Fixes
- update returned Job with API-determined location (#890) (3894140)
v5.4.0
Features
- optionally wrap INT64 in BigQueryInt or provide a custom INT64 value type cast options (#873) (be7c6e6)
Bug Fixes
- Detect Geography type during parameterized query (#877) (bc0ca69)
- do not retry jobs.insert when it flakes (#864) (255491b)
- return error when custom getQueryResults() timeout has been exceeded (#872) (96f939c)
- deps: update dependency big.js to v6 (#862) (a47afb5)
v5.3.0
Features
- constructor: add option to set baseUrl using environment variable (#849) (8c54f20)
- allow setting BigQuery Job labels in createQueryJob method (#865) (be074e7)
Bug Fixes
- deps: update dependency yargs to v16 (#854) (58dcf34)
- perf: disable prettyPrint for slimmer API responses (#860) (1e56383)
v5.1.0
Features
- detect param type if not in provided types (#813) (1e5a4cc)
Bug Fixes