Changelog#
0.22.1#
08-12-2019 13:51 PDT
0.21.0#
05-16-2019 12:58 PDT
Implementation Changes#
Documentation#
Internal / Testing Changes#
Add nox session
docs
, reorder methods (via synth). (#7783) and (#7784)Copy lintified proto files (via synth). (#7455)
Add clarifying comment to blacken nox target. (#7406)
Remove unused message exports (via synth). (#7278)
Copy proto files alongside protoc versions (#7254)
Trivial gapic-generator change. (#7236)
Add protos as an artifact to library (#7205)
Update copyright headers (via synth). (#7161)
Protoc-generated serialization update. (#7098)
0.20.0#
12-05-2018 13:16 PST
Implementation Changes#
Documentation#
Internal / Testing Changes#
Updates to noxfile and other templates. Start Blackening. (#6792), (#6701), (#6698), (#6666), (#6642)
Use new Nox (#6175)
Add kokoro for trace, remove trace from CircleCI (#6112)
Use inplace installs (#5865)
Add Test runs for Python 3.7 and remove 3.4 (#5295)
Fix bad trove classifier
Move unit test from gax to gapic (#4988)
0.19.0#
Dependencies#
The minimum version for
google-api-core
has been updated to version 1.0.0. This may cause some incompatibility with older google-cloud libraries, you will need to update those libraries if you have a dependency conflict. (#4944, #4946)
Testing and internal changes#
Install local dependencies when running lint (#4936)
Re-enable lint for tests, remove usage of pylint (#4921)
Normalize all setup.py files (#4909)
0.18.0#
Breaking changes#
The underlying autogenerated client library was re-generated to pick up new features and resolve bugs, this may change the exceptions raised from various methods. (#4799)