Skip to content

Commit

Permalink
chore(main): release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 18, 2023
1 parent 91fc8bb commit 8aeaf88
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.1"
".": "2.12.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


## [2.12.0](https://github.com/googleapis/python-firestore/compare/v2.11.1...v2.12.0) (2023-07-18)


### Features

* 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))
* Add bloom filter related proto fields ([#710](https://github.com/googleapis/python-firestore/issues/710)) ([26ac1cf](https://github.com/googleapis/python-firestore/commit/26ac1cfd7450866e6f567169c4662410a4d11e5b))
* Add CreateDatabase API ([#724](https://github.com/googleapis/python-firestore/issues/724)) ([64e4404](https://github.com/googleapis/python-firestore/commit/64e44042869cbe2b48316f7baba537a6379992eb))
* Multi db test parametrization ([#717](https://github.com/googleapis/python-firestore/issues/717)) ([91fc8bb](https://github.com/googleapis/python-firestore/commit/91fc8bbcc239366b954eb32d19f41f44a404fd99))


### Bug Fixes

* Add async context manager return types ([#732](https://github.com/googleapis/python-firestore/issues/732)) ([2d42731](https://github.com/googleapis/python-firestore/commit/2d42731996586fd63e9b8453b0eb627d3e23a310))


### Documentation

* Minor formatting and grammar ([eb4fe8e](https://github.com/googleapis/python-firestore/commit/eb4fe8e5a13681ca1ae0909e941b9c28d216b887))

## [2.11.1](https://github.com/googleapis/python-firestore/compare/v2.11.0...v2.11.1) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/firestore/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_admin_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_bundle/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.11.1" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}

0 comments on commit 8aeaf88

Please sign in to comment.