Skip to content

Releases: databricks/databricks-sdk-go

v0.51.0

07 Nov 10:22
v0.51.0
f421830
Compare
Choose a tag to compare

Internal Changes

  • Always write message for manual test execution (#1079).
  • Use error names instead of codes in errors.go (#1080).

API Changes:

OpenAPI SHA: d25296d2f4aa7bd6195c816fdf82e0f960f775da, Date: 2024-11-07

v0.50.0

31 Oct 11:14
v0.50.0
e9314bd
Compare
Choose a tag to compare

Internal Changes

  • Add DCO guidelines (#1047).
  • Add test instructions for external contributors (#1073).
  • Automatically trigger integration tests (#1067).
  • Move templates in the code generator (#1075).
  • Remove unnecessary test (#1071).

API Changes:

The following fields are now nested in the request:

OpenAPI SHA: 25b2478e5a18c888f0d423249abde5499dc58424, Date: 2024-10-31

v0.49.0

14 Oct 14:18
v0.49.0
b47ecac
Compare
Choose a tag to compare

API Changes:

OpenAPI SHA: cf9c61453990df0f9453670f2fe68e1b128647a2, Date: 2024-10-14

v0.48.0

03 Oct 12:58
v0.48.0
80c9636
Compare
Choose a tag to compare

Internal Changes

  • Update SDK to latest OpenAPI spec (#1057).

Note: This release contains breaking changes, please see the API changes below for more details.

API Changes:

OpenAPI SHA: 0c86ea6dbd9a730c24ff0d4e509603e476955ac5, Date: 2024-10-02

v0.47.0

01 Oct 08:44
v0.47.0
cae5256
Compare
Choose a tag to compare

Internal Changes

  • Update SDK to latest OpenAPI spec (#1042).

API Changes:

Read more

v0.46.0

04 Sep 13:38
v0.46.0
37cb031
Compare
Choose a tag to compare

Bug Fixes

  • Fail fast when authenticating if host is not configured (#1033).
  • Improve non-JSON error handling (#1031).

Internal Changes

  • Add TestAccCreateOboTokenOnAws to flaky test list (#1029).
  • Add workflows manage integration tests checks (#1032).
  • Fix TestMwsAccWorkspaces cleanup (#1028).
  • Improve integration test comment (#1035).
  • Temporary ignore Metastore test failures (#1027).
  • Update test to support new accounts (#1026).
  • Use statuses instead of checks (#1036).

API Changes:

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

v0.45.0

21 Aug 16:01
v0.45.0
6d86788
Compare
Choose a tag to compare

0.45.0

Bug Fixes

  • Add INVALID_STATE to error code mapping (#1014).
  • Do not specify --tenant flag when fetching managed identity access token from the CLI (#1021).

Internal Changes

  • Add terraform aliases to Entity (#1017).
  • Added Service.NamedIdMap (#1016).
  • Fix billing test for budget configuration update (#1019).

API Changes:

OpenAPI SHA: 3eae49b444cac5a0118a3503e5b7ecef7f96527a, Date: 2024-08-21

v0.44.0

13 Aug 07:08
v0.44.0
a03b542
Compare
Choose a tag to compare

New Features and Improvements

  • Remove deprecated WithImpl and Impl service methods (#1003).
  • w.Clusters.List() is no longer limited to returning 200 all-purpose and 30 jobs clusters from the last 30 days. It now returns all terminated clusters in the last 30 days.

Bug Fixes

  • Allowed filtering for graviton DBRs in ClusterAPI.SelectSparkVersion (#1004).
  • Avoid loading the response bodies twice in memory when parsing bytes.Buffer (#984).
  • Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#974).
  • Fix default-auth example when less than 10 clusters (#1012).
  • Infer Azure tenant ID if not set (#910).

Internal Changes

  • Add comment to validate workflow (#987).
  • Add error mapping for GetRun (#1006).
  • Add missing Package to Entity (#995).
  • Add prefix to Dependabot commit messages (#976).
  • Configure Dependabot for security updates only (#988).
  • Enable mixins via struct embedding (#1000).
  • Fix GetWorkspaceClient test & GCP SQL Warehouse Creation test (#1010).
  • Fix integration tests (#1008).
  • Fix processing of quoted titles (#989).
  • Generate SDK from Open API (#997).
  • Log a warning when declaring inline entities (#994).
  • Move PR message validation to a separate workflow (#983).
  • Pin jobs APIs to 2.1 in SDKs (#993).
  • Prefix all extension files with ext_ (#1001).
  • Trigger the validate workflow in the merge queue (#986).
  • Update OpenAPI spec (#991).
  • Use HTTP status text as message if the error response body is empty (#990).

API Changes:

Read more

v0.43.2

09 Jul 15:55
v0.43.2
f0825ef
Compare
Choose a tag to compare

Release v0.43.2

Internal Changes

  • Enforce Tag on PRs (#969).
  • Generate SDK for apierr changes (#970).
  • Add Release tag and Workflow Fix (#972).

v0.43.1

08 Jul 17:24
v0.43.1
82b07c8
Compare
Choose a tag to compare

0.43.1

Major Changes and Improvements:

  • Add a credentials provider for Github Azure OIDC (#965).
  • Add DataPlane API Support (#936).
  • Added more error messages for retriable errors (timeouts, etc.) (#963).

Internal Changes

  • Add ChangelogConfig to Generator struct (#967).
  • Improve Changelog by grouping changes (#962).
  • Parse API Error messages with int error codes (#960).