Skip to content

@google-cloud/spanner v0.5.0

Compare
Choose a tag to compare
@stephenplusplus stephenplusplus released this 05 Jul 21:15
· 22085 commits to main since this release

Features

  • (#2152, #2344) Introduce getTransaction, allowing more natural Promise usage in a transaction workflow.

Fixes

  • (#2356, #2358) Properly close a request stream in the event of an error.
  • (#2390) Update parameters under which requests are retried.
  • (#2411, #2426) Properly handle multi-row mutations with heterogeneous columns. (Thanks, @jscinoz!)