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

Commit

Permalink
chore(main): release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 4, 2022
1 parent ee88130 commit 4d5c5cd
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "2.7.0"
}
71 changes: 71 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,77 @@

[1]: https://pypi.org/project/google-cloud-language/#history

## [2.7.0](https://github.com/googleapis/python-language/compare/v0.1.0...v2.7.0) (2022-11-04)


### Features

* add 'from_service_account_info' factory to clients ([cc8a180](https://github.com/googleapis/python-language/commit/cc8a18032af7c8d8bf45130898eeae7efb17a91e))
* Add always_use_jwt_access ([#138](https://github.com/googleapis/python-language/issues/138)) ([242aa5e](https://github.com/googleapis/python-language/commit/242aa5e997161104b760f554f69f2eecd86cd560))
* Add api key support ([#256](https://github.com/googleapis/python-language/issues/256)) ([593ec8a](https://github.com/googleapis/python-language/commit/593ec8a998c612b3a87b4b9a53bd166c0b2c10f6))
* add audience parameter ([592e7f8](https://github.com/googleapis/python-language/commit/592e7f85503f40373263b4d36118d6e4542f48cf))
* Add common resource helper methods; expose client transport ([#55](https://github.com/googleapis/python-language/issues/55)) ([8dde55c](https://github.com/googleapis/python-language/commit/8dde55cdd0e956c333039c0b74e49a06dd6ad33b))
* Add context manager support in client ([#203](https://github.com/googleapis/python-language/issues/203)) ([91d48a8](https://github.com/googleapis/python-language/commit/91d48a8fee63b8279b235b70921d018206084b50))
* Add from_service_account_info factory and fix sphinx identifiers ([#66](https://github.com/googleapis/python-language/issues/66)) ([cc8a180](https://github.com/googleapis/python-language/commit/cc8a18032af7c8d8bf45130898eeae7efb17a91e))
* Add Samples section to CONTRIBUTING.rst ([#161](https://github.com/googleapis/python-language/issues/161)) ([5c28a16](https://github.com/googleapis/python-language/commit/5c28a169c9723fec23fac8bb5e2aa9e0dd420c66))
* Add support for V1 and V2 classification models ([#376](https://github.com/googleapis/python-language/issues/376)) ([3ba5c56](https://github.com/googleapis/python-language/commit/3ba5c568179b04326ef9cc9874f2d18da99e51d6))
* Migrate API to use python micro-generator ([#41](https://github.com/googleapis/python-language/issues/41)) ([b408b14](https://github.com/googleapis/python-language/commit/b408b1431194d8e1373b5d986d476add639f7e87))
* support self-signed JWT flow for service accounts ([0dcb15e](https://github.com/googleapis/python-language/commit/0dcb15eb46b60bd816a6919464be1331c2c8de41))


### Bug Fixes

* add async client to %name_%version/init.py ([0dcb15e](https://github.com/googleapis/python-language/commit/0dcb15eb46b60bd816a6919464be1331c2c8de41))
* Adds underscore to "type" to NL API samples ([#49](https://github.com/googleapis/python-language/issues/49)) ([36aa320](https://github.com/googleapis/python-language/commit/36aa320bf3e0018d66a7d0c91ce4733f20e9acc0))
* **deps:** Add packaging requirement ([#113](https://github.com/googleapis/python-language/issues/113)) ([7e711ac](https://github.com/googleapis/python-language/commit/7e711ac63c95c1018d24c7c4db3bc02c191efcfc))
* **deps:** Allow protobuf < 5.0.0 ([#349](https://github.com/googleapis/python-language/issues/349)) ([a9c90c3](https://github.com/googleapis/python-language/commit/a9c90c3706a0108db1b0f7924d02d54c507efaf4))
* **deps:** Allow protobuf 3.19.5 ([#385](https://github.com/googleapis/python-language/issues/385)) ([99e1907](https://github.com/googleapis/python-language/commit/99e1907440c08894c213e7d7c9a29618a4b3d0d8))
* **deps:** drop packaging dependency ([6374e7f](https://github.com/googleapis/python-language/commit/6374e7fc497897fc44c02cd86f57759874c29e82))
* **deps:** Pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#160](https://github.com/googleapis/python-language/issues/160)) ([f8f9092](https://github.com/googleapis/python-language/commit/f8f90924ca4332016d5bbd9ed131cc82f07c7f9f))
* **deps:** require google-api-core >= 1.28.0 ([6374e7f](https://github.com/googleapis/python-language/commit/6374e7fc497897fc44c02cd86f57759874c29e82))
* **deps:** Require google-api-core >= 2.8.0 ([#334](https://github.com/googleapis/python-language/issues/334)) ([592e7f8](https://github.com/googleapis/python-language/commit/592e7f85503f40373263b4d36118d6e4542f48cf))
* **deps:** Require google-api-core>=1.31.5, >=2.3.2 ([#273](https://github.com/googleapis/python-language/issues/273)) ([94b2ae4](https://github.com/googleapis/python-language/commit/94b2ae43c46cd6d56e0ee407a44011b42d8e77b1))
* **deps:** Require google-api-core>=1.32.0,>=2.8.0 ([#339](https://github.com/googleapis/python-language/issues/339)) ([b971d59](https://github.com/googleapis/python-language/commit/b971d5995aad01f97ddde1caf2039ea64ae45c31))
* **deps:** require proto-plus >= 1.22.0 ([a9c90c3](https://github.com/googleapis/python-language/commit/a9c90c3706a0108db1b0f7924d02d54c507efaf4))
* **deps:** require proto-plus>=1.15.0 ([94b2ae4](https://github.com/googleapis/python-language/commit/94b2ae43c46cd6d56e0ee407a44011b42d8e77b1))
* **deps:** Require protobuf >= 3.20.2 ([#381](https://github.com/googleapis/python-language/issues/381)) ([06f74b0](https://github.com/googleapis/python-language/commit/06f74b0cba8d3a5191caf5bee814c15bd0371813))
* **deps:** Require protobuf <4.0.0dev ([#325](https://github.com/googleapis/python-language/issues/325)) ([1048350](https://github.com/googleapis/python-language/commit/1048350a2b4cf175b445c52bd52142166d104fc6))
* Disable always_use_jwt_access ([#143](https://github.com/googleapis/python-language/issues/143)) ([21c9d6e](https://github.com/googleapis/python-language/commit/21c9d6e1a96707007bdcf23ce667f02b42c8a207))
* Document -> types.Document ([#227](https://github.com/googleapis/python-language/issues/227)) ([01367d7](https://github.com/googleapis/python-language/commit/01367d7b1e0ddba6e6b920f125730aa97d51ada0))
* Enable self signed jwt for grpc ([#168](https://github.com/googleapis/python-language/issues/168)) ([4249607](https://github.com/googleapis/python-language/commit/4249607b20905b54b14e84d313838e46727bad54))
* fix sphinx identifiers ([cc8a180](https://github.com/googleapis/python-language/commit/cc8a18032af7c8d8bf45130898eeae7efb17a91e))
* Remove client recv msg limit fix: add enums to `types/__init__.py` ([#62](https://github.com/googleapis/python-language/issues/62)) ([3476c0f](https://github.com/googleapis/python-language/commit/3476c0f72529cbcbe61ea5c7e6a22291777bed7e))
* Require python 3.7+ ([#336](https://github.com/googleapis/python-language/issues/336)) ([b36b40f](https://github.com/googleapis/python-language/commit/b36b40f1ea7a32ccc3b99c7bb815c89cdd75ff53))
* resolve DuplicateCredentialArgs error when using credentials_file ([3e7c964](https://github.com/googleapis/python-language/commit/3e7c96410914d9080ecd0325c61bdc624adf08e1))
* Use correct retry deadlines ([#83](https://github.com/googleapis/python-language/issues/83)) ([e2be2d8](https://github.com/googleapis/python-language/commit/e2be2d8ecf849940f2ea066655fda3bee68d8a74))


### Documentation

* Add multiprocessing note ([#26](https://github.com/googleapis/python-language/issues/26)) ([a489102](https://github.com/googleapis/python-language/commit/a489102ca0f5ab302ec8974728a52065f2ea8857))
* Add python 2 sunset banner to documentation ([#9036](https://github.com/googleapis/python-language/issues/9036)) ([1fe4105](https://github.com/googleapis/python-language/commit/1fe4105e078f84f1d4ea713550c26bdf91096d4a))
* Add spacing for readability ([#22](https://github.com/googleapis/python-language/issues/22)) ([7dff809](https://github.com/googleapis/python-language/commit/7dff809b94b5a1d001aeb1e7763dbbe624865600))
* Fix changelog header to consistent size ([#324](https://github.com/googleapis/python-language/issues/324)) ([11aa986](https://github.com/googleapis/python-language/commit/11aa9864db65556a3a27c1a7a99bf96ea60ad434))
* Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/python-language/issues/9294)) ([e97a0ae](https://github.com/googleapis/python-language/commit/e97a0ae6c2e3a26afc9b3af7d91118ac3c0aa1f7))
* Fix small typo ([#5](https://github.com/googleapis/python-language/issues/5)) ([7a9d4dd](https://github.com/googleapis/python-language/commit/7a9d4ddf676f2a77e1bd83e02b8d7987a72c6525))
* fix type in docstring for map fields ([41c28cd](https://github.com/googleapis/python-language/commit/41c28cd35b91adcbe3221a898419c323875b5cfd))
* Fix typos ([#125](https://github.com/googleapis/python-language/issues/125)) ([788176f](https://github.com/googleapis/python-language/commit/788176feff5fb541e0d16f236b10b765d04ecb98))
* **language:** Change docstring formatting; bump copyright year to 2020 (via synth) ([#10234](https://github.com/googleapis/python-language/issues/10234)) ([b68b216](https://github.com/googleapis/python-language/commit/b68b2166d8e4d81a7e51e701f8facdfd7fb82a26))
* **language:** Edit hyphenation of "part-of-speech" (via synth) ([#9954](https://github.com/googleapis/python-language/issues/9954)) ([6246ef9](https://github.com/googleapis/python-language/commit/6246ef904871405334c0b3bd6c2490b79ffe56fa))
* **language:** Fixes typo in Natural Language samples ([#10134](https://github.com/googleapis/python-language/issues/10134)) ([223d614](https://github.com/googleapis/python-language/commit/223d6140145dcf5c48af206212db58a062a7937b))
* list oneofs in docstring ([6374e7f](https://github.com/googleapis/python-language/commit/6374e7fc497897fc44c02cd86f57759874c29e82))
* Normalize use of support level badges ([#6159](https://github.com/googleapis/python-language/issues/6159)) ([c40315f](https://github.com/googleapis/python-language/commit/c40315f9808338fdc3c4b58b7c40cd5f7654d72b))
* Omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://github.com/googleapis/python-language/issues/1127)) ([#132](https://github.com/googleapis/python-language/issues/132)) ([bc5f89e](https://github.com/googleapis/python-language/commit/bc5f89e3d21bccd2d78ae3f2f4038b19db54871d))
* Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/googleapis/python-language/issues/9085)) ([6b15df6](https://github.com/googleapis/python-language/commit/6b15df6091378ed444642fc813d49d8bbbb6365d))
* Update classification sample to use v2 model ([#378](https://github.com/googleapis/python-language/issues/378)) ([73670e2](https://github.com/googleapis/python-language/commit/73670e27e2c2056f4a53d1225bb99399e8cbd05e))


### Miscellaneous Chores

* Release as 2.1.0 ([#126](https://github.com/googleapis/python-language/issues/126)) ([92fa7f9](https://github.com/googleapis/python-language/commit/92fa7f995013c302f3bd3eb6bec53d92d8d9990c))
* Release as 2.2.2 ([#170](https://github.com/googleapis/python-language/issues/170)) ([4d40053](https://github.com/googleapis/python-language/commit/4d400539508ec81cbc76e3f6166e3ec86054ed65))
* release-please updates snippet metadata ([cb52907](https://github.com/googleapis/python-language/commit/cb5290723a1f13d6ea3929cdf2fce103ee464910))

## [2.6.1](https://github.com/googleapis/python-language/compare/v2.6.0...v2.6.1) (2022-10-10)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/language/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "2.7.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-language"
description = "Google Cloud Natural Language API client library"
version = "2.6.1"
version = "2.7.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 4d5c5cd

Please sign in to comment.