Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.7.0 (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Dec 15, 2022
1 parent d256e9d commit be3eebf
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.6.3"
".": "1.7.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,34 @@
# Changelog

## [1.7.0](https://github.com/googleapis/python-dataproc-metastore/compare/v1.6.3...v1.7.0) (2022-12-15)


### Features

* Add support for `google.cloud.metastore.__version__` ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* Add typing to proto.Message based class attributes ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* Added DatabaseType field ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* Added EncryptionConfig field ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* Added federation API ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* Added NetworkConfig field ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* Added TelemetryConfiguration field ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))


### Bug Fixes

* Add dict typing for client_options ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([8cd4a8e](https://github.com/googleapis/python-dataproc-metastore/commit/8cd4a8e87779cc0c3098b5fdb2cd70c4b809ca3c))
* Drop usage of pkg_resources ([8cd4a8e](https://github.com/googleapis/python-dataproc-metastore/commit/8cd4a8e87779cc0c3098b5fdb2cd70c4b809ca3c))
* Fix timeout default values ([8cd4a8e](https://github.com/googleapis/python-dataproc-metastore/commit/8cd4a8e87779cc0c3098b5fdb2cd70c4b809ca3c))


### Documentation

* Fix formatting for subnetwork field pattern ([#190](https://github.com/googleapis/python-dataproc-metastore/issues/190)) ([5527625](https://github.com/googleapis/python-dataproc-metastore/commit/5527625b9b0cc1d9c1089ad5c721333a218014e1))
* Fix formatting for subnetwork field pattern ([#191](https://github.com/googleapis/python-dataproc-metastore/issues/191)) ([ed78105](https://github.com/googleapis/python-dataproc-metastore/commit/ed78105c38c43d0cb165756b2b3945acbd31731d))
* **samples:** Snippetgen handling of repeated enum field ([1c64e1a](https://github.com/googleapis/python-dataproc-metastore/commit/1c64e1a8887c2518600adbfa5b91dc4248876b85))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([8cd4a8e](https://github.com/googleapis/python-dataproc-metastore/commit/8cd4a8e87779cc0c3098b5fdb2cd70c4b809ca3c))

## [1.6.3](https://github.com/googleapis/python-dataproc-metastore/compare/v1.6.2...v1.6.3) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/metastore/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.6.3" # {x-release-please-version}
__version__ = "1.7.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/metastore_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.6.3" # {x-release-please-version}
__version__ = "1.7.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/metastore_v1alpha/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.6.3" # {x-release-please-version}
__version__ = "1.7.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/metastore_v1beta/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.6.3" # {x-release-please-version}
__version__ = "1.7.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataproc-metastore",
"version": "0.1.0"
"version": "1.7.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataproc-metastore",
"version": "0.1.0"
"version": "1.7.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataproc-metastore",
"version": "0.1.0"
"version": "1.7.0"
},
"snippets": [
{
Expand Down

0 comments on commit be3eebf

Please sign in to comment.