Changes

0.13.0 (2026-02-19)

Features

  • Update GCP Client Libraries in v1beta1 to support Folders, TeamFolders, and other relevant APIs The v1beta1 API now includes support for Folders and TeamFolders, allowing users to organize repositories and files hierarchically and manage access controls. New Features: - Added TeamFolder resource and methods: CreateTeamFolder, GetTeamFolder, UpdateTeamFolder, DeleteTeamFolder QueryTeamFolderContents to list folder contents. SearchTeamFolders to search for TeamFolders. - Added Folder resource and methods: CreateFolder, GetFolder, UpdateFolder, DeleteFolder QueryFolderContents to list folder contents. Added MoveFolder to move Folders between TeamFolders, other Folders, or the user root folder. - Added MoveRepository to move Repositories between TeamFolders, Folders, or the user root folder. - Added QueryUserRootContents to list contents of a user's root folder. Repository resource now includes containing_folder and team_folder_name fields to indicate its location within the folder hierarchy. - IAM methods (GetIamPolicy, SetIamPolicy, TestIamPermissions) now support Folder and TeamFolder resources for access control management (cc0ef5a)

Documentation

  • A comment for field force in message .google.cloud.dataform.v1beta1.DeleteRepositoryRequest is changed PiperOrigin-RevId: 868182714 (cc0ef5a)

0.12.1 (2025-09-16)

Bug Fixes

  • dataform: Upgrade gRPC service registration func (617bb68)

0.12.0 (2025-05-21)

Features

  • dataform: Support adding a workflow action to execute a Data Preparation node (2a9d8ee)

Documentation

  • dataform: Updated the formatting in some comments in multiple services (2a9d8ee)

0.11.2 (2025-04-15)

Bug Fixes

  • dataform: Update google.golang.org/api to 0.229.0 (3319672)

0.11.1 (2025-03-13)

Bug Fixes

  • dataform: Update golang.org/x/net to 0.37.0 (1144978)

0.11.0 (2025-03-06)

Features

  • dataform: Added new field internal_metadata to all resources to export all the metadata information that is used internally to serve the resource (3f23a91)
  • dataform: Moving existing field bigquery_action to oneof in message .google.cloud.dataform.v1beta1.WorkflowInvocationAction to allow adding more actions types such as notebook_action (3f23a91)
  • dataform: Returning commit_sha in the response of method CommitRepositoryChanges (3f23a91)

Bug Fixes

  • dataform: An existing field bigquery_action is moved in to oneof in message .google.cloud.dataform.v1beta1.WorkflowInvocationAction (3f23a91)
  • dataform: Remove v1alpha2 client (#11761) (c85bdd9), refs #11760
  • dataform: Response type of method CancelWorkflowInvocation is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse in service Dataform (3f23a91)
  • dataform: Response type of method CommitRepositoryChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse in service Dataform (3f23a91)
  • dataform: Response type of method CommitWorkspaceChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse in service Dataform (3f23a91)
  • dataform: Response type of method PullGitCommits is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.PullGitCommitsResponse in service Dataform (3f23a91)
  • dataform: Response type of method PushGitCommits is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.PushGitCommitsResponse in service Dataform (3f23a91)
  • dataform: Response type of method RemoveDirectory is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.RemoveDirectoryResponse in service Dataform (3f23a91)
  • dataform: Response type of method RemoveFileRequest is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.RemoveFileResponse in service Dataform (3f23a91)
  • dataform: Response type of method ResetWorkspaceChanges is changed from .google.protobuf.Empty to .google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse in service Dataform (3f23a91)

Documentation

  • dataform: Adds known limitations on several methods such as UpdateRepository, UpdateReleaseConfig and UpdateWorkflowConfig (3f23a91)
  • dataform: Explained the effect of field page_token on the pagination in several messages (3f23a91)
  • dataform: Several comments reformatted (3f23a91)

0.10.3 (2025-01-02)

Bug Fixes

  • dataform: Update golang.org/x/net to v0.33.0 (e9b0b69)

0.10.2 (2024-10-23)

Bug Fixes

  • dataform: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • dataform: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. (8bb87d5)

0.10.1 (2024-09-12)

Bug Fixes

  • dataform: Bump dependencies (2ddeb15)

0.10.0 (2024-08-20)

Features

  • dataform: Add support for Go 1.23 iterators (84461c0)

0.9.9 (2024-08-08)

Bug Fixes

  • dataform: Update google.golang.org/api to v0.191.0 (5b32644)

0.9.8 (2024-07-24)

Bug Fixes

  • dataform: Update dependencies (257c40b)

0.9.7 (2024-07-10)

Bug Fixes

0.9.6 (2024-07-01)

Bug Fixes

0.9.5 (2024-06-26)

Bug Fixes

  • dataform: Enable new auth lib (b95805f)

0.9.4 (2024-05-01)

Bug Fixes

  • dataform: Bump x/net to v0.24.0 (ba31ed5)

0.9.3 (2024-03-14)

Bug Fixes

  • dataform: Update protobuf dep to v1.33.0 (30b038d)

0.9.2 (2024-01-30)

Bug Fixes

  • dataform: Enable universe domain resolution options (fd1d569)

0.9.1 (2023-11-01)

Bug Fixes

  • dataform: Bump google.golang.org/api to v0.149.0 (8d2ab9f)

0.9.0 (2023-10-31)

Features

  • dataform: Support for ReleaseConfigs (ffb0dda)

0.8.3 (2023-10-26)

Bug Fixes

  • dataform: Update grpc-go to v1.59.0 (81a97b0)

0.8.2 (2023-10-12)

Bug Fixes

  • dataform: Update golang.org/x/net to v0.17.0 (174da47)

0.8.1 (2023-06-20)

Bug Fixes

  • dataform: REST query UpdateMask bug (df52820)

0.8.0 (2023-05-30)

Features

  • dataform: Update all direct dependencies (b340d03)

0.7.1 (2023-05-08)

Bug Fixes

  • dataform: Update grpc to v1.55.0 (1147ce0)

0.7.0 (2023-03-15)

Features

  • dataform: Update iam and longrunning deps (91a1f78)

0.6.0 (2023-01-04)

Features

  • dataform: Add REST client (06a54a1)

0.5.0 (2022-10-25)

Features

0.4.0 (2022-09-21)

Features

  • dataform: rewrite signatures in terms of new types for betas (9f303f9)

0.3.0 (2022-09-19)

Features

  • dataform: start generating proto message types (563f546)

0.2.0 (2022-08-02)

Features

  • dataform: Release API version v1beta1 (no changes to v1alpha2) (1d6fbcc)

0.1.0 (2022-07-12)

Features

  • dataform: remove unused filter field from alpha2 version of API before release (8a1ad06)
  • dataform: start generating apiv1alpha2 (#6299) (1c434c6)