Skip to content

Releases: googleapis/nodejs-bigquery

@google-cloud/bigquery v5.7.1

10 Aug 17:55
27cef0c
Compare
Choose a tag to compare

Bug Fixes

@google-cloud/bigquery v5.7.0

21 Jul 00:50
9841e06
Compare
Choose a tag to compare

Features

  • add gcf-owl-bot[bot] to ignoreAuthors (#958) (9eab78d)

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

28 Apr 23:36
3988649
Compare
Choose a tag to compare

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

10 Nov 19:32
d0ad35f
Compare
Choose a tag to compare

Features

Bug Fixes

  • update returned Job with API-determined location (#890) (3894140)

v5.4.0

02 Nov 13:02
f18fb8d
Compare
Choose a tag to compare

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

30 Sep 16:17
e293d45
Compare
Choose a tag to compare

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.2.0

13 Aug 17:17
dd8a41d
Compare
Choose a tag to compare

Features

v5.1.0

27 Jul 16:16
83580f9
Compare
Choose a tag to compare

Features

  • detect param type if not in provided types (#813) (1e5a4cc)

Bug Fixes

  • add string type for query types (#827) (acdecbd)
  • move gitattributes files to node templates (#829) (f26e641)

v5.0.1

10 Jul 01:34
00c6828
Compare
Choose a tag to compare

Bug Fixes

v5.0.0

23 Jun 03:46
9f46d07
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • don't return Stream from createLoadJob (#647)
  • drop Node 8 from engines field (#662)

Features

Bug Fixes

  • add types for hasDrift and seasonalPeriods (#680) (d6c9566)
  • deps: update dependency @google-cloud/paginator to v3 (#658) (a09c493)
  • apache license URL (#468) (#669) (d3ed602)
  • drop dependency on string-format-obj (#698) (cf8f58f)
  • load job to a different project ID (#748) (bfb74ad)
  • docs: fix link for job configuration load (#678) (ea3d7af)
  • selectedFields on getRows not working correctly (#712) (13b7e39)
  • deps: update dependency @google-cloud/promisify to v2 (#657) (5d8112c)
  • deps: update dependency @google-cloud/storage to v5 (#700) (a2e34ef)
  • deps: update dependency google-auth-library to v6 (#660) (3ea642e)
  • docs: configuration.copy link (#709) (4a81b1e)
  • docs: correct createTablePartitioned sample argument (#701) (9a7520e)
  • table: add retries for insert partial failures (#589) (b8639c2), closes #655
  • types: drop changes for drift and seasonal (#681) (679d990)

Code Refactoring