Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Release v0.46.0 #1037

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3eae49b444cac5a0118a3503e5b7ecef7f96527a
d05898328669a3f8ab0c2ecee37db2673d3ea3f7
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ experimental/mocks/service/catalog/mock_model_versions_interface.go linguist-gen
experimental/mocks/service/catalog/mock_online_tables_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_quality_monitors_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_registered_models_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_resource_quotas_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_schemas_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_storage_credentials_interface.go linguist-generated=true
experimental/mocks/service/catalog/mock_system_schemas_interface.go linguist-generated=true
Expand All @@ -37,6 +38,7 @@ experimental/mocks/service/compute/mock_global_init_scripts_interface.go linguis
experimental/mocks/service/compute/mock_instance_pools_interface.go linguist-generated=true
experimental/mocks/service/compute/mock_instance_profiles_interface.go linguist-generated=true
experimental/mocks/service/compute/mock_libraries_interface.go linguist-generated=true
experimental/mocks/service/compute/mock_policy_compliance_for_clusters_interface.go linguist-generated=true
experimental/mocks/service/compute/mock_policy_families_interface.go linguist-generated=true
experimental/mocks/service/dashboards/mock_genie_interface.go linguist-generated=true
experimental/mocks/service/dashboards/mock_lakeview_interface.go linguist-generated=true
Expand All @@ -55,6 +57,7 @@ experimental/mocks/service/iam/mock_service_principals_interface.go linguist-gen
experimental/mocks/service/iam/mock_users_interface.go linguist-generated=true
experimental/mocks/service/iam/mock_workspace_assignment_interface.go linguist-generated=true
experimental/mocks/service/jobs/mock_jobs_interface.go linguist-generated=true
experimental/mocks/service/jobs/mock_policy_compliance_for_jobs_interface.go linguist-generated=true
experimental/mocks/service/marketplace/mock_consumer_fulfillments_interface.go linguist-generated=true
experimental/mocks/service/marketplace/mock_consumer_installations_interface.go linguist-generated=true
experimental/mocks/service/marketplace/mock_consumer_listings_interface.go linguist-generated=true
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Version changelog

## [Release] Release v0.46.0

### Bug Fixes

* Fail fast when authenticating if host is not configured ([#1033](https://github.com/databricks/databricks-sdk-go/pull/1033)).
* Improve non-JSON error handling ([#1031](https://github.com/databricks/databricks-sdk-go/pull/1031)).


### Internal Changes

* Add TestAccCreateOboTokenOnAws to flaky test list ([#1029](https://github.com/databricks/databricks-sdk-go/pull/1029)).
* Add workflows manage integration tests checks ([#1032](https://github.com/databricks/databricks-sdk-go/pull/1032)).
* Fix TestMwsAccWorkspaces cleanup ([#1028](https://github.com/databricks/databricks-sdk-go/pull/1028)).
* Improve integration test comment ([#1035](https://github.com/databricks/databricks-sdk-go/pull/1035)).
* Temporary ignore Metastore test failures ([#1027](https://github.com/databricks/databricks-sdk-go/pull/1027)).
* Update test to support new accounts ([#1026](https://github.com/databricks/databricks-sdk-go/pull/1026)).
* Use statuses instead of checks ([#1036](https://github.com/databricks/databricks-sdk-go/pull/1036)).


### API Changes:

* Added `RegenerateDashboard` method for [w.QualityMonitors](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#QualityMonitorsAPI) workspace-level service.
* Added [catalog.RegenerateDashboardRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#RegenerateDashboardRequest) and [catalog.RegenerateDashboardResponse](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/catalog#RegenerateDashboardResponse).
* Added [jobs.QueueDetails](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#QueueDetails), [jobs.QueueDetailsCodeCode](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#QueueDetailsCodeCode), [jobs.RunLifecycleStateV2State](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunLifecycleStateV2State), [jobs.RunStatus](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunStatus), [jobs.TerminationCodeCode](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#TerminationCodeCode), [jobs.TerminationDetails](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#TerminationDetails) and [jobs.TerminationTypeType](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#TerminationTypeType).
* Added `Status` field for [jobs.BaseRun](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#BaseRun).
* Added `Status` field for [jobs.RepairHistoryItem](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RepairHistoryItem).
* Added `Status` field for [jobs.Run](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Run).
* Added `Status` field for [jobs.RunTask](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#RunTask).
* Added `MaxProvisionedThroughput` and `MinProvisionedThroughput` fields for [serving.ServedModelInput](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServedModelInput).
* Added `ColumnsToSync` field for [vectorsearch.DeltaSyncVectorIndexSpecRequest](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/vectorsearch#DeltaSyncVectorIndexSpecRequest).
* Changed `WorkloadSize` field for [serving.ServedModelInput](https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#ServedModelInput) to no longer be required.

OpenAPI SHA: d05898328669a3f8ab0c2ecee37db2673d3ea3f7, Date: 2024-09-04

## [Release] Release v0.45.0

### Bug Fixes
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/billing/billable_usage_usage_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions service/catalog/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions service/catalog/impl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions service/catalog/interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 41 additions & 2 deletions service/catalog/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions service/iam/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading