Releases: googleapis/python-firestore
Releases · googleapis/python-firestore
v2.17.0
v2.16.1
v2.16.0
2.16.0 (2024-04-02)
Features
- A new message
Backupis added (fc7b906) - A new message
BackupScheduleis added (fc7b906) - A new message
CreateBackupScheduleRequestis added (fc7b906) - A new message
DailyRecurrenceis added (fc7b906) - A new message
DeleteBackupRequestis added (fc7b906) - A new message
DeleteBackupScheduleRequestis added (fc7b906) - A new message
GetBackupRequestis added (fc7b906) - A new message
GetBackupScheduleRequestis added (fc7b906) - A new message
ListBackupSchedulesRequestis added (fc7b906) - A new message
ListBackupSchedulesResponseis added (fc7b906) - A new message
ListBackupsRequestis added (fc7b906) - A new message
ListBackupsResponseis added (fc7b906) - A new message
RestoreDatabaseMetadatais added (fc7b906) - A new message
RestoreDatabaseRequestis added (fc7b906) - A new message
UpdateBackupScheduleRequestis added (fc7b906) - A new message
WeeklyRecurrenceis added (fc7b906) - A new method
CreateBackupScheduleis added to serviceFirestoreAdmin(fc7b906) - A new method
DeleteBackupis added to serviceFirestoreAdmin(fc7b906) - A new method
DeleteBackupScheduleis added to serviceFirestoreAdmin(fc7b906) - A new method
GetBackupis added to serviceFirestoreAdmin(fc7b906) - A new method
GetBackupScheduleis added to serviceFirestoreAdmin(fc7b906) - A new method
ListBackupsis added to serviceFirestoreAdmin(fc7b906) - A new method
ListBackupSchedulesis added to serviceFirestoreAdmin(fc7b906) - A new method
RestoreDatabaseis added to serviceFirestoreAdmin(fc7b906) - A new method
UpdateBackupScheduleis added to serviceFirestoreAdmin(fc7b906) - A new resource_definition
firestore.googleapis.com/Backupis added (fc7b906) - A new resource_definition
firestore.googleapis.com/BackupScheduleis added (fc7b906) - Add ExplainMetrics field to RunAggregationQueryResponse (fc7b906)
- Add ExplainMetrics field to RunQueryResponse (fc7b906)
- Add ExplainOptions field to RunAggregationQueryRequest (fc7b906)
- Add ExplainOptions field to RunQueryRequest (fc7b906)
- Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats (fc7b906)
- Add Vector Index API (#894) (c76f087)
- Add VectorSearch API (fc7b906)
- Support Vector Search (#896) (08fcaaf)
Bug Fixes
Documentation
v2.15.0
v2.14.0
2.14.0 (2023-12-13)
Features
- Add support for Python 3.12 (#795) (b301f8b)
- Expose Firestore namespace ID fields in import/export APIs to stable (3a624a9)
- Expose Firestore PITR fields in Database to stable (3a624a9)
- Expose Firestore snapshot_time field in export API to stable (3a624a9)
- Introduce compatibility with native namespace packages (#792) (510adce)
- SERVER_TIMESTAMP should survive deep copies (#820) (#821) (2b17705)
Bug Fixes
- Remove used of deprecated
datetime.datetime.utcnow()anddatetime.utcfromtimestamp()(4a74d71) - Use
retry_asyncinstead ofretryin async client (cae9e46)
Documentation
v2.14.0rc1
🤖 I have created a release beep boop
2.14.0rc1 (2023-11-30)
Features
- Add support for Python 3.12 (#795) (b301f8b)
- Introduce compatibility with native namespace packages (#792) (510adce)
Bug Fixes
- Use
retry_asyncinstead ofretryin async client (cae9e46)
This PR was generated with Release Please. See documentation.
v2.13.1
v2.13.0
v2.12.0
2.12.0 (2023-08-07)
Features
- Add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index (#718) (d8de142)
- Add bloom filter related proto fields (#710) (26ac1cf)
- Add CreateDatabase API (#724) (64e4404)
- Multi db test parametrization (#717) (91fc8bb)
- Publish proto definitions for SUM/AVG in Firestore (#746) (ccadec5)
Bug Fixes
Documentation
- Minor formatting and grammar (eb4fe8e)