Skip to content

Commit 1aaab52

Browse files
[Release] Release v0.59.0
## Release v0.59.0 ### New Features and Improvements * Add option to add a timeout for browser confirmation in the U2M authentication flow. ### Bug Fixes * User provided scopes are now properly propagated in OAuth flows. * [Warning] Correctly defaults to scope `all-apis` (instead of `clusters sql`) in U2M if no scopes are provided by the users. This change aligns the Java SDK logic with the Python and Go SDK logic. ### API Changes * Added `workspaceClient.policies()` service and `workspaceClient.temporaryPathCredentials()` service. * Added `create()` method for `workspaceClient.tables()` service. * Added `listDatabaseCatalogs()`, `listSyncedDatabaseTables()`, `updateDatabaseCatalog()` and `updateSyncedDatabaseTable()` methods for `workspaceClient.database()` service. * Added `firstOnDemand` field for `com.databricks.sdk.service.compute.GcpAttributes`. * Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.CreateJob`. * Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.JobSettings`. * Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.SubmitRun`. * Added `clientRequestId` and `usageContext` fields for `com.databricks.sdk.service.serving.QueryEndpointInput`. * Added `channelId`, `channelIdSet`, `oauthToken` and `oauthTokenSet` fields for `com.databricks.sdk.service.settings.SlackConfig`. * Added `SNAPSHOT` enum value for `com.databricks.sdk.service.ml.PublishSpecPublishMode`. * [Breaking] Changed `publishMode` field for `com.databricks.sdk.service.ml.PublishSpec` to be required.
1 parent d2b185a commit 1aaab52

File tree

9 files changed

+33
-24
lines changed

9 files changed

+33
-24
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-08-06 09:47:15+0000"
2+
"timestamp": "2025-08-13 09:30:34+0000"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Version changelog
22

3+
## Release v0.59.0
4+
5+
### New Features and Improvements
6+
7+
* Add option to add a timeout for browser confirmation in the U2M authentication flow.
8+
9+
### Bug Fixes
10+
11+
* User provided scopes are now properly propagated in OAuth flows.
12+
* [Warning] Correctly defaults to scope `all-apis` (instead of `clusters sql`) in U2M if no scopes are provided by the users. This change aligns the Java SDK logic with the Python and Go SDK logic.
13+
14+
### API Changes
15+
* Added `workspaceClient.policies()` service and `workspaceClient.temporaryPathCredentials()` service.
16+
* Added `create()` method for `workspaceClient.tables()` service.
17+
* Added `listDatabaseCatalogs()`, `listSyncedDatabaseTables()`, `updateDatabaseCatalog()` and `updateSyncedDatabaseTable()` methods for `workspaceClient.database()` service.
18+
* Added `firstOnDemand` field for `com.databricks.sdk.service.compute.GcpAttributes`.
19+
* Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.CreateJob`.
20+
* Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.JobSettings`.
21+
* Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.SubmitRun`.
22+
* Added `clientRequestId` and `usageContext` fields for `com.databricks.sdk.service.serving.QueryEndpointInput`.
23+
* Added `channelId`, `channelIdSet`, `oauthToken` and `oauthTokenSet` fields for `com.databricks.sdk.service.settings.SlackConfig`.
24+
* Added `SNAPSHOT` enum value for `com.databricks.sdk.service.ml.PublishSpecPublishMode`.
25+
* [Breaking] Changed `publishMode` field for `com.databricks.sdk.service.ml.PublishSpec` to be required.
26+
27+
328
## Release v0.58.0
429

530
### API Changes

NEXT_CHANGELOG.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.59.0
3+
## Release v0.60.0
44

55
### New Features and Improvements
66

7-
* Add option to add a timeout for browser confirmation in the U2M authentication flow.
8-
97
### Bug Fixes
108

11-
* User provided scopes are now properly propagated in OAuth flows.
12-
* [Warning] Correctly defaults to scope `all-apis` (instead of `clusters sql`) in U2M if no scopes are provided by the users. This change aligns the Java SDK logic with the Python and Go SDK logic.
13-
149
### Documentation
1510

1611
### Internal Changes
1712

1813
### API Changes
19-
* Added `workspaceClient.policies()` service and `workspaceClient.temporaryPathCredentials()` service.
20-
* Added `create()` method for `workspaceClient.tables()` service.
21-
* Added `listDatabaseCatalogs()`, `listSyncedDatabaseTables()`, `updateDatabaseCatalog()` and `updateSyncedDatabaseTable()` methods for `workspaceClient.database()` service.
22-
* Added `firstOnDemand` field for `com.databricks.sdk.service.compute.GcpAttributes`.
23-
* Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.CreateJob`.
24-
* Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.JobSettings`.
25-
* Added `usagePolicyId` field for `com.databricks.sdk.service.jobs.SubmitRun`.
26-
* Added `clientRequestId` and `usageContext` fields for `com.databricks.sdk.service.serving.QueryEndpointInput`.
27-
* Added `channelId`, `channelIdSet`, `oauthToken` and `oauthTokenSet` fields for `com.databricks.sdk.service.settings.SlackConfig`.
28-
* Added `SNAPSHOT` enum value for `com.databricks.sdk.service.ml.PublishSpecPublishMode`.
29-
* [Breaking] Changed `publishMode` field for `com.databricks.sdk.service.ml.PublishSpec` to be required.

databricks-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.databricks</groupId>
77
<artifactId>databricks-sdk-parent</artifactId>
8-
<version>0.58.0</version>
8+
<version>0.59.0</version>
99
</parent>
1010
<artifactId>databricks-sdk-java</artifactId>
1111
<name>Databricks SDK for Java</name>

databricks-sdk-java/src/main/java/com/databricks/sdk/core/UserAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public String getValue() {
3636
// TODO: check if reading from
3737
// /META-INF/maven/com.databricks/databrics-sdk-java/pom.properties
3838
// or getClass().getPackage().getImplementationVersion() is enough.
39-
private static final String version = "0.58.0";
39+
private static final String version = "0.59.0";
4040

4141
public static void withProduct(String product, String productVersion) {
4242
UserAgent.product = product;

examples/docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.databricks</groupId>
2626
<artifactId>databricks-sdk-java</artifactId>
27-
<version>0.58.0</version>
27+
<version>0.59.0</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

examples/spring-boot-oauth-u2m-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.databricks</groupId>
3939
<artifactId>databricks-sdk-java</artifactId>
40-
<version>0.58.0</version>
40+
<version>0.59.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.datatype</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.databricks</groupId>
66
<artifactId>databricks-sdk-parent</artifactId>
7-
<version>0.58.0</version>
7+
<version>0.59.0</version>
88
<packaging>pom</packaging>
99
<name>Databricks SDK for Java</name>
1010
<description>The Databricks SDK for Java includes functionality to accelerate development with Java for

shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<properties>
7-
<sdk.version>0.58.0</sdk.version>
7+
<sdk.version>0.59.0</sdk.version>
88
</properties>
99

1010
<groupId>com.databricks</groupId>

0 commit comments

Comments
 (0)