Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

v0.2.0

Choose a tag to compare

@busunkim96 busunkim96 released this 31 Jan 19:13

12-04-2018 11:28 PST

Implementation Changes

  • Import iam.policy from google.api_core.iam.policy (#6741)
  • Pick up fixes to GAPIC generator. (#6634)
  • Fix client_info bug, update docstrings. (#6407)
  • Avoid overwriting 'module' of messages from shared modules. (#5364)
  • Fix bad trove classifier

Dependencies

  • Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)

Documentation

  • Docs: normalize use of support level badges (#6159)
  • Container: harmonize / DRY 'README.rst' / 'docs/index.rst'. (#6018)
  • Rename releases to changelog and include from CHANGELOG.md (#5191)

Internal / Testing Changes

  • Update noxfile.
  • blacken all gen'd libs (#6792)
  • Omit local dependencies from coverage. (#6701)
  • Run black at end of synth.py (#6698)
  • Unblack container gapic and protos.
  • Run Black on Generated libraries (#6666)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)
  • Pass posargs to py.test (#6653)
  • Update synth.py yaml location (#6480)
  • Use new Nox (#6175)
  • Container: add 'synth.py'. (#6084)
  • Nox: use inplace installs (#5865)
  • Modify system tests to use prerelease versions of grpcio (#5304)
  • Add Test runs for Python 3.7 and remove 3.4 (#5295)