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 11{
2- "timestamp" : " 2025-06-05 11: 13:50 +0000"
2+ "timestamp" : " 2025-06-18 13:18:11 +0000"
33}
Original file line number Diff line number Diff line change 11# Version changelog
22
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+
314## Release v0.53.0
415
516### API Changes
Original file line number Diff line number Diff line change 11# NEXT CHANGELOG
22
3- ## Release v0.54 .0
3+ ## Release v0.55 .0
44
55### 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+
127### Bug Fixes
138
149### Documentation
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.databricks</groupId >
77 <artifactId >databricks-sdk-parent</artifactId >
8- <version >0.53 .0</version >
8+ <version >0.54 .0</version >
99 </parent >
1010 <artifactId >databricks-sdk-java</artifactId >
1111 <properties >
Original file line number Diff line number Diff 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.53 .0" ;
39+ private static final String version = "0.54 .0" ;
4040
4141 public static void withProduct (String product , String productVersion ) {
4242 UserAgent .product = product ;
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.databricks</groupId >
2626 <artifactId >databricks-sdk-java</artifactId >
27- <version >0.53 .0</version >
27+ <version >0.54 .0</version >
2828 </dependency >
2929 </dependencies >
3030</project >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >com.databricks</groupId >
3939 <artifactId >databricks-sdk-java</artifactId >
40- <version >0.53 .0</version >
40+ <version >0.54 .0</version >
4141 </dependency >
4242 <dependency >
4343 <groupId >com.fasterxml.jackson.datatype</groupId >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.databricks</groupId >
66 <artifactId >databricks-sdk-parent</artifactId >
7- <version >0.53 .0</version >
7+ <version >0.54 .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
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <properties >
7- <sdk .version>0.53 .0</sdk .version>
7+ <sdk .version>0.54 .0</sdk .version>
88 </properties >
99
1010 <groupId >com.databricks</groupId >
You can’t perform that action at this time.
0 commit comments