Changelog
3.0.0 (2020-11-17)
⚠ BREAKING CHANGES
- add common resource paths; expose client transport; rename
type
attributes totype_
to avoid name collisions. (#64)
Renamed attributes:
* `TagTemplateField.type` -> `TagTemplatedField.type_`
* `ColumnSchema.type` -> `ColumnSchema.type_`
* `Entry.type` -> `Entry.type_`
Features
- add common resource paths; expose client transport; rename
type
attributes totype_
to avoid name collisions (#64) (f8f797a)
2.0.0 (2020-08-20)
⚠ BREAKING CHANGES
- This release has breaking changes. See the 2.0.0 Migration Guide for details.
Features
Bug Fixes
Documentation
1.0.0 (2020-06-17)
Features
0.8.0 (2020-05-20)
Features
- add
restricted_locations
to v1; addorder
toTagField
andTagTemplateField
in v1beta1; renamefield_path
totag_template_field_path
in v1beta1; add pagination support tolist_taxonomies
in v1beta1 (#20) (7a890c2)
0.7.0 (2020-04-09)
Features
0.6.0 (2020-02-24)
Features
datacatalog: add sample for create a fileset entry quickstart (#9977) (16eaf4b)
datacatalog: undeprecate resource name helper methods, bump copyright year to 2020, tweak docstring formatting (via synth) (#10228) (84e5e7c)
add
list_entry_groups
,list_entries
,update_entry_group
methods to v1beta1 (via synth) (#6) (b51902e)
Bug Fixes
0.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)
0.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)
0.3.0
07-24-2019 15:58 PDT
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
Enable Sample Generator Tool for Data Catalog (#8708)
Add docs job to publish to googleapis.dev. (#8464)
0.2.0
06-12-2019 12:46 PDT
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)
Internal / Testing Changes
Suppress checking ‘cov-fail-under’ in nox default session (via synth). (#8235)
Fix coverage in ‘types.py’ (via synth). (#8150)
Blacken noxfile.py, setup.py (via synth). (#8117)
Add empty lines (via synth). (#8052)
0.1.0
04-15-2019 15:46 PDT
New Features
- Initial release of Cloud Data Catalog client. (#7708)