Skip to content

v0.49.0

Choose a tag to compare

@stephenplusplus stephenplusplus released this 14 Mar 21:31
· 42971 commits to main since this release

Update

$ npm install google-cloud@0.49.0

⚠️ Breaking Changes!

Language: No more verbose mode

(#1782, #2056)

We have removed the verbose option from our API. The Cloud Language API returns a condensed result already, so it was decided to pass it straight through to the callback. The details of the response objects are linked from our API documentation.

Features

  • Language (#2018, #2054): Introduce default encoding support.
  • Language (#1998, #2055): Allow raw API terminology to annotate().
  • Language (#1782, #2056): Remove verbose option.
  • Storage (#1975, #2001): Support per-object storage classes.

Fixes

  • Datastore (#1412, #1413): Support long entity IDs.
  • Logging (#2014, #2021): insertId properties are automatically assigned on log entries to preserve ordering.
  • Spanner (#2061, #2071): Fix keepAlive implementation.