Skip to content

Releases: googleapis/nodejs-datastore

v5.0.1

05 Dec 22:17

Choose a tag to compare

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (eeebcf6)
  • deps: update dependency @grpc/grpc-js to v0.6.12 (#541) (972d3e7)
  • deps: update dependency @grpc/grpc-js to v0.6.13 (#548) (f8948c6)

v5.0.0

15 Nov 16:16

Choose a tag to compare

⚠ BREAKING CHANGES

  • keyToLegacyUrlsafe is now an async method (#496)
  • throw error with out of bounds integer values, optionally wrap into DsInt or provide a custom 'integerValue' type cast options #516

Features

  • throw error with out of bounds integer values, optionally wrap into DsInt or provide a custom 'integerValue' type cast options #516 (6c8cc74)

Bug Fixes

  • docs: snippets are now replaced in jsdoc comments (#535) (53ddc21)
  • keyToLegacyUrlsafe is now an async method (#496) (bbd1ebe)

v4.5.2

08 Nov 17:31

Choose a tag to compare

Bug Fixes

  • deps: update dependency @grpc/grpc-js to v0.6.11 (#532) (95cded0)

v4.5.1

08 Nov 15:02

Choose a tag to compare

Bug Fixes

  • deps: update dependency @grpc/grpc-js to v0.6.10 (#527) (beb3bcc)

v4.5.0

04 Nov 21:46

Choose a tag to compare

Features

  • support DSInt / DSDouble recognition from JSON (#480) (9f2fb3c)

Bug Fixes

v4.4.1

22 Oct 19:19

Choose a tag to compare

Bug Fixes

v4.4.0

14 Oct 14:03

Choose a tag to compare

Bug Fixes

  • transaction#run overloads' param types correction (#501) (c88e66e)
  • deps: update dependency @grpc/grpc-js to ^0.6.0 (#503) (7c3c213)
  • use compatible version of google-gax (567e9dd)

Features

  • .d.ts for protos (#506) (869e673)
  • add merge method for merging an object into an existing entity (#452) (8e026af)

v4.3.0

12 Sep 14:01

Choose a tag to compare

Bug Fixes

  • types: fix and clean up types for request.ts (#472) (928f237)
  • added overload method for transaction.createQuery to handle namespace issue (#486) (28568c1)
  • emit encoding errors on user stream (#492) (8d3b552)
  • refactor and clean up types (#476) (5971c4a)
  • update node version in HTTP headers (#475) (b6e65bb)

Features

  • add support for auto-unindex (#453) (33292d2)
  • load protos from JSON, grpc-fallback support (#485) (1cf85ea)
  • support key re-use from serialized path (#474) (b36c90f)

v4.2.0

09 Aug 15:32

Choose a tag to compare

Bug Fixes

  • deps: update dependency @grpc/grpc-js to ^0.5.0 (#461) (1850f25)
  • deps: update dependency google-auth-library to v5 (#462) (1f97053)
  • types: correct type of Datastore.KEY (#459) (09def6d)
  • allow calls with no request, add JSON proto (771b634)

Features

  • add support for appengine legacy url encoding (#456) (357a9cf)
  • excludeFromIndex allow for '*' wildcard to catch all properties on object (#451) (215cbee)

v4.1.4

23 Jul 15:16

Choose a tag to compare

Bug Fixes