Changelog

PyPI History

0.7.0 (2025年10月16日)

Features

Bug Fixes

0.6.2 (2025年05月20日)

Features

  • Support adding a workflow action to execute a Data Preparation node (8f95f78)

Documentation

  • Updated the formatting in some comments in multiple services (8f95f78)

0.6.1 (2025年03月15日)

Features

  • [google-cloud-dataform] Dataform V1 Public APIs (#13639) (7828c61)

Bug Fixes

  • [Many APIs] Allow Protobuf 6.x (feb5353)

  • remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)

0.6.0 (2025年03月03日)

⚠ BREAKING CHANGES

  • v1beta1: Response type of method CommitRepositoryChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse in service Dataform

  • v1beta1: Response type of method PullGitCommits is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.PullGitCommitsResponse in service Dataform

  • v1beta1: Response type of method PushGitCommits is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.PushGitCommitsResponse in service Dataform

  • v1beta1: Response type of method CommitWorkspaceChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse in service Dataform

  • v1beta1: Response type of method ResetWorkspaceChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse in service Dataform

  • v1beta1: Response type of method RemoveDirectory is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.RemoveDirectoryResponse in service Dataform

  • v1beta1: Response type of method RemoveFileRequest is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.RemoveFileResponse in service Dataform

  • v1beta1: Response type of method CancelWorkflowInvocation is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse in service Dataform

  • v1beta1: An existing field bigquery_action is moved in to oneof in message .google.cloud.dataform.v1beta1.WorkflowInvocationAction

Features

  • v1beta1: Added new field internal_metadata to all resources to export all the metadata information that is used internally to serve the resource (4aaf903)

  • v1beta1: Moving existing field bigquery_action to oneof in message .google.cloud.dataform.v1beta1.WorkflowInvocationAction to allow adding more actions types such as notebook_action (4aaf903)

  • v1beta1: Returning commit_sha in the response of method CommitRepositoryChanges (4aaf903)

Bug Fixes

  • v1beta1: An existing field bigquery_action is moved in to oneof in message .google.cloud.dataform.v1beta1.WorkflowInvocationAction (4aaf903)

  • v1beta1: Response type of method CancelWorkflowInvocation is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse in service Dataform (4aaf903)

  • v1beta1: Response type of method CommitRepositoryChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse in service Dataform (4aaf903)

  • v1beta1: Response type of method CommitWorkspaceChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse in service Dataform (4aaf903)

  • v1beta1: Response type of method PullGitCommits is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.PullGitCommitsResponse in service Dataform (4aaf903)

  • v1beta1: Response type of method PushGitCommits is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.PushGitCommitsResponse in service Dataform (4aaf903)

  • v1beta1: Response type of method RemoveDirectory is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.RemoveDirectoryResponse in service Dataform (4aaf903)

  • v1beta1: Response type of method RemoveFileRequest is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.RemoveFileResponse in service Dataform (4aaf903)

  • v1beta1: Response type of method ResetWorkspaceChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse in service Dataform (4aaf903)

Documentation

  • v1beta1: Adds known limitations on several methods such as UpdateRepository, UpdateReleaseConfig and UpdateWorkflowConfig (4aaf903)

  • v1beta1: Explained the effect of field page_token on the pagination in several messages (4aaf903)

  • v1beta1: several comments reformatted (4aaf903)

0.5.16 (2025年02月18日)

Bug Fixes

  • deps: Require grpc-google-iam-v1>=0.14.0 (16e14c8)

0.5.15 (2025年02月12日)

Features

  • Add REST Interceptors which support reading metadata (e92d527)

  • Add support for reading selective GAPIC generation methods from service YAML (e92d527)

0.5.14 (2024年12月12日)

Features

  • Add support for opt-in debug logging (19ed3be)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (19ed3be)

0.5.13 (2024年10月31日)

Bug Fixes

  • disable universe-domain validation (53c951e)

0.5.12 (2024年10月24日)

Features

  • Add support for Python 3.13 (6252476)

0.5.11 (2024年07月30日)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination (ba1064f)

0.5.10 (2024年07月08日)

Bug Fixes

0.5.9 (2024年03月05日)

Bug Fixes

0.5.8 (2024年02月22日)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain (#12282) (b985096)

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12305) (2aa7f17)

0.5.7 (2024年02月06日)

Bug Fixes

  • Add google-auth as a direct dependency (f3db074)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (f3db074)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (f3db074)

0.5.6 (2024年02月01日)

Features

  • Allow users to explicitly configure universe domain (#12239) (8004d15)

0.5.5 (2023年12月07日)

Features

  • Add support for python 3.12 (b96013d)

  • Introduce compatibility with native namespace packages (b96013d)

Bug Fixes

  • Require proto-plus >= 1.22.3 (b96013d)

  • Use retry_async instead of retry in async client (b96013d)

0.5.4 (2023年11月02日)

Features

  • Support custom service account repository configuration (13b57e4)

  • Support for ReleaseConfigs (13b57e4)

  • Support for WorkflowConfigs (13b57e4)

  • Support labels on repositories (13b57e4)

  • Support new ComputeRepositoryAccessTokenStatus repository method (13b57e4)

  • Support new first-party repository methods for committing, listing/reading files, and fetching history (13b57e4)

  • Support NPMRC environment variables (13b57e4)

  • Support SSH based git authentication configuration (13b57e4)

  • Support workspace compilation override fields (13b57e4)

Bug Fixes

  • rearrange several messages, thus changing field types (13b57e4)

Documentation

  • several comments reformatted (13b57e4)

0.5.3 (2023年09月19日)

Documentation

0.5.2 (2023年07月05日)

Bug Fixes

0.5.1 (2023年03月23日)

Documentation

  • Fix formatting of request arg in docstring (#54) (c38ec22)

0.5.0 (2023年02月27日)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#49) (403b246)

0.4.1 (2023年01月20日)

Bug Fixes

  • Add context manager return types (c546812)

Documentation

  • Add documentation for enums (c546812)

0.4.0 (2023年01月10日)

Features

0.3.0 (2022年12月15日)

Features

  • Add support for google.cloud.dataform.__version__ (fef5a2c)

  • Add typing to proto.Message based class attributes (fef5a2c)

Bug Fixes

  • Add dict typing for client_options (fef5a2c)

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (b64c01a)

  • Drop usage of pkg_resources (b64c01a)

  • Fix timeout default values (b64c01a)

Documentation

  • samples: Snippetgen handling of repeated enum field (fef5a2c)

  • samples: Snippetgen should call await on the operation coroutine before calling result (b64c01a)

0.2.3 (2022年10月07日)

Bug Fixes

0.2.2 (2022年09月29日)

Bug Fixes

  • deps: Require protobuf >= 3.20.2 (#28) (fb846e5)

0.2.1 (2022年08月15日)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#12) (ddde619)

  • deps: require proto-plus >= 1.22.0 (ddde619)

0.2.0 (2022年07月26日)

Features

Bug Fixes

0.1.0 (2022年07月08日)

Features

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月13日 UTC.