This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Releases: googleapis/python-language
Releases · googleapis/python-language
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.0
Features
- add 'from_service_account_info' factory to clients (cc8a180)
- add common resource helper methods; expose client transport (#55) (8dde55c)
- add from_service_account_info factory and fix sphinx identifiers (#66) (cc8a180)
- support self-signed JWT flow for service accounts (0dcb15e)
Bug Fixes
- add async client to %name_%version/init.py (0dcb15e)
- adds underscore to "type" to NL API samples (#49) (36aa320)
- deps: add packaging requirement (#113) (7e711ac)
- fix sphinx identifiers (cc8a180)
- remove client recv msg limit fix: add enums to
types/__init__.py
(#62) (3476c0f) - use correct retry deadlines (#83) (e2be2d8)
Documentation
Miscellaneous Chores
v2.0.0
chore: release 2.0.0 (#42)
v1.3.0
07-24-2019 16:44 PDT
Implementation Changes
- Allow kwargs to be passed to create_channel (#8396)
New Features
- Add 'client_options' support (via synth). (#8515)
Dependencies
- Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation
- 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)
Internal / Testing Changes
- 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)
v1.2.0
03-29-2019 09:53 PDT
Implementation Changes
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Protoc-generated serialization update. (#7087)
New Features
- Add new entity types (via synth). (#7510)
Documentation
- Update client library documentation URLs. (#7307)
- Update copyright headers
- Pick up stub docstring fix in GAPIC generator. (#6975)
Internal / Testing Changes
v1.1.1: Release language 1.1.1 (#6991)
12-18-2018 09:34 PST
Implementation Changes
- Import
iam.policy
fromgoogle.api_core
. (#6741) - Pick up fixes to GAPIC generator. (#6521)
- Fix
client_info
bug, update docstrings. (#6415)
Dependencies
- Bump minimum
api_core
version for all GAPIC libs to 1.4.1. (#6391)
Documentation
- Document Python 2 deprecation (#6910)
- Normalize use of support level badges (#6159)
- Fix usage docs example for entity extraction (#6193)
Internal / Testing Changes
v1.1.0
10-05-2018 13:52 PDT
Implementation Changes
- 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)
Documentation
- Translate / Logging / Language: restore detailed usage docs. (#5999)
- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. (#5996)
- Prep language docs for repo split. (#5932)