This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Releases: googleapis/python-datacatalog
Releases · googleapis/python-datacatalog
v0.5.0
11-14-2019 12:54 PST
New Features
- add policy tag manager clients (#9804)
Documentation
- add python 2 sunset banner to documentation (#9036)
- add sample to create a fileset entry (#9590)
- add sample to create an entry group (#9584)
Internal / Testing Changes
- change spacing in docs templates (via synth) (#9743)
v0.4.0
10-23-2019 08:54 PDT
Implementation Changes
- remove send/recv msg size limit (via synth) (#8949)
New Features
- add entry group operations (#9520)
Documentation
- fix intersphinx reference to requests (#9294)
- remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
- remove unused import from samples (via synth). (#9110)
- remove compatability badges from READMEs. (#9035)
- update intersphinx mapping for requests. (#8805)
- add 'search' sample (via synth). (#8793)
v0.3.0
Implementation Changes
- Allow kwargs to be passed to create_channel (via synth). (#8425)
New Features
- Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). (#8654)
- Add 'client_options' support, update list method docstrings (via synth). (#8503)
Dependencies
- Bump minimum version for google-api-core to 1.14.0. (#8709)
- Update pin for 'grpc-google-iam-v1' to 0.12.3+. (#8647)
Documentation
- Add get_entry sample (via synth). (#8725)
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add generated samples (via synth). (#8710)
- Add compatibility check badges to READMEs. (#8288)
- Update docstrings (via synth). (#8299)
Internal / Testing Changes
v0.2.0
New Features
- Add search capability, tags that match a query, and IAM policies (#8266)
- Add protos as an artifact to library (via synth). (#8018)
Documentation
- Add nox session
docs
, reorder methods (via synth). (#7766) - Fix broken link to client library docs in README (#7713)