Skip to content

Releases: googleapis/nodejs-firestore

v7.2.0

16 Jan 17:19
1baa84d
Compare
Choose a tag to compare

7.2.0 (2024-01-16)

Features

  • Add new types QueryMode, QueryPlan, ResultSetStats (#1911) (8f77b68)
  • Expose databaseId and projectId getter on Firestore class (#1937) (d9c867f), closes #1936

Bug Fixes

v7.1.1

20 Nov 19:06
4776848
Compare
Choose a tag to compare

7.1.1 (2023-11-20)

Bug Fixes

  • Remove temporary header encoding workaround (#1935) (8a4ae5b)
  • Update retry policy to not retry streams that have not made progress receiving documents (170d05b)

v7.1.0

13 Oct 16:49
7a9d17b
Compare
Choose a tag to compare

7.1.0 (2023-10-11)

Features

v7.0.0

03 Oct 22:22
f043d1c
Compare
Choose a tag to compare

7.0.0 (2023-10-03)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#1900)
  • Fix the UpdateData incorrect parameter type issue (#1887)

Features

  • Fix the UpdateData incorrect parameter type issue (#1887) (0afadef)

Bug Fixes

Miscellaneous Chores

v6.8.0

27 Sep 18:05
2e98caa
Compare
Choose a tag to compare

6.8.0 (2023-09-26)

Features

  • Publish proto definitions for SUM/AVG in Firestore (#1856) (ac35b37)

Bug Fixes

  • deps: Use protobufjs v7.2.5
  • Add tests for multiple inequality support (#1878) (8e621d5)

v6.7.0

20 Jul 18:59
5826b0a
Compare
Choose a tag to compare

6.7.0 (2023-07-20)

Features

Bug Fixes

v6.6.1

01 Jun 18:36
2f81815
Compare
Choose a tag to compare

6.6.1 (2023-06-01)

Bug Fixes

  • Updated logging in the client pool and client factory to log information about the required transport and actual transport used. (#1853) (fe03d02)

v6.6.0

22 May 14:51
3dd53cf
Compare
Choose a tag to compare

6.6.0 (2023-05-18)

Features

  • Add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index (#1849) (b671452)
  • Add bloom filter related proto fields (#1843) (b64e0c1)
  • Add support for environment variable FIRESTORE_PREFER_REST (#1848) (96b1d2a)

v6.5.0

06 Mar 18:18
207c935
Compare
Choose a tag to compare

6.5.0 (2023-03-06)

Features

Bug Fixes

v6.4.3

16 Feb 23:38
5d42370
Compare
Choose a tag to compare

6.4.3 (2023-02-16)

Bug Fixes

  • deps: Use google-gax v3.5.3 (#1818) (88981ad)
  • Emulator support for system tests. Run system tests against the emulator using: yarn system-test:grpc:emulator or yarn system-test:rest:emulator (8aedc63)
  • Update the depth validation used when writing documents, so that it matches the validation of the Firestore backend. (789d9eb)