Changelog
3.11.1 (2023-01-20)
Bug Fixes
- Add context manager return types ( f9d47e0 )
Documentation
- Add documentation for enums ( f9d47e0 )
3.11.0 (2023-01-10)
Features
3.10.0 (2022-12-14)
Features
-
Add support for
google.cloud.datacatalog.__version__
( 8a4f5f8 ) -
Add typing to proto.Message based class attributes ( 8a4f5f8 )
Bug Fixes
-
Add dict typing for client_options ( 8a4f5f8 )
-
deps:Require google-api-core >=1.34.0, >=2.11.0 ( 9682965 )
-
Drop usage of pkg_resources ( 9682965 )
-
Fix timeout default values ( 9682965 )
Documentation
-
samples:Snippetgen handling of repeated enum field ( 8a4f5f8 )
-
samples:Snippetgen should call await on the operation coroutine before calling result ( 9682965 )
3.9.3 (2022-10-07)
Bug Fixes
3.9.2 (2022-10-03)
Bug Fixes
3.9.1 (2022-08-11)
Bug Fixes
3.9.0 (2022-07-16)
Features
- add audience parameter ( 624f2eb )
Bug Fixes
3.8.1 (2022-06-03)
Bug Fixes
Documentation
3.8.0 (2022-05-09)
Features
Bug Fixes
- deps:require grpc-google-iam-v1 >=0.12.4 ( 9e33102 )
Documentation
-
fix type in docstring for map fields ( 9e33102 )
3.7.1 (2022-03-05)
Bug Fixes
-
deps:require google-api-core>=1.31.5, >=2.3.2 ( #311 ) ( f2f3c7f )
-
deps:require proto-plus>=1.15.0 ( f2f3c7f )
3.7.0 (2022-02-28)
Features
-
Add methods and messages related to business context feature ( 650ad39 )
-
Add methods and messages related to starring feature ( #297 ) ( 650ad39 )
Bug Fixes
-
resolve DuplicateCredentialArgs error when using credentials_file ( 18b7f51 )
Documentation
- add autogenerated code snippets ( 650ad39 )
3.6.2 (2022-01-10)
Documentation
-
convert UPGRADING guide to RST to fix table formatting ( #268 ) ( 571171e )
-
samples:Add sample for PolicyTagManagerClient.create_taxonomy ( #37 ) ( 15feb5d )
3.6.1 (2021-11-12)
Documentation
3.6.0 (2021-11-08)
Features
-
Added BigQueryDateShardedSpec.latest_shard_resource field ( #256 ) ( 36019b6 )
-
Added SearchCatalogResult.description field ( 36019b6 )
-
Added SearchCatalogResult.display_name field ( 36019b6 )
Bug Fixes
Documentation
3.5.0 (2021-10-28)
Features
3.4.3 (2021-10-05)
Bug Fixes
- improper types in pagers generation ( 322cf9e )
3.4.2 (2021-09-24)
Bug Fixes
- add ‘dict’ annotation type to ‘request’ ( 27fcefa )
Documentation
3.4.1 (2021-09-01)
Bug Fixes
Documentation
3.4.0 (2021-07-28)
Features
-
Added ReplaceTaxonomy in Policy Tag Manager Serialization API ( 6abe29d )
-
Added support for BigQuery connections entries ( #196 ) ( 6abe29d )
-
Added support for BigQuery routines entries ( 6abe29d )
-
Added support for public tag templates ( 6abe29d )
-
Added support for rich text tags ( 6abe29d )
-
Added usage_signal field ( 6abe29d )
Documentation
- Documentation improvements ( 6abe29d )
3.3.2 (2021-07-27)
Bug Fixes
Documentation
Miscellaneous Chores
3.3.1 (2021-07-20)
Bug Fixes
3.3.0 (2021-07-01)
Features
Bug Fixes
Documentation
3.2.1 (2021-06-09)
Bug Fixes
3.2.0 (2021-05-18)
Features
- support self-signed JWT flow for service accounts ( 85e46e1 )
Bug Fixes
- add async client to %name_%version/init.py ( 85e46e1 )
3.1.1 (2021-03-29)
Bug Fixes
3.1.0 (2021-03-22)
Features
Bug Fixes
Documentation
-
document enum values with
undoc-members
option ( #93 ) ( 2dbb3ef ) -
fix
type_
attribute name in the migration guide ( #113 ) ( 2f98f22 ) -
update the upgrade guide to be from 1.0 to 3.0 ( #77 ) ( eed034a )
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 )