nodejs-bigquery

Node.js client for Google Cloud BigQuery: A fast, economical and fully-managed enterprise data warehouse for large-scale data analytics.

APACHE-2.0 License

Downloads
3.1M
Stars
458
Committers
74

Bot releases are hidden (Show)

nodejs-bigquery - v5.6.0

Published by yoshi-automation over 3 years ago

Features

Bug Fixes

  • deps: update dependency google-auth-library to v7 (#928) (2ce28c7)
  • update returned Job with API-determined location in getMetadata (#900) (8c31358)
nodejs-bigquery - v5.5.0

Published by yoshi-automation almost 4 years ago

Features

Bug Fixes

  • update returned Job with API-determined location (#890) (3894140)
nodejs-bigquery - v5.4.0

Published by yoshi-automation almost 4 years ago

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)
nodejs-bigquery - v5.3.0

Published by yoshi-automation about 4 years ago

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)
nodejs-bigquery - v5.2.0

Published by yoshi-automation about 4 years ago

Features

nodejs-bigquery - v5.1.0

Published by yoshi-automation about 4 years ago

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)
nodejs-bigquery - v5.0.1

Published by yoshi-automation over 4 years ago

Bug Fixes

nodejs-bigquery - v5.0.0

Published by yoshi-automation over 4 years ago

⚠ 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

nodejs-bigquery - v4.7.0

Published by yoshi-automation over 4 years ago

Features

nodejs-bigquery - v4.6.1

Published by yoshi-automation almost 5 years ago

Bug Fixes

  • don't modify the constructor options (#607) (7df0799)
nodejs-bigquery - v4.6.0

Published by yoshi-automation almost 5 years ago

Features

  • types to support slot ms and read masks (#592) (84d1c82)
nodejs-bigquery - v4.5.0

Published by yoshi-automation almost 5 years ago

Features

  • table: allow opting out of default insert id (#582) (6bf2dbd)
  • adds policyTags parameter removes IGetParams Interface (#576) (8cf8f1d)

Bug Fixes

  • deps: TypeScript 3.7.0 causes breaking change in typings (#586) (04f8cba)
  • deps: update dependency yargs to v15 (#579) (92119e3)
  • docs: snippets are now replaced in jsdoc comments (#573) (a0d3538)
nodejs-bigquery - v4.4.0

Published by yoshi-automation almost 5 years ago

Features

  • table: typescript support for range partitioning (#559) (a77c28a)
  • typescript support for data split result (#570) (2236545)

Bug Fixes

  • deps: update dependency @google-cloud/storage to v4 (#561) (0ec07f9)
nodejs-bigquery - v4.3.0

Published by yoshi-automation about 5 years ago

Features

  • TypeScript: introduce IArimaResult interface (4cd3a71)
nodejs-bigquery - v4.2.1

Published by yoshi-automation about 5 years ago

Bug Fixes

  • deps: update dependency discovery-tsd to ^0.2.0 (#540) (651e870)
nodejs-bigquery - v4.2.0

Published by yoshi-automation about 5 years ago

Bug Fixes

  • deps: update dependency yargs to v14 (#520) (9dd59a6)
  • types: update to the latest discovery types (#518) (dccf2cf)
  • update root url to bigquery.googleapis.com (#531) (277940f)

Features

  • typescript: generate latest request/response types (#528) (f8d2f4d)
nodejs-bigquery - v4.1.8

Published by yoshi-automation about 5 years ago

Bug Fixes

  • allow calls with no request, add JSON proto (885a98a)
nodejs-bigquery - v4.1.7

Published by yoshi-automation about 5 years ago

Bug Fixes

nodejs-bigquery - v4.1.6

Published by yoshi-automation about 5 years ago

Bug Fixes

  • deps: update dependency @google-cloud/storage to v3 (#508) (bdca2ea)
nodejs-bigquery - v4.1.5

Published by yoshi-automation over 5 years ago

Performance Improvements