Changelog

PyPI History

3.8.1 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size ( #385 ) ( 7588b0b )

3.8.0 (2022-05-09)

Features

  • added Dataplex specific fields ( 9e33102 )

  • AuditConfig for IAM v1 ( 9e33102 )

Bug Fixes

  • deps:require grpc-google-iam-v1 >=0.12.4 ( 9e33102 )

Documentation

  • fix type in docstring for map fields ( 9e33102 )

  • update taxonomy display_name comment ( #338 ) ( 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 api key support ( #291 ) ( 7d8c3bc )

  • Add methods and messages related to business context feature ( 650ad39 )

  • Add methods and messages related to starring feature ( #297 ) ( 650ad39 )

Bug Fixes

  • deps:move libcst to extras ( #300 ) ( eaf1ad6 )

  • 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 )

  • fixing upgrading guide v2 ( #277 ) ( 76f152a )

  • 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

  • deps:drop packaging dependency ( 0dcc0c3 )

  • deps:require google-api-core >= 1.28.0 ( 0dcc0c3 )

Documentation

3.5.0 (2021-10-28)

Features

  • add context manager support in client ( #240 ) ( c403d1d )

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

  • samples:add entry group greation to custom entry sample ( #215 ) ( 24d78cf )

3.4.1 (2021-09-01)

Bug Fixes

  • make datacatalog == datacatalog_v1 ( #206 ) ( aefe892 )

Documentation

  • samples:add samples from docs & reorganize all samples for testing ( #78 ) ( d34aca0 )

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

  • add Samples section to CONTRIBUTING.rst ( #187 ) ( 317b207 )

Miscellaneous Chores

3.3.1 (2021-07-20)

Bug Fixes

  • deps:pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions ( #186 ) ( 915f387 )

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

  • add client_cert_source_for_mtls argument to transports ( #107 ) ( 59a44bc )

Bug Fixes

  • remove gRPC send/recv limit; add enums to types/__init__.py ( #87 ) ( e0c40c7 )

Documentation

  • document enum values with undoc-members option ( #93 ) ( 2dbb3ef )

  • fix type_ attribute name in the migration guide ( #113 ) ( 2f98f22 )

  • fix upgrade guide ( #114 ) ( 4bfa587 )

  • 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 to type_ 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 to type_ to avoid name collisions ( #64 ) ( f8f797a )

2.0.0 (2020-08-20)

⚠ BREAKING CHANGES

Features

  • Migrate API client to Microgenerator ( #54 ) ( 14fbdb8 )

Bug Fixes

Documentation

1.0.0 (2020-06-17)

Features

0.8.0 (2020-05-20)

Features

  • add restricted_locations to v1; add order to TagField and TagTemplateField in v1beta1; rename field_path to tag_template_field_path in v1beta1; add pagination support to list_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

  • datacatalog:deprecate resource name helper methods (via synth) ( #9831 ) ( 22db3f0 )

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 )
Design a Mobile Site
View Site in Mobile | Classic
Share by: