- This update is considered a final "release candidate", and
the
google-cloud-languagepackage is preparing for a GA release in the near future.
- Some rarely-used arguments to the
LanguageServiceClientconstructor have been removed (in favor of a subclass or a custom gRPC channel). It is unlikely that you used these, but if you did, then this update will represent a breaking change.- The removed arguments are:
client_config,lib_name,lib_versionmetrics_headers,ssl_credentials, andscopes.
- The removed arguments are:
- Added the
classify_textmethod on the primary (v1) endpoint. (#4283)
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280) - Deferring to
google-api-coreforgrpcioandgoogleapis-common-protosdependencies (#4096, #4098)
PyPI: https://pypi.org/project/google-cloud-language/0.30.0/