07-24-2019 16:44 PDT
- Allow kwargs to be passed to create_channel (#8396)
- Add 'client_options' support (via synth). (#8515)
- Bump minimum version for google-api-core to 1.14.0. (#8709)
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add compatibility check badges to READMEs. (#8288)
- Add google.api proto annotations, update docstrings (via synth). (#7659)
- Pin black version (via synth). (#8588)
- Add docs job to publish to googleapis.dev. (#8464)
- Declare encoding as utf-8 in pb2 files (via synth). (#8357)
- Add disclaimer to auto-generated template files (via synth). (#8319)
- Suppress checking 'cov-fail-under' in nox default session (via synth). (#8246)
- Blacken 'noxfile.py' / 'setup.py' (via synth). (#8158)
- Add empty lines (via synth). (#8063)
- Add nox session
docs
(via synth). (#7776)
03-29-2019 09:53 PDT
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Protoc-generated serialization update. (#7087)
- Add new entity types (via synth). (#7510)
- Update client library documentation URLs. (#7307)
- Update copyright headers
- Pick up stub docstring fix in GAPIC generator. (#6975)
- Copy lintified proto files (via synth). (#7468)
- Add clarifying comment to blacken nox target. (#7397)
- Copy in correct proto versions via synth. #7257)
- Add protos as an artifact to library (#7205)
12-18-2018 09:34 PST
- Import
iam.policy
fromgoogle.api_core
. (#6741) - Pick up fixes to GAPIC generator. (#6521)
- Fix
client_info
bug, update docstrings. (#6415)
- Bump minimum
api_core
version for all GAPIC libs to 1.4.1. (#6391)
- Document Python 2 deprecation (#6910)
- Normalize use of support level badges (#6159)
- Fix usage docs example for entity extraction (#6193)
- Update noxfile.
- Blacken all gen'd libs (#6792)
- Omit local deps (#6701)
- Run black at end of synth.py (#6698)
- Run Black on Generated libraries (#6666)
- Add templates for flake8, coveragerc, noxfile, and black. (#6642)
- Add synth metadata. (#6570)
- Use new Nox (#6175)
10-05-2018 13:52 PDT
- The library has been regenerated to pick up changes in the underlying API.
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Translate / Logging / Language: restore detailed usage docs. (#5999)
- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. (#5996)
- Prep language docs for repo split. (#5932)
- Language: add 'synth.py'. (#6080)
- Nox: use inplace installs (#5865)
- Avoid overwriting 'module' of messages from shared modules. (#5364)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Update setuptools before packaging (#5265)
- Update setup.py to use recommended method for python-verson specific dependencies (#5266)
- Fix bad trove classifier
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Fix coveragerc to correctly omit generated files (#4843)
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.
- This update is considered a final "release candidate", and
the
google-cloud-language
package is preparing for a GA release in the near future.
- Some rarely-used arguments to the
LanguageServiceClient
constructor 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:
- Added the
classify_text
method 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.0
and adding dependency ongoogle-api-core
(#4221, #4280) - Deferring to
google-api-core
forgrpcio
andgoogleapis-common-protos
dependencies (#4096, #4098)
PyPI: https://pypi.org/project/google-cloud-language/0.30.0/