Skip to content

Releases: googleapis/nodejs-firestore

v3.7.2

27 Mar 00:46
2f1c1aa
Compare
Choose a tag to compare

Bug Fixes

  • fix flaky contention test (#979) (f294998)
  • fix: use Random Number from crypto to generate AutoId (05b3363)

v3.7.1

16 Mar 23:46
5a8b1e4
Compare
Choose a tag to compare

Bug Fixes

  • support Query.stream() as first client operation (#971) (a48017c)

v3.7.0

12 Mar 14:01
469df02
Compare
Choose a tag to compare

Features

v3.6.0

09 Mar 18:01
5894840
Compare
Choose a tag to compare

Features

v3.5.1

19 Feb 15:01
1b142bc
Compare
Choose a tag to compare

Bug Fixes

  • collectionReference.add() validation (#925) (19c2c75)
  • pass x-goog-request-params header for streaming calls (#920) (cfbe19e)
  • propagate converter in QueryOptions.with() (#931) (e35a098)
  • wait for operations to complete before deleting clients (#915) (1e5d63f)

v3.5.0

07 Feb 15:01
864d77b
Compare
Choose a tag to compare

Features

Bug Fixes

  • add missing generics on query (#917) (c5b9442)
  • better parameter naming in path template helpers (aac02f4)
  • retry streaming methods if initial write errored (#897) (2ec0489)

v3.4.1

22 Jan 18:16
Compare
Choose a tag to compare

Bug Fixes

  • do not assume all custom objects have constructors (#893) (f668e8e)

v3.4.0

15 Jan 15:01
Compare
Choose a tag to compare

Features

Bug Fixes

  • don't format log message if logging is disabled (#874) (b7b5fc9)
  • disable non-transactional retries for Code ABORTED (#881) (82273ec)
  • manually retry ABORTED reads in transactions (#883) (7562033)
  • remove ticks from code comments (#885) (b2740ed)

v3.3.4

13 Jan 20:01
Compare
Choose a tag to compare

Bug Fixes

v3.3.3

08 Jan 20:17
Compare
Choose a tag to compare

Bug Fixes

  • support Objects created with Object.create({}) (#842) (a85f0c3)
  • use rejected Promise for terminate() (#845) (f2c4d91)