Releases: googleapis/nodejs-spanner
Releases · googleapis/nodejs-spanner
@google-cloud/spanner v0.10.0
Deprecation Notice
This release deprecates the date
, time
and timestamp
instance methods. Please use the static methods in their place.
Bugfixes
- (#61):
setInterval
causes process to hang.
@google-cloud/spanner v0.9.0
@google-cloud/spanner v0.8.2
@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-spanner
repository.
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)