-
Notifications
You must be signed in to change notification settings - Fork 25
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.40.0 #405
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Bug Fixes * Correctly include query parameters for APIs whose request objects contain the body as a field ([#401](#401)). ### Internal Changes * Add CICD environment to User Agent ([#404](#404)). ### API Changes: * Added `accountClient.budgetPolicy()` service. * Added `accountClient.enableIpAccessLists()` service. * Added `workspaceClient.accessControl()` service. * Added `workspaceClient.lakeviewEmbedded()` service and `workspaceClient.queryExecution()` service. * Added `workspaceClient.redashConfig()` service. * Added `httpRequest()` method for `workspaceClient.servingEndpoints()` service. * Added `gcpOauthToken` field for `com.databricks.sdk.service.catalog.TemporaryCredentials`. * Added `options` field for `com.databricks.sdk.service.catalog.UpdateCatalog`. * Added `reviewState`, `reviews` and `runnerCollaborators` fields for `com.databricks.sdk.service.cleanrooms.CleanRoomAssetNotebook`. * Added `statementId` field for `com.databricks.sdk.service.dashboards.QueryAttachment`. * Added `effectivePerformanceTarget` field for `com.databricks.sdk.service.jobs.BaseRun`. * Added `performanceTarget` field for `com.databricks.sdk.service.jobs.CreateJob`. * Added `performanceTarget` field for `com.databricks.sdk.service.jobs.JobSettings`. * Added `effectivePerformanceTarget` field for `com.databricks.sdk.service.jobs.Run`. * Added `performanceTarget` field for `com.databricks.sdk.service.jobs.RunNow`. * Added `cleanRoomsNotebookOutput` field for `com.databricks.sdk.service.jobs.RunOutput`. * Added `disabled` and `effectivePerformanceTarget` fields for `com.databricks.sdk.service.jobs.RunTask`. * Added `runAsRepl` field for `com.databricks.sdk.service.jobs.SparkJarTask`. * Added `userAuthorizedScopes` field for `com.databricks.sdk.service.oauth2.CreateCustomAppIntegration`. * Added `userAuthorizedScopes` field for `com.databricks.sdk.service.oauth2.GetCustomAppIntegrationOutput`. * Added `scopes` and `userAuthorizedScopes` fields for `com.databricks.sdk.service.oauth2.UpdateCustomAppIntegration`. * Added `contents` field for `com.databricks.sdk.service.serving.GetOpenApiResponse`. * Added `activated`, `activationUrl`, `authenticationType`, `cloud`, `comment`, `createdAt`, `createdBy`, `dataRecipientGlobalMetastoreId`, `ipAccessList`, `metastoreId`, `name`, `owner`, `propertiesKvpairs`, `region`, `sharingCode`, `tokens`, `updatedAt` and `updatedBy` fields for `com.databricks.sdk.service.sharing.RecipientInfo`. * Added `expirationTime` field for `com.databricks.sdk.service.sharing.RecipientInfo`. * Changed `update()` method for `workspaceClient.recipients()` service to return `com.databricks.sdk.service.sharing.RecipientInfo` class. * Changed `update()` method for `workspaceClient.recipients()` service to type `update()` method for `workspaceClient.recipients()` service. * Changed `update()` method for `workspaceClient.recipients()` service return type to become non-empty. * Changed `create()` method for `workspaceClient.servingEndpoints()` service with new required argument order. * Changed `getOpenApi()` method for `workspaceClient.servingEndpoints()` service return type to become non-empty. * Changed `patch()` method for `workspaceClient.servingEndpoints()` service to return `com.databricks.sdk.service.serving.EndpointTags` class. * Changed `patch()` method for `workspaceClient.servingEndpoints()` service to type `patch()` method for `workspaceClient.servingEndpoints()` service. * Changed `com.databricks.sdk.service.serving.EndpointTagList` class to. * Changed `collaboratorAlias` field for `com.databricks.sdk.service.cleanrooms.CleanRoomCollaborator` to be required. * Changed `collaboratorAlias` field for `com.databricks.sdk.service.cleanrooms.CleanRoomCollaborator` to be required. * Changed `behavior` field for `com.databricks.sdk.service.serving.AiGatewayGuardrailPiiBehavior` to no longer be required. * Changed `behavior` field for `com.databricks.sdk.service.serving.AiGatewayGuardrailPiiBehavior` to no longer be required. * Changed `config` field for `com.databricks.sdk.service.serving.CreateServingEndpoint` to no longer be required. * Changed `projectId` and `region` fields for `com.databricks.sdk.service.serving.GoogleCloudVertexAiConfig` to be required. * Changed `projectId` and `region` fields for `com.databricks.sdk.service.serving.GoogleCloudVertexAiConfig` to be required. * Changed `workloadType` field for `com.databricks.sdk.service.serving.ServedEntityInput` to type `com.databricks.sdk.service.serving.ServingModelWorkloadType` class. * Changed `workloadType` field for `com.databricks.sdk.service.serving.ServedEntityOutput` to type `com.databricks.sdk.service.serving.ServingModelWorkloadType` class. * Changed `workloadType` field for `com.databricks.sdk.service.serving.ServedModelOutput` to type `com.databricks.sdk.service.serving.ServingModelWorkloadType` class. * Removed `securableKind` field for `com.databricks.sdk.service.catalog.CatalogInfo`. * Removed `securableKind` field for `com.databricks.sdk.service.catalog.ConnectionInfo`. OpenAPI SHA: c72c58f97b950fcb924a90ef164bcb10cfcd5ece, Date: 2025-02-03
mgyucht
temporarily deployed
to
test-trigger-is
February 3, 2025 16:35 — with
GitHub Actions
Inactive
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
mgyucht
temporarily deployed
to
test-trigger-is
February 3, 2025 16:35 — with
GitHub Actions
Inactive
parthban-db
approved these changes
Feb 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug Fixes
Internal Changes
API Changes:
accountClient.budgetPolicy()
service.accountClient.enableIpAccessLists()
service.workspaceClient.accessControl()
service.workspaceClient.lakeviewEmbedded()
service andworkspaceClient.queryExecution()
service.workspaceClient.redashConfig()
service.httpRequest()
method forworkspaceClient.servingEndpoints()
service.gcpOauthToken
field forcom.databricks.sdk.service.catalog.TemporaryCredentials
.options
field forcom.databricks.sdk.service.catalog.UpdateCatalog
.reviewState
,reviews
andrunnerCollaborators
fields forcom.databricks.sdk.service.cleanrooms.CleanRoomAssetNotebook
.statementId
field forcom.databricks.sdk.service.dashboards.QueryAttachment
.effectivePerformanceTarget
field forcom.databricks.sdk.service.jobs.BaseRun
.performanceTarget
field forcom.databricks.sdk.service.jobs.CreateJob
.performanceTarget
field forcom.databricks.sdk.service.jobs.JobSettings
.effectivePerformanceTarget
field forcom.databricks.sdk.service.jobs.Run
.performanceTarget
field forcom.databricks.sdk.service.jobs.RunNow
.cleanRoomsNotebookOutput
field forcom.databricks.sdk.service.jobs.RunOutput
.disabled
andeffectivePerformanceTarget
fields forcom.databricks.sdk.service.jobs.RunTask
.runAsRepl
field forcom.databricks.sdk.service.jobs.SparkJarTask
.userAuthorizedScopes
field forcom.databricks.sdk.service.oauth2.CreateCustomAppIntegration
.userAuthorizedScopes
field forcom.databricks.sdk.service.oauth2.GetCustomAppIntegrationOutput
.scopes
anduserAuthorizedScopes
fields forcom.databricks.sdk.service.oauth2.UpdateCustomAppIntegration
.contents
field forcom.databricks.sdk.service.serving.GetOpenApiResponse
.activated
,activationUrl
,authenticationType
,cloud
,comment
,createdAt
,createdBy
,dataRecipientGlobalMetastoreId
,ipAccessList
,metastoreId
,name
,owner
,propertiesKvpairs
,region
,sharingCode
,tokens
,updatedAt
andupdatedBy
fields forcom.databricks.sdk.service.sharing.RecipientInfo
.expirationTime
field forcom.databricks.sdk.service.sharing.RecipientInfo
.update()
method forworkspaceClient.recipients()
service to returncom.databricks.sdk.service.sharing.RecipientInfo
class.update()
method forworkspaceClient.recipients()
service to typeupdate()
method forworkspaceClient.recipients()
service.update()
method forworkspaceClient.recipients()
service return type to become non-empty.create()
method forworkspaceClient.servingEndpoints()
service with new required argument order.getOpenApi()
method forworkspaceClient.servingEndpoints()
service return type to become non-empty.patch()
method forworkspaceClient.servingEndpoints()
service to returncom.databricks.sdk.service.serving.EndpointTags
class.patch()
method forworkspaceClient.servingEndpoints()
service to typepatch()
method forworkspaceClient.servingEndpoints()
service.com.databricks.sdk.service.serving.EndpointTagList
class to.collaboratorAlias
field forcom.databricks.sdk.service.cleanrooms.CleanRoomCollaborator
to be required.collaboratorAlias
field forcom.databricks.sdk.service.cleanrooms.CleanRoomCollaborator
to be required.behavior
field forcom.databricks.sdk.service.serving.AiGatewayGuardrailPiiBehavior
to no longer be required.behavior
field forcom.databricks.sdk.service.serving.AiGatewayGuardrailPiiBehavior
to no longer be required.config
field forcom.databricks.sdk.service.serving.CreateServingEndpoint
to no longer be required.projectId
andregion
fields forcom.databricks.sdk.service.serving.GoogleCloudVertexAiConfig
to be required.projectId
andregion
fields forcom.databricks.sdk.service.serving.GoogleCloudVertexAiConfig
to be required.workloadType
field forcom.databricks.sdk.service.serving.ServedEntityInput
to typecom.databricks.sdk.service.serving.ServingModelWorkloadType
class.workloadType
field forcom.databricks.sdk.service.serving.ServedEntityOutput
to typecom.databricks.sdk.service.serving.ServingModelWorkloadType
class.workloadType
field forcom.databricks.sdk.service.serving.ServedModelOutput
to typecom.databricks.sdk.service.serving.ServingModelWorkloadType
class.securableKind
field forcom.databricks.sdk.service.catalog.CatalogInfo
.securableKind
field forcom.databricks.sdk.service.catalog.ConnectionInfo
.OpenAPI SHA: c72c58f97b950fcb924a90ef164bcb10cfcd5ece, Date: 2025-02-03