Sourced from github.com/databricks/databricks-sdk-go's releases.
v0.39.0
0.39.0
- Ignored flaky integration tests (#894).
- Added retries for "worker env WorkerEnvId(workerenv-XXXXX) not found" (#890).
- Updated SDK to OpenAPI spec (#899).
Note: This release contains breaking changes, please see the API changes below for more details.
API Changes:
- Added
IngestionDefinition
field for pipelines.CreatePipeline, pipelines.EditPipeline and pipelines.PipelineSpec.- Added
Deployment
field for pipelines.CreatePipeline, pipelines.EditPipeline and pipelines.PipelineSpec.- Added compute.ClusterStatus.
- Added compute.ClusterStatusResponse.
- Added compute.LibraryInstallStatus.
- Added
WarehouseId
field for jobs.NotebookTask.- Added
RunAs
field for jobs.SubmitRun.- Added pipelines.DeploymentKind.
- Added pipelines.IngestionConfig.
- Added pipelines.ManagedIngestionPipelineDefinition.
- Added pipelines.PipelineDeployment.
- Added pipelines.SchemaSpec.
- Added pipelines.TableSpec.
- Added
GetOpenApi
method for w.ServingEndpoints workspace-level service.- Added serving.GetOpenApiRequest.
- Added
SchemaId
field for catalog.SchemaInfo.- Added
Operation
field for catalog.ValidationResult.- Added catalog.ValidationResultOperation.
- Added
Requirements
field for compute.Library.- Removed
AwsOperation
field for catalog.ValidationResult.- Removed
AzureOperation
field for catalog.ValidationResult.- Removed
GcpOperation
field for catalog.ValidationResult.- Removed catalog.ValidationResultAwsOperation.
- Removed catalog.ValidationResultAzureOperation.
- Removed catalog.ValidationResultGcpOperation.
- Removed compute.ClusterStatusRequest.
- Removed compute.LibraryFullStatusStatus.
- Changed
ClusterStatus
method for w.Libraries workspace-level service . New request type is compute.ClusterStatus.- Changed
ClusterStatus
method for w.Libraries workspace-level service to return compute.ClusterStatusResponse.- Changed
Status
field for compute.LibraryFullStatus to compute.LibraryInstallStatus.OpenAPI SHA: 21f9f1482f9d0d15228da59f2cd9f0863d2a6d55, Date: 2024-04-23
Sourced from github.com/databricks/databricks-sdk-go's changelog.
0.39.0
- Ignored flaky integration tests (#894).
- Added retries for "worker env WorkerEnvId(workerenv-XXXXX) not found" (#890).
- Updated SDK to OpenAPI spec (#899).
Note: This release contains breaking changes, please see the API changes below for more details.
API Changes:
- Added
IngestionDefinition
field for pipelines.CreatePipeline, pipelines.EditPipeline and pipelines.PipelineSpec.- Added
Deployment
field for pipelines.CreatePipeline, pipelines.EditPipeline and pipelines.PipelineSpec.- Added compute.ClusterStatus.
- Added compute.ClusterStatusResponse.
- Added compute.LibraryInstallStatus.
- Added
WarehouseId
field for jobs.NotebookTask.- Added
RunAs
field for jobs.SubmitRun.- Added pipelines.DeploymentKind.
- Added pipelines.IngestionConfig.
- Added pipelines.ManagedIngestionPipelineDefinition.
- Added pipelines.PipelineDeployment.
- Added pipelines.SchemaSpec.
- Added pipelines.TableSpec.
- Added
GetOpenApi
method for w.ServingEndpoints workspace-level service.- Added serving.GetOpenApiRequest.
- Added
SchemaId
field for catalog.SchemaInfo.- Added
Operation
field for catalog.ValidationResult.- Added catalog.ValidationResultOperation.
- Added
Requirements
field for compute.Library.- Removed
AwsOperation
field for catalog.ValidationResult.- Removed
AzureOperation
field for catalog.ValidationResult.- Removed
GcpOperation
field for catalog.ValidationResult.- Removed catalog.ValidationResultAwsOperation.
- Removed catalog.ValidationResultAzureOperation.
- Removed catalog.ValidationResultGcpOperation.
- Removed compute.ClusterStatusRequest.
- Removed compute.LibraryFullStatusStatus.
- Changed
ClusterStatus
method for w.Libraries workspace-level service . New request type is compute.ClusterStatus.- Changed
ClusterStatus
method for w.Libraries workspace-level service to return compute.ClusterStatusResponse.- Changed
Status
field for compute.LibraryFullStatus to compute.LibraryInstallStatus.OpenAPI SHA: 21f9f1482f9d0d15228da59f2cd9f0863d2a6d55, Date: 2024-04-23
8d533a0
encoding/charmap: update UCM spec file URL prefix84cb9f7
oauth2: fix typo in comment4b7f0bd
go.mod: update cloud.google.com/go/compute/metadata dependencye11eea8
microsoft: added DeviceAuthURL to AzureADEndpoint46c790f
go.mod: update golang.org/x dependenciesSourced from github.com/databricks/databricks-sdk-go's releases.
v0.40.1
- Fixed codecov for repository (#909).
- Add traceparent header to enable distributed tracing. (#914).
- Log cancelled and failed requests (#919).
Dependency updates:
- Bump golang.org/x/net from 0.22.0 to 0.24.0 (#884).
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/zerolog (#896).
- Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/slog (#897).
v0.40.0
0.40.0
- Allow unlimited timeouts in retries (#904). By setting RETRY_TIMEOUT_SECONDS to a negative value, WorkspaceClient and AccountClient will retry retriable failures indefinitely. As a reminder, without setting this parameter, the default retry timeout is 5 minutes.
API Changes:
- Changed
Create
method for w.Apps workspace-level service . New request type is serving.CreateAppRequest.- Changed
Create
method for w.Apps workspace-level service to return serving.App.- Removed
DeleteApp
method for w.Apps workspace-level service.- Removed
GetApp
method for w.Apps workspace-level service.- Removed
GetAppDeploymentStatus
method for w.Apps workspace-level service.- Removed
GetApps
method for w.Apps workspace-level service.- Removed
GetEvents
method for w.Apps workspace-level service.- Added
CreateDeployment
method for w.Apps workspace-level service.- Added
Delete
method for w.Apps workspace-level service.- Added
Get
method for w.Apps workspace-level service.- Added
GetDeployment
method for w.Apps workspace-level service.- Added
GetEnvironment
method for w.Apps workspace-level service.- Added
List
method for w.Apps workspace-level service.- Added
ListDeployments
method for w.Apps workspace-level service.- Added
Stop
method for w.Apps workspace-level service.- Added
Update
method for w.Apps workspace-level service.- Removed serving.AppEvents.
- Removed serving.AppManifest.
- Removed serving.AppServiceStatus.
- Removed serving.DeleteAppResponse.
- Removed serving.DeployAppRequest.
- Removed serving.DeploymentStatus.
- Removed serving.DeploymentStatusState.
- Removed serving.GetAppDeploymentStatusRequest.
- Removed serving.GetAppResponse.
- Removed serving.GetEventsRequest.
- Removed serving.ListAppEventsResponse.
- Changed
Apps
field for serving.ListAppsResponse to serving.AppList.- Added serving.App.
- Added serving.AppDeployment.
- Added serving.AppDeploymentState.
... (truncated)
Sourced from github.com/databricks/databricks-sdk-go's changelog.
0.40.1
- Fixed codecov for repository (#909).
- Add traceparent header to enable distributed tracing. (#914).
- Log cancelled and failed requests (#919).
Dependency updates:
- Bump golang.org/x/net from 0.22.0 to 0.24.0 (#884).
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/zerolog (#896).
- Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/slog (#897).
0.40.0
- Allow unlimited timeouts in retries (#904). By setting RETRY_TIMEOUT_SECONDS to a negative value, WorkspaceClient and AccountClient will retry retriable failures indefinitely. As a reminder, without setting this parameter, the default retry timeout is 5 minutes.
API Changes:
- Changed
Create
method for w.Apps workspace-level service . New request type is serving.CreateAppRequest.- Changed
Create
method for w.Apps workspace-level service to return serving.App.- Removed
DeleteApp
method for w.Apps workspace-level service.- Removed
GetApp
method for w.Apps workspace-level service.- Removed
GetAppDeploymentStatus
method for w.Apps workspace-level service.- Removed
GetApps
method for w.Apps workspace-level service.- Removed
GetEvents
method for w.Apps workspace-level service.- Added
CreateDeployment
method for w.Apps workspace-level service.- Added
Delete
method for w.Apps workspace-level service.- Added
Get
method for w.Apps workspace-level service.- Added
GetDeployment
method for w.Apps workspace-level service.- Added
GetEnvironment
method for w.Apps workspace-level service.- Added
List
method for w.Apps workspace-level service.- Added
ListDeployments
method for w.Apps workspace-level service.- Added
Stop
method for w.Apps workspace-level service.- Added
Update
method for w.Apps workspace-level service.- Removed serving.AppEvents.
- Removed serving.AppManifest.
- Removed serving.AppServiceStatus.
- Removed serving.DeleteAppResponse.
- Removed serving.DeployAppRequest.
- Removed serving.DeploymentStatus.
- Removed serving.DeploymentStatusState.
- Removed serving.GetAppDeploymentStatusRequest.
- Removed serving.GetAppResponse.
- Removed serving.GetEventsRequest.
- Removed serving.ListAppEventsResponse.
- Changed
Apps
field for serving.ListAppsResponse to serving.AppList.- Added serving.App.
- Added serving.AppDeployment.
- Added serving.AppDeploymentState.
- Added serving.AppDeploymentStatus.
... (truncated)
72334ef
Release v0.40.1 (#920)63343c8
Log cancelled and failed requests (#919)27d08a6
Add traceparent header to enable distributed tracing. (#914)b5322db
Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/slog (#897)5edb2df
Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/zerolog (#896)0e8dba0
Bump golang.org/x/net from 0.22.0 to 0.24.0 (#884)b6e76fc
Fixed codecov for repository (#909)70aa8ee
Release v0.40.0 (#908)dae1642
Add ToLibraryList() for ClusterStatusResponse (#906)c6516aa
Bump version of mockery (#907)Sourced from github.com/fatih/color's releases.
v1.17.0
What's Changed
- Fix multi-parameter println spacing by
@klauspost
in fatih/color#228- ci: update Go and Staticcheck versions by
@fatih
in fatih/color#222- Bump golang.org/x/sys from 0.14.0 to 0.17.0 by
@dependabot
in fatih/color#221- Bump actions/setup-go from 4 to 5 by
@dependabot
in fatih/color#217- Bump golang.org/x/sys from 0.17.0 to 0.18.0 by
@dependabot
in fatih/color#224New Contributors
@klauspost
made their first contribution in fatih/color#228Full Changelog: https://github.com/fatih/color/compare/v1.16.0...v1.17.0
b6598b1
Merge pull request #228 from
klauspost/fix-println-issue-21800b1811
Fix multi-parameter println spacing04994a8
Merge pull request #224 from
fatih/dependabot/go_modules/golang.org/x/sys-0.18.07526cad
Merge branch 'main' into
dependabot/go_modules/golang.org/x/sys-0.18.08d058ca
Merge pull request #222 from
fatih/ci-updates2ac809f
Bump golang.org/x/sys from 0.17.0 to 0.18.051a7bbf
ci: update Go and Staticcheck versions799c49c
Merge pull request #217 from
fatih/dependabot/github_actions/actions/setup-go-5f8e0ec9
Merge branch 'main' into
dependabot/github_actions/actions/setup-go-5298abd8
Merge pull request #221 from
fatih/dependabot/go_modules/golang.org/x/sys-0.17.0Sourced from github.com/hashicorp/terraform-json's releases.
v0.22.1
BUG FIXES:
- tfjson: Update
Complete
to a pointer value for older Terraform versions by@austinvalle
in hashicorp/terraform-json#131Full Changelog: https://github.com/hashicorp/terraform-json/compare/v0.22.0...v0.22.1
v0.22.0
ENHANCEMENTS:
- tfjson: Add
DeferredChanges
andComplete
toPlan
JSON by@austinvalle
in hashicorp/terraform-json#123INTERNAL:
- Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 by
@dependabot
in hashicorp/terraform-json#120- Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 by
@dependabot
in hashicorp/terraform-json#121- Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 by
@dependabot
in hashicorp/terraform-json#122- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/terraform-json#124- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/terraform-json#127- github: Set up Dependabot to manage HashiCorp-owned Actions versions by
@xiehan
in hashicorp/terraform-json#128- Bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 in the github-actions-backward-compatible group by
@dependabot
in hashicorp/terraform-json#130New Contributors
@austinvalle
made their first contribution in hashicorp/terraform-json#123@xiehan
made their first contribution in hashicorp/terraform-json#128Full Changelog: https://github.com/hashicorp/terraform-json/compare/v0.21.0...v0.22.0
7e28e2d
tfjson: Update Complete
to a pointer value for older
Terraform versions (#131)5e08e15
Bump hashicorp/setup-copywrite (#130)4a9d1e7
github: Set up Dependabot to manage HashiCorp-owned Actions versions (#128)11f603e
Result of tsccr-helper -log-level=info gha update -latest . (#127)6e83e7b
Result of tsccr-helper -log-level=info gha update -latest . (#124)3b8a921
tfjson: Add DeferredChanges
and Complete
to
Plan
JSON (#123)8cba21a
Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#122)d5065f2
Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 (#121)1498774
Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 (#120)Sourced from github.com/hashicorp/terraform-exec's releases.
v0.21.0
ENHANCEMENTS:
- tfexec: Add
-allow-deferral
to(Terraform).Apply()
and(Terraform).Plan()
methods (#447)
Sourced from github.com/hashicorp/terraform-exec's changelog.
0.21.0 (May 17, 2024)
ENHANCEMENTS:
- tfexec: Add
-allow-deferral
to(Terraform).Apply()
and(Terraform).Plan()
methods (#447)
b6ae175
v0.21.0 [skip ci]67e92f4
build(deps): bump github.com/hashicorp/terraform-json from 0.22.0 to
0.22.1 (...64df8d2
build(deps): bump github.com/hashicorp/terraform-json from 0.21.0 to
0.22.0 (...af05782
build(deps): Bump workflows to latest trusted versions (#450)1df7d52
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#444)6ea7295
build(deps): bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 in the
github...a9c9728
tfexec: Add -allow-deferral
experimental options to
Plan
and Apply
comm...c07c678
Reenable Dependabot for internal GitHub actions (#455)259b9e9
build(deps): bump github.com/hashicorp/hc-install from 0.6.3 to 0.6.4
(#443)46360f1
build(deps): bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#441)Sourced from github.com/hashicorp/go-version's releases.
v1.7.0
ENHANCEMENTS:
- Remove
reflect
dependency (#91)- Implement the
database/sql.Scanner
anddatabase/sql/driver.Value
interfaces forVersion
(#133)INTERNAL:
- [COMPLIANCE] Add Copyright and License Headers (#115)
- [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
- Bump actions/cache from 3.0.11 to 3.2.5 (#116)
- Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
- Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
- GHA Migration (#103)
- github: Pin external GitHub Actions to hashes (#107)
- SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
- update readme (#104)
Sourced from github.com/hashicorp/go-version's changelog.
1.7.0 (May 24, 2024)
ENHANCEMENTS:
- Remove
reflect
dependency (#91)- Implement the
database/sql.Scanner
anddatabase/sql/driver.Value
interfaces forVersion
(#133)INTERNAL:
- [COMPLIANCE] Add Copyright and License Headers (#115)
- [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
- Bump actions/cache from 3.0.11 to 3.2.5 (#116)
- Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
- Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
- GHA Migration (#103)
- github: Pin external GitHub Actions to hashes (#107)
- SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
- update readme (#104)
fcaa532
Update CHANGELOG.mdb85381a
Update CHANGELOG.mdd55f214
Implement the Scan and driver.Value SQL interfaces (#133)e04a866
remove reflection dependency (#91)94bab9e
[COMPLIANCE] Add Copyright and License Headers (#115)73ddc63
github: Change Dependabot to only manage HashiCorp-owned Actionsbf1144e
SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)644291d
Bump actions/cache from 3.0.11 to 3.2.5 (#116)8f6487b
Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)7f856b8
Bump actions/checkout from 3.2.0 to 3.3.0 (#111)Sourced from github.com/hashicorp/hc-install's releases.
v0.7.0
ENHANCEMENTS:
- cmd/hc-install: Enable logging into a file by
@radeksimko
in hashicorp/hc-install#193- Ensure license file gets packaged along w/ the CLI binary by
@radeksimko
in hashicorp/hc-install#205- Ensure license files are tracked during installation so they can be removed by
@radeksimko
in hashicorp/hc-install#206- Add support for custom download URLs by
@james0209
in hashicorp/hc-install#203BUG FIXES:
- releasesjson: Fix missing
Version
in unmarshaled response by@radeksimko
in hashicorp/hc-install#192DEPENDENCIES:
- build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0 by
@dependabot
in hashicorp/hc-install#194- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabot
in hashicorp/hc-install#195- build(deps): bump hashicorp/action-setup-bob from 1.0.20 to 2 in the github-actions-breaking group by
@dependabot
in hashicorp/hc-install#208- build(deps): bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 in the github-actions-backward-compatible group by
@dependabot
in hashicorp/hc-install#212- build(deps): bump the github-actions-breaking group with 2 updates by
@dependabot
in hashicorp/hc-install#211- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/hc-install#199- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/hc-install#204- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/hc-install#209INTERNAL:
- [chore] Fix minor lint issue by
@james0209
in hashicorp/hc-install#202- github: Create CODEOWNERS by
@xiehan
in hashicorp/hc-install#210- github: Set up Dependabot to manage HashiCorp-owned Actions versioning by
@xiehan
in hashicorp/hc-install#207- Lint Markdown by
@james0209
in hashicorp/hc-install#200- Replace deprecated
ioutil
usage with the equivalent replacements by@james0209
in hashicorp/hc-install#198- Support darwin/arm64 in tests by
@radeksimko
in hashicorp/hc-install#196New Contributors
@james0209
made their first contribution in hashicorp/hc-install#198@xiehan
made their first contribution in hashicorp/hc-install#207Full Changelog: https://github.com/hashicorp/hc-install/compare/v0.6.4...v0.7.0
152a3b6
Release v0.7.0237ac6f
Ensure license files are tracked during installation so they can be
removed (...5a74938
github: Create CODEOWNERS (#210)40acb8c
build(deps): bump the github-actions-breaking group with 2 updates (#211)b19d1fc
build(deps): bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 in the
github...e094597
Result of tsccr-helper -log-level=info gha update -latest . (#209)b5c313e
build(deps): bump hashicorp/action-setup-bob (#208)35884ef
github: Set up Dependabot to manage HashiCorp-owned Actions versioning
(#207)704a29e
Add support for custom download URLs (#203)7de7b37
Ensure license file gets packaged along w/ the CLI binary (#205)