File tree 9 files changed +14
-9
lines changed
src/main/java/com/databricks/sdk/core
spring-boot-oauth-u2m-demo
9 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "timestamp" : " 2025-03-26 13:43:47 +0000"
2
+ "timestamp" : " 2025-04-10 13:35:44 +0000"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Version changelog
2
2
3
+ ## Release v0.44.0
4
+
5
+ ### Bug Fixes
6
+ * Fix issue deserializing HTTP responses with an empty body ([ #426 ] ( https://github.com/databricks/databricks-sdk-java/pull/426 ) ).
7
+
8
+
3
9
## Release v0.43.0
4
10
5
11
### API Changes
Original file line number Diff line number Diff line change 1
1
# NEXT CHANGELOG
2
2
3
- ## Release v0.44 .0
3
+ ## Release v0.45 .0
4
4
5
5
### New Features and Improvements
6
6
7
7
### Bug Fixes
8
- * Fix issue deserializing HTTP responses with an empty body ([ #426 ] ( https://github.com/databricks/databricks-sdk-java/pull/426 ) ).
9
8
10
9
### Documentation
11
10
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.43 .0</version >
8
+ <version >0.44 .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.43 .0" ;
39
+ private static final String version = "0.44 .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.43 .0</version >
27
+ <version >0.44 .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.43 .0</version >
40
+ <version >0.44 .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.43 .0</version >
7
+ <version >0.44 .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.43 .0</sdk .version>
7
+ <sdk .version>0.44 .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