Skip to content

Commit d430c75

Browse files
chore(main): release 2.12.0
1 parent 1964d7b commit d430c75

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-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.11.1"
2+
".": "2.12.0"
33
}

CHANGELOG.md

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

77

8+
## [2.12.0](https://github.com/googleapis/python-firestore/compare/v2.11.1...v2.12.0) (2023-07-21)
9+
10+
11+
### Features
12+
13+
* Add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index ([#718](https://github.com/googleapis/python-firestore/issues/718)) ([d8de142](https://github.com/googleapis/python-firestore/commit/d8de142b52ed0a7f9e299309173cc72b20184e5c))
14+
* Add bloom filter related proto fields ([#710](https://github.com/googleapis/python-firestore/issues/710)) ([26ac1cf](https://github.com/googleapis/python-firestore/commit/26ac1cfd7450866e6f567169c4662410a4d11e5b))
15+
* Add CreateDatabase API ([#724](https://github.com/googleapis/python-firestore/issues/724)) ([64e4404](https://github.com/googleapis/python-firestore/commit/64e44042869cbe2b48316f7baba537a6379992eb))
16+
* Multi db test parametrization ([#717](https://github.com/googleapis/python-firestore/issues/717)) ([91fc8bb](https://github.com/googleapis/python-firestore/commit/91fc8bbcc239366b954eb32d19f41f44a404fd99))
17+
18+
19+
### Bug Fixes
20+
21+
* Add async context manager return types ([#732](https://github.com/googleapis/python-firestore/issues/732)) ([2d42731](https://github.com/googleapis/python-firestore/commit/2d42731996586fd63e9b8453b0eb627d3e23a310))
22+
23+
24+
### Documentation
25+
26+
* Minor formatting and grammar ([eb4fe8e](https://github.com/googleapis/python-firestore/commit/eb4fe8e5a13681ca1ae0909e941b9c28d216b887))
27+
828
## [2.11.1](https://github.com/googleapis/python-firestore/compare/v2.11.0...v2.11.1) (2023-04-26)
929

1030

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.11.1" # {x-release-please-version}
16+
__version__ = "2.12.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.11.1" # {x-release-please-version}
16+
__version__ = "2.12.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.11.1" # {x-release-please-version}
16+
__version__ = "2.12.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.11.1" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

0 commit comments

Comments
 (0)