Skip to content

Releases: databricks/databricks-sdk-go

v0.152.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 29 Jun 09:48
a3ce44f

Breaking Changes

  • Query parameters listed in ForceSendFields are now sent on the wire when they hold a zero value. Previously ForceSendFields had no effect on query parameters (only JSON body fields were honored), so such a parameter was silently omitted; it is now serialized with its explicit value (for example cascade=false). Callers that unknowingly relied on the previous no-op behavior will now send the parameter.

Bug Fixes

  • Honor ForceSendFields for query parameters, including fields nested inside request sub-structs. A zero-valued scalar field (for example a false bool such as cascade on the pipelines Delete request) listed in ForceSendFields is now sent on the wire instead of being dropped by the url tag's omitempty, matching the existing behavior for JSON request bodies.

API Changes

v0.151.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 25 Jun 09:17
b3086eb

API Changes

v0.150.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 24 Jun 09:18
106174b

Bug Fixes

  • Deduplicate identical key/value pairs in the user agent builder (useragent), so repeatedly injecting the same dimension onto a reused context.Context no longer grows the User-Agent header without bound. Distinct values for the same key are still preserved.

API Changes

v0.149.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 23 Jun 09:21
ad23528

API Changes

v0.148.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 22 Jun 10:13
d001dd7

New Features and Improvements

  • Added a meta-harness user-agent dimension that reports the omnigent meta-harness (detected via the OMNIGENT environment variable) independently of agent detection.

API Changes

v0.147.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 17 Jun 09:49
bcf8559

API Changes

v0.146.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 16 Jun 09:57
1a40990

API Changes

  • Add CreateDataApi, DeleteDataApi, GetDataApi and UpdateDataApi methods for w.Postgres workspace-level service.
  • Add CapacityReservationGroup field for compute.AzureAttributes.

v0.145.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 15 Jun 10:19
f2b8164

Bug Fixes

  • Encode the governed-tag key as a single path segment when it is sent as a URL path parameter, so hierarchical keys containing / route correctly instead of being split into extra path segments and resolving to no endpoint (404 / ENDPOINT_NOT_FOUND). Affects GetTagPolicy/DeleteTagPolicy/UpdateTagPolicy (tags.TagPoliciesAPI), GetTagAssignment/DeleteTagAssignment/UpdateTagAssignment (tags.WorkspaceEntityTagAssignmentsAPI), and Get/Delete/Update (catalog.EntityTagAssignmentsAPI).

API Changes

v0.144.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 11 Jun 09:42
c47888a

API Changes

v0.143.0

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 10 Jun 09:26
1859d82

API Changes