This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Releases: googleapis/nodejs-spanner
Releases · googleapis/nodejs-spanner
@google-cloud/spanner v0.8.1
Bugfixes
Refer to the nodejs-spanner API reference documentation for details.
@google-cloud/spanner v0.8.0
Features
- Support for Application Default Credentials (#8)
Bugfixes
- Fixed a bug where the client library did not automatically retry in some cases. (#12)
Implementation Details
- Change to a new linter (ESLint) and code style formatter (prettify).
- Update docs to use JSDoc 3.
- Migrate to the
googleapis/nodejs-spannerrepository.
Refer to the nodejs-spanner API reference documentation for details.
@google-cloud/spanner v0.7.1
@google-cloud/spanner v0.7.0
@google-cloud/spanner v0.6.0
@google-cloud/spanner v0.5.0
Features
- Introduce
getTransaction, allowing more natural Promise usage in a transaction workflow. (#2344)
Bugfixes
@google-cloud/spanner v0.4.4
@google-cloud/spanner v0.4.3
@google-cloud/spanner v0.4.0
⚠️ Breaking Changes
Transactional promises are on hold
Our original implementation has been causing confusion, so we decided to re-think our approach. For now, all transactions must be run in "callback-style", which they kind of were already. Please chime in to our issue and help us land on a solution that works for all.
@google-cloud/spanner v0.3.0
⚠️ Breaking Changes!
Dropped support for Node v0.12.x
We've officially dropped support for Node v0.12.x in all of our APIs. It may still work, but it is not officially supported and may stop working at any time.