Skip to content

Latest commit

 

History

History
316 lines (148 loc) · 20 KB

File metadata and controls

316 lines (148 loc) · 20 KB

Changelog

4.4.1 (2026-05-01)

Bug Fixes

  • Change the copyright year for files in the packages folder (#8109) (c1a03fe)
  • Do not publish the protos to npm (#8079) (816216b)
  • Revert "fix: Do not publish the protos to npm" (#8096) (ac0fbb6)

4.4.0 (2026-04-14)

Features

  • [bigquery-reservation] add principal field to BigQuery Reservation Assignment (#8042) (4e5f42c)

4.3.0 (2025-10-13)

Features

  • [bigquery-reservation] Add new BACKGROUND_CHANGE_DATA_CAPTURE, BACKGROUND_COLUMN_METADATA_INDEX, and BACKGROUND_SEARCH_INDEX_REFRESH reservation assignment types (#6785) (73797fd)
  • Add new reservation IAM policy get/set/test methods (73797fd)
  • Add support for creation and modification of new reservation groups (73797fd)

Bug Fixes

  • [gkeconnect-gateway] remove unused GatewayServiceClient (#6775) (41c2ff2)

4.2.0 (2025-08-21)

Features

  • [bigquery-reservation] Add Reservation.max_slots field to Reservation proto, indicating the total max number of slots this reservation can use up to (#6606) (d3237dc)
  • Add Reservation.scaling_mode field and its corresponding enum message ScalingMode. This field should be used together with Reservation.max_slots (d3237dc)

4.1.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6418) (fcfb2c0)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

4.0.1 (2025-03-19)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6183) (f91c71f)

4.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

  • [Many APIs] add request/response debug logging to gapics, update templates to gax 5 (32fff6f)

Miscellaneous Chores

3.5.0 (2025-02-28)

Features

  • [bigquery-reservation] Add a new field replication_status to .google.cloud.bigquery.reservation.v1.Reservation to provide visibility into errors that could arise during Disaster Recovery(DR) replication (#6060) (f685243)

3.4.0 (2024-12-18)

Features

3.3.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

3.2.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5187) (1952fbe)

3.1.0 (2024-02-09)

Features

  • Support for Trusted Private Cloud (895830a)

3.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4584) (13537fc)

3.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

2.2.1 (2023-04-13)

Bug Fixes

2.2.0 (2023-03-28)

Features

  • [bigquery-reservation] add edition/autoscale related fields (#4122) (269a7e4)

2.1.1 (2023-02-15)

Bug Fixes

  • [Many APIs] changing format of the jsdoc links (#3986) (20f493c)

2.1.0 (2023-01-28)

Features

2.0.4 (2022-11-10)

Bug Fixes

  • Regenerated proto JS and TS definitions (generator update) (#3472) (5e2230d)

2.0.3 (2022-11-03)

Bug Fixes

2.0.2 (2022-09-22)

Bug Fixes

  • Preserve default values in x-goog-request-params header (#170) (a2bdb93)

2.0.1 (2022-09-01)

Bug Fixes

2.0.0 (2022-06-07)

⚠ BREAKING CHANGES

  • Update library to use Node 12
  • update library to use Node 12 (#155)

Build System

*build

  • Update library to use Node 12 (408fedd)

1.4.0 (2021-12-30)

Features

  • increase the logical timeout (retry deadline) to 5 minutes (#120) (5510500)

1.3.0 (2021-09-01)

Features

  • Added commitment_start_time to capacity commitments (be13d46)
  • Deprecated SearchAssignments in favor of SearchAllAssignments (be13d46)
  • Deprecated SearchAssignments in favor of SearchAllAssignments (be13d46)
  • Force deleting capacity commitments is allowed ... (#103) (be13d46)
  • Reservation objects now contain a creation time and an update time (be13d46)

1.2.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#100) (0047223)

Bug Fixes

1.1.6 (2021-07-21)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#89) (b7b0b92)

1.1.5 (2021-07-12)

Bug Fixes

1.1.4 (2021-06-30)

Bug Fixes

  • deps: google-gax v2.17.0 with mTLS (#84) (42c4bcb)

1.1.3 (2021-06-25)

Bug Fixes

  • make request optional in all cases (#80) (5cf25a7)

1.1.2 (2021-06-07)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#72) (17a06f7)

1.1.1 (2021-05-12)

Bug Fixes

  • deps: require google-gax v2.12.0 (#64) (57b7f5b)
  • use require() to load JSON protos (#67) (ea052ed)

1.1.0 (2021-01-09)

Features

Bug Fixes

  • deps: roll back dependency @google-cloud/bigquery-reservation to ^1.0.1 (#38) (b4ee172)

1.0.2 (2020-11-25)

Bug Fixes

  • browser: check for fetch on window (5a32067)

1.0.1 (2020-11-06)

Bug Fixes

  • do not modify options object, use defaultScopes (#28) (fa58436)

1.0.0 (2020-07-14)

Features