| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fc2b066 commit f7e4194
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,14 @@ | |||
| 5 | 5 | [1]: https://pypi.org/project/google-cloud-firestore/#history | |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | + ### [2.1.1](https://www.github.com/googleapis/python-firestore/compare/v2.1.0...v2.1.1) (2021-05-03) | ||
| 9 | + | ||
| 10 | + | ||
| 11 | + ### Bug Fixes | ||
| 12 | + | ||
| 13 | + * Allow underspecifying a cursor ([#340](https://www.github.com/googleapis/python-firestore/issues/340)) ([abe9e8a](https://www.github.com/googleapis/python-firestore/commit/abe9e8ab66ba55e43ae7da9e7d9febd1e63a5183)) | ||
| 14 | + * bump minimum versions for google-api-core and proto-plus ([#334](https://www.github.com/googleapis/python-firestore/issues/334)) ([08554dc](https://www.github.com/googleapis/python-firestore/commit/08554dc803a59f7ecd2310ce6860ed4f8aacf78d)) | ||
| 15 | + | ||
| 8 | 16 | ## [2.1.0](https://www.github.com/googleapis/python-firestore/compare/v2.0.2...v2.1.0) (2021-03-30) | |
| 9 | 17 | ||
| 10 | 18 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | 23 | name = "google-cloud-firestore" | |
| 24 | 24 | description = "Google Cloud Firestore API client library" | |
| 25 | - version = "2.1.0" | ||
| 25 | + version = "2.1.1" | ||
| 26 | 26 | release_status = "Development Status :: 5 - Production/Stable" | |
| 27 | 27 | dependencies = [ | |
| 28 | 28 | "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments