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

v0.32.0

Compare
Choose a tag to compare
@busunkim96 busunkim96 released this 05 Feb 22:58

07-24-2019 16:52 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel (via synth). (#8397)
  • Add routing header to method metadata, update docs config (via synth). (#7642)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)
  • Remove unused message exports. (#7271)
  • Protoc-generated serialization update. (#7089)
  • Pick up stub docstring fix in GAPIC generator. (#6976)

New Features

  • Add 'client_options' support, update list method docstrings (via synth). (#8516)

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)
  • Fixes #8545 by removing typing information for kwargs to not conflict with type checkers (#8546)
  • Update docstrings, copy lintified proto files (via synth). (#7451)
  • googlecloudplatform --> googleapis in READMEs (#7411)
  • Updated client library documentation URLs. (#7307)
  • Update copyright: 2018 -> 2019. (#7151)

Internal / Testing Changes

  • Add docs job to publish to googleapis.dev. (#8464)
  • Declare encoding as utf-8 in pb2 files (via synth). (#8358)
  • Add disclaimer to auto-generated template files (via synth). (#8321)
  • Fix coverage in 'types.py' (via synth). (#8159)
  • Add empty lines (via synth). (#8065)
  • Add nox session docs (via synth). (#7777)
  • Regenerate VPCSC tests to include NotificationChannelService and UptimeCheckService. (#7853)
  • Set environment variables for VPCSC system tests. (#7847)
  • Add VPCSC system test. (#7791)
  • protobuf file housekeeping (no user-visible changes) (via synth). (#7588)
  • Add clarifying comment to blacken nox target. (#7398)
  • Trivial gapic-generator change. (#7231)
  • Add protos as an artifact to library (#7205)