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

Releases: googleapis/python-language

v2.3.0

12 Oct 19:36
9643410
Compare
Choose a tag to compare

Features

  • add context manager support in client (#203) (91d48a8)

v2.2.2

28 Jul 11:17
9a22c3d
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#161) (5c28a16)

Miscellaneous Chores

v2.2.1

21 Jul 23:03
16530e9
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#160) (f8f9092)

v2.2.0

01 Jul 16:18
34face7
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v2.1.0

16 Jun 13:02
1026842
Compare
Choose a tag to compare

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

19 Oct 17:31
ecae8cd
Compare
Choose a tag to compare
chore: release 2.0.0 (#42)

v1.3.0

06 Feb 00:59
Compare
Choose a tag to compare

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

06 Feb 00:59
Compare
Choose a tag to compare

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

  • 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)

v1.1.1: Release language 1.1.1 (#6991)

06 Feb 00:59
Compare
Choose a tag to compare

12-18-2018 09:34 PST

Implementation Changes

  • Import iam.policy from google.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

  • 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)

v1.1.0

06 Feb 00:58
Compare
Choose a tag to compare

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)

Internal / Testing Changes

  • 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)