Releases: googleapis/python-firestore
Releases · googleapis/python-firestore
v2.21.0
2.21.0 (2025-05-23)
Features
- Support Sequence[float] as query_vector in FindNearest (#908) (6c81626)
Bug Fixes
- Add missing DocumentReference return value to .document (#1053) (043d9ef)
v2.20.1
2.20.1 (2025-02-26)
Bug Fixes
- Bump default deadline on CreateDatabase and RestoreDatabase to 2 minutes (#975) (995fad6)
- Client-side path validation for batch.update (#1021) (3b7595b)
- Watch thread deadlock on exit (#1014) (c47677a)
v2.20.0
2.20.0 (2025-01-13)
Features
- Support not_equal queries for none and nan (#988) (cbaf4ae)
Bug Fixes
v2.19.0
2.19.0 (2024-09-20)
Features
- Add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (#963) (4e15714)
- Query profiling part 1: synchronous (#938) (1614b3f)
- Query profiling part 2: asynchronous (#961) (060a3ef)
v2.18.0
2.18.0 (2024-08-26)
Features
- Support returning computed distance and set distance thresholds on VectorQueries (#960) (5c2192d)
Bug Fixes
v2.17.2
2.17.2 (2024-08-13)
Bug Fixes
- Allow protobuf 5.x; require protobuf >=3.20.2 (#950) (6f86506)
- Support async vector search from a collection (#949) (6446e29)
v2.16.1
2.16.1 (2024-04-17)
Bug Fixes
Documentation
- Allow 14 week backup retention for Firestore daily backups (#899) (9521ded)