File tree Expand file tree Collapse file tree 9 files changed +20
-14
lines changed
src/main/java/com/databricks/sdk/core
spring-boot-oauth-u2m-demo Expand file tree Collapse file tree 9 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "timestamp" : " 2025-06-05 11: 13:50 +0000"
2
+ "timestamp" : " 2025-06-18 13:18:11 +0000"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Version changelog
2
2
3
+ ## Release v0.54.0
4
+
5
+ ### New Features and Improvements
6
+ * [ Experimental] Add support for asynchronous token refresh ([ #464 ] ( https://github.com/databricks/databricks-sdk-java/pull/465 ) ).
7
+ Enable this feature by setting the environment variable:
8
+ ``` bash
9
+ export DATABRICKS_ENABLE_EXPERIMENTAL_ASYNC_TOKEN_REFRESH=true
10
+ ```
11
+ Note: This feature and its configuration are experimental and may be removed in future releases.
12
+
13
+
3
14
## Release v0.53.0
4
15
5
16
### API Changes
Original file line number Diff line number Diff line change 1
1
# NEXT CHANGELOG
2
2
3
- ## Release v0.54 .0
3
+ ## Release v0.55 .0
4
4
5
5
### New Features and Improvements
6
- * [ Experimental] Add support for asynchronous token refresh ([ #464 ] ( https://github.com/databricks/databricks-sdk-java/pull/465 ) ).
7
- Enable this feature by setting the environment variable:
8
- ``` bash
9
- export DATABRICKS_ENABLE_EXPERIMENTAL_ASYNC_TOKEN_REFRESH=true
10
- ```
11
- Note: This feature and its configuration are experimental and may be removed in future releases.
6
+
12
7
### Bug Fixes
13
8
14
9
### Documentation
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.databricks</groupId >
7
7
<artifactId >databricks-sdk-parent</artifactId >
8
- <version >0.53 .0</version >
8
+ <version >0.54 .0</version >
9
9
</parent >
10
10
<artifactId >databricks-sdk-java</artifactId >
11
11
<properties >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public String getValue() {
36
36
// TODO: check if reading from
37
37
// /META-INF/maven/com.databricks/databrics-sdk-java/pom.properties
38
38
// or getClass().getPackage().getImplementationVersion() is enough.
39
- private static final String version = "0.53 .0" ;
39
+ private static final String version = "0.54 .0" ;
40
40
41
41
public static void withProduct (String product , String productVersion ) {
42
42
UserAgent .product = product ;
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >com.databricks</groupId >
26
26
<artifactId >databricks-sdk-java</artifactId >
27
- <version >0.53 .0</version >
27
+ <version >0.54 .0</version >
28
28
</dependency >
29
29
</dependencies >
30
30
</project >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.databricks</groupId >
39
39
<artifactId >databricks-sdk-java</artifactId >
40
- <version >0.53 .0</version >
40
+ <version >0.54 .0</version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >com.fasterxml.jackson.datatype</groupId >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.databricks</groupId >
6
6
<artifactId >databricks-sdk-parent</artifactId >
7
- <version >0.53 .0</version >
7
+ <version >0.54 .0</version >
8
8
<packaging >pom</packaging >
9
9
<name >Databricks SDK for Java</name >
10
10
<description >The Databricks SDK for Java includes functionality to accelerate development with Java for
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<properties >
7
- <sdk .version>0.53 .0</sdk .version>
7
+ <sdk .version>0.54 .0</sdk .version>
8
8
</properties >
9
9
10
10
<groupId >com.databricks</groupId >
You can’t perform that action at this time.
0 commit comments