Changelog
0.3.2 (2022-06-08)
Bug Fixes
0.3.1 (2022-04-04)
Bug Fixes
0.3.0 (2020-04-21)
⚠ BREAKING CHANGES
- oslogin: rename fingerprint_path to ssh_public_key_path; rename project_path to posix_account_path; add OperatingSystemType enum; make ssh_public_key optional param to import_ssh_public_key; annotate protos (via synth) (#9431)
Features
- oslogin: rename fingerprint_path to ssh_public_key_path; rename project_path to posix_account_path; add OperatingSystemType enum; make ssh_public_key optional param to import_ssh_public_key; annotate protos (via synth) (#9431) (f903af4)
Bug Fixes
- oslogin: add py2 deprecation warning; bump copyright year to 2020; add 3.8 unit tests (via synth) (#10071) (3085490)
0.2.0
07-24-2019 17:10 PDT
Implementation Changes
- Allow kwargs to be passed to create_channel. (#8398)
- Reorder class methods, add routing header to method metadata, add nox session docs (via synth). (#7934)
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Protoc-generated serialization update. (#7090)
- Pick up stub docstring fix in GAPIC generator. (#6977)
New Features
- Add ‘client_options’ support (via synth). (#8517)
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)
- googlecloudplatform –> googleapis in READMEs (#7411)
- Updated client library documentation URLs. (#7307)
- Update copyright headers
Internal / Testing Changes
- Pin black version (via synth). (#8589)
- Add docs job to publish to googleapis.dev. (#8464)
- Declare encoding as utf-8 in pb2 files (via synth). (#8359)
- Add disclaimer to auto-generated template files (via synth). (#8322)
- Suppress checking ‘cov-fail-under’ in nox default session (via synth). (#8247)
- Fix coverage in ‘types.py’ (via synth). (#8160)
- Blacken noxfile.py, setup.py (via synth). (#8127)
- Add empty lines (via synth). (#8066)
- Add protos as an artifact to library (#7205)
0.1.2
12-18-2018 09:36 PST
Implementation Changes
- Import iam.policy from google.api_core. (#6741)
- Pick up fixes to GAPIC generator. (#6575)
- Fix client_info bug, update docstrings. (#6417)
- Avoid overwriting module of messages from shared modules. (#5364)
Dependencies
- Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)
- Avoid broken ‘google-common-apis 1.5.4’ release. (#6355)
Documentation
Internal / Testing Changes
- Add baseline for synth.metadata
- 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 ‘mock’ to unit test dependencies for autogen libs. (#6402)
- Add / fix badges for PyPI / versions. (#6158)
- Use new Nox (#6175)
- Add ‘synth.py’. (#6086)
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Rename releases to changelog and include from CHANGELOG.md (#5191)
- Fix bad trove classifier
0.1.1
Dependencies
- Update dependency range for api-core to include v1.0.0 releases (#4944)
Testing and internal changes
- Normalize all setup.py files (#4909)