File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed
src/main/java/com/databricks/sdk/core
spring-boot-oauth-u2m-demo Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Version changelog
22
3+ ## 0.24.1
4+
5+ * Fixed interrupt handling ([ #272 ] ( https://github.com/databricks/databricks-sdk-java/pull/272 ) ).
6+ * Added README for proxy and minor fix ([ #273 ] ( https://github.com/databricks/databricks-sdk-java/pull/273 ) ).
7+
8+
9+
310## 0.24.0
411
512* Added retry strategy based on idempotency of requests ([ #264 ] ( https://github.com/databricks/databricks-sdk-java/pull/264 ) ).
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.24.0 </version >
8+ <version >0.24.1 </version >
99 </parent >
1010 <artifactId >databricks-sdk-java</artifactId >
1111 <properties >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class UserAgent {
1313 // TODO: check if reading from
1414 // /META-INF/maven/com.databricks/databrics-sdk-java/pom.properties
1515 // or getClass().getPackage().getImplementationVersion() is enough.
16- private static final String version = "0.24.0 " ;
16+ private static final String version = "0.24.1 " ;
1717
1818 public static void withProduct (String product , String productVersion ) {
1919 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.24.0 </version >
27+ <version >0.24.1 </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.24.0 </version >
40+ <version >0.24.1 </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.24.0 </version >
7+ <version >0.24.1 </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
You can’t perform that action at this time.
0 commit comments