Skip to content

Commit ba97112

Browse files
chore(main): release 2.20.0 (#980)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent cbaf4ae commit ba97112

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.19.0"
2+
".": "2.20.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

77

8+
## [2.20.0](https://github.com/googleapis/python-firestore/compare/v2.19.0...v2.20.0) (2025-01-13)
9+
10+
11+
### Features
12+
13+
* Support not_equal queries for none and nan ([#988](https://github.com/googleapis/python-firestore/issues/988)) ([cbaf4ae](https://github.com/googleapis/python-firestore/commit/cbaf4ae479a4ac3a0174d0f8b6f326e218e6eacb))
14+
15+
16+
### Bug Fixes
17+
18+
* Clean up resources on Watch close ([#1004](https://github.com/googleapis/python-firestore/issues/1004)) ([6d68dcd](https://github.com/googleapis/python-firestore/commit/6d68dcd44ad5f8be1c555deb0efa0d644a4a7e9d))
19+
* Populate transaction attributes after commit ([#977](https://github.com/googleapis/python-firestore/issues/977)) ([aa3c0a3](https://github.com/googleapis/python-firestore/commit/aa3c0a384efceed6bb4b368559bd8875593bccc1))
20+
821
## [2.19.0](https://github.com/googleapis/python-firestore/compare/v2.18.0...v2.19.0) (2024-09-20)
922

1023

google/cloud/firestore/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

google/cloud/firestore_admin_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

google/cloud/firestore_bundle/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

google/cloud/firestore_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.19.0" # {x-release-please-version}
16+
__version__ = "2.20.0" # {x-release-please-version}

0 commit comments

Comments
 (0)