Version history
Version 1.0.0-beta08, released 2025-03-03
Bug fixes
- BREAKING CHANGE Response type of method
CommitRepositoryChanges
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE Response type of method
PullGitCommits
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.PullGitCommitsResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE Response type of method
PushGitCommits
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.PushGitCommitsResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE Response type of method
CommitWorkspaceChanges
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE Response type of method
ResetWorkspaceChanges
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE Response type of method
RemoveDirectory
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.RemoveDirectoryResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE Response type of method
RemoveFileRequest
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.RemoveFileResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE Response type of method
CancelWorkflowInvocation
is changed from.google.protobuf.Empty
to.google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse
in serviceDataform
(commit 4985789) - BREAKING CHANGE An existing field
bigquery_action
is moved in to oneof in message.google.cloud.dataform.v1beta1.WorkflowInvocationAction
(commit 4985789)
New features
- Added new field
internal_metadata
to all resources to export all the metadata information that is used internally to serve the resource (commit 4985789) - Returning
commit_sha
in the response of methodCommitRepositoryChanges
(commit 4985789) - Moving existing field
bigquery_action
to oneof in message.google.cloud.dataform.v1beta1.WorkflowInvocationAction
to allow adding more actions types such asnotebook_action
(commit 4985789)
Documentation improvements
- Explained the effect of field
page_token
on the pagination in several messages (commit 4985789) - Adds known limitations on several methods such as
UpdateRepository
,UpdateReleaseConfig
andUpdateWorkflowConfig
(commit 4985789) - Several comments reformatted (commit 4985789)
Version 1.0.0-beta07, released 2024-06-04
New features
- Add properties for nested resource name references (commit 15eec4d)
Version 1.0.0-beta06, released 2024-05-08
New features
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)
Version 1.0.0-beta05, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 (commit 82bea85)
Version 1.0.0-beta04, released 2024-02-28
No API surface changes; just dependency updates.
Version 1.0.0-beta03, released 2023-10-30
Bug fixes
- Rearrange several messages, thus changing field types (commit 9d2b3d8)
New features
- Support for ReleaseConfigs (commit 9d2b3d8)
- Support for WorkflowConfigs (commit 9d2b3d8)
- Support new first-party repository methods for committing, listing/reading files, and fetching history (commit 9d2b3d8)
- Support new ComputeRepositoryAccessTokenStatus repository method (commit 9d2b3d8)
- Support SSH based git authentication configuration (commit 9d2b3d8)
- Support workspace compilation override fields (commit 9d2b3d8)
- Support NPMRC environment variables (commit 9d2b3d8)
- Support labels on repositories (commit 9d2b3d8)
- Support custom service account repository configuration (commit 9d2b3d8)
Documentation improvements
- Several comments reformatted (commit 9d2b3d8)
Version 1.0.0-beta02, released 2023-01-19
New features
- Enable REST transport in C# (commit 31e55cd)
Version 1.0.0-beta01, released 2022-10-17
Initial release.