@google-cloud/datastore
Advanced tools
Changelog
6.0.0 (2020-05-27)
Datastore.projectId
property has been removed, and replaced with an asynchronous getProjectid()
method. The projectId cannot be determined synchronously, so the previous approach was to use a {{projectId}}
string placeholder if the projectId had not yet been acquired. This made it difficult to know exactly when the property would be defined.Changelog
5.0.0 (2019-11-14)