This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Releases: googleapis/python-language
Releases · googleapis/python-language
v1.0.2
v1.0.1
Dependencies
- Update dependency range for api-core to include v1.0.0 releases (#4944)
Testing and internal changes
v1.0.0
Features
General Availability
The google-cloud-language package is now supported at the general availability quality level. This means it is stable; the code and API surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period.
One exception to this: We will remove beta endpoints (as a semver-minor update) at whatever point the underlying endpoints go away.
v0.31.0
Release Candidate
- This update is considered a final "release candidate", and
thegoogle-cloud-languagepackage is preparing for a GA release
in the near future.
⚠️ Breaking Changes!
- 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_version
metrics_headers,ssl_credentials, andscopes.
- The removed arguments are:
Features
- Added the
classify_textmethod on the primary (v1) endpoint. (#4283)
v0.30.0: Making release for most packages. (#4296)
Documentation
- Added link to "Python Development Environment Setup Guide" in
project README (#4187, h/t to @michaelawyu)
Dependencies
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency
ongoogle-api-core(#4221, #4280) - Deferring to
google-api-coreforgrpcioand
googleapis-common-protosdependencies (#4096, #4098)
PyPI: https://pypi.org/project/google-cloud-language/0.30.0/