Skip to content

Releases: googleapis/nodejs-firestore

v7.11.1

14 May 16:13
3955811
Compare
Choose a tag to compare

7.11.1 (2025-05-02)

Bug Fixes

  • Aggregate query readtime bug (#2331) (9ac0394)
  • Bump default deadline on CreateDatabase and RestoreDatabase to 2 minutes (#2274) (d559080)
  • Close default BulkWriter upon terminate. (#2276) (1e714a8)
  • Correctly escape field paths with multiple backslashes or backticks (#2259) (#2261) (7056ba7)
  • Do not send page size with auto-paginate. Fixes warnings in listCollections and listDocuments. (#2336) (844b4ca)
  • Finalize fixing typings for headers in generator (#2287) (c6c85b6)
  • Prevent crashes if an inactive stream receives an error. (#2283) (f58fe79)
  • Remove unused "long" dependency from firestore proto (#2324) (5937b93)
  • Sort document reference by long type id (#2257) (3fd0de9)
  • Sort strings in UTF-8 encoded byte order (#2275) (a2950e0)
  • Use lazy encoding for utf-8 encoded string comparison (#2299) (e8777e1)

v7.11.0

05 Dec 17:02
bef5668
Compare
Choose a tag to compare

7.11.0 (2024-12-05)

Features

  • [proto] add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) (2779896)
  • [proto] add Database.delete_time (the time a database was deleted, if it ever was) (2779896)
  • [proto] add Database.previous_id (if a database was deleted, what ID it was using beforehand) (2779896)
  • [proto] add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (2779896)
  • [proto] allow specifying an encryption_config when restoring a database (2779896)
  • Enable tracing via OpenTelemetry. (#2218) (1ddb62e)
  • Support fire-admin tag for Admin Node SDK (#2238) (#2252) (1339dc2)

Bug Fixes

  • Use correct limit when retrying a limit query stream with a cursor (#2203) (ab94092)

v7.10.0

05 Sep 22:18
8118d37
Compare
Choose a tag to compare

7.10.0 (2024-09-05)

Features

  • Expose proto changes for the bulk delete api (23ce891)
  • Expose the proto changes to support FindNearest.distance_result_field parameter and the FindNearest.distance_threshold parameter (23ce891)
  • Return computed distance and set distance thresholds on VectorQueries (#2090) (b5ca84f)

v7.9.0

25 Jun 16:15
f73e28b
Compare
Choose a tag to compare

7.9.0 (2024-06-25)

Features

  • Update FirebaseFirestore.v1 and FirebaseFirestore.v1beta1 auto-gen types (6732d4d)

v7.8.0

03 Jun 14:20
df748ac
Compare
Choose a tag to compare

7.8.0 (2024-05-28)

Features

  • Query profiling for VectorQuery (d406f14)
  • Update Nodejs generator to send API versions in headers for GAPICs (#2041) (6dbe4b0)

v7.7.0

07 May 22:16
392ecf3
Compare
Choose a tag to compare

7.7.0 (2024-05-07)

Features

  • Add several fields to manage state of database encryption update (5811492)
  • Lazy-started transactions (#2017) (2c726a1)

Bug Fixes

v7.6.0

02 Apr 19:23
9da9fb0
Compare
Choose a tag to compare

7.6.0 (2024-04-02)

Features

v7.5.0

25 Mar 22:47
1d751a8
Compare
Choose a tag to compare

7.5.0 (2024-03-25)

Features

v7.4.0

15 Mar 21:06
319adc3
Compare
Choose a tag to compare

7.4.0 (2024-03-15)

Features

  • A new message Backup is added (#2021) (6bced86)
  • A new message BackupSchedule is added (6bced86)
  • A new message CreateBackupScheduleRequest is added (6bced86)
  • A new message DailyRecurrence is added (6bced86)
  • A new message DeleteBackupRequest is added (6bced86)
  • A new message DeleteBackupScheduleRequest is added (6bced86)
  • A new message GetBackupRequest is added (6bced86)
  • A new message GetBackupScheduleRequest is added (6bced86)
  • A new message ListBackupSchedulesRequest is added (6bced86)
  • A new message ListBackupSchedulesResponse is added (6bced86)
  • A new message ListBackupsRequest is added (6bced86)
  • A new message ListBackupsResponse is added (6bced86)
  • A new message RestoreDatabaseMetadata is added (6bced86)
  • A new message RestoreDatabaseRequest is added (6bced86)
  • A new message UpdateBackupScheduleRequest is added (6bced86)
  • A new message WeeklyRecurrence is added (6bced86)
  • A new method CreateBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new method DeleteBackup is added to service FirestoreAdmin (6bced86)
  • A new method DeleteBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new method GetBackup is added to service FirestoreAdmin (6bced86)
  • A new method GetBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new method ListBackups is added to service FirestoreAdmin (6bced86)
  • A new method ListBackupSchedules is added to service FirestoreAdmin (6bced86)
  • A new method RestoreDatabase is added to service FirestoreAdmin (6bced86)
  • A new method UpdateBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new resource_definition firestore.googleapis.com/Backup is added (6bced86)
  • A new resource_definition firestore.googleapis.com/BackupSchedule is added (6bced86)
  • Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats (#2013) (e598b9d)

Bug Fixes

  • ReadOnly transaction do not need to commit not rollback. (#2007) (6a220a6)
  • Update service definitions (#2016) (ea4b6d0)

v7.3.1

04 Mar 22:40
4ad7750
Compare
Choose a tag to compare

7.3.1 (2024-03-04)

Bug Fixes