File tree Expand file tree Collapse file tree
src/main/java/com/databricks/sdk/core
spring-boot-oauth-u2m-demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "timestamp" : " 2026-08-18 08:17:04 +0000"
2+ "timestamp" : " 2026-08-19 08:12:24 +0000"
33}
Original file line number Diff line number Diff line change 11# Version changelog
22
3+ ## Release v0.149.0 (2026-08-19)
4+
5+ ### Bug Fixes
6+
7+ - Accept both JSON numbers and decimal strings when deserializing int64 (` Long ` ) response fields.
8+
9+ ### API Changes
10+ * Add ` enabledTelemetryFeatures ` field for ` com.databricks.sdk.service.serving.TelemetryConfig ` .
11+
12+
313## Release v0.148.0 (2026-08-18)
414
515### API Changes
Original file line number Diff line number Diff line change 11# NEXT CHANGELOG
22
3- ## Release v0.149 .0
3+ ## Release v0.150 .0
44
55### New Features and Improvements
66
77### Breaking Changes
88
99### Bug Fixes
1010
11- - Accept both JSON numbers and decimal strings when deserializing int64 (` Long ` ) response fields.
12-
1311### Security Vulnerabilities
1412
1513### Documentation
1614
1715### Internal Changes
1816
1917### API Changes
20- * Add ` enabledTelemetryFeatures ` field for ` com.databricks.sdk.service.serving.TelemetryConfig ` .
Original file line number Diff line number Diff line change 11{
22 "artifactId" : " databricks-sdk-java" ,
33 "groupId" : " com.databricks" ,
4- "version" : " 0.148 .0" ,
4+ "version" : " 0.149 .0" ,
55 "lockFileVersion" : 1 ,
66 "dependencies" : [
77 {
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.148 .0</version >
8+ <version >0.149 .0</version >
99 </parent >
1010 <artifactId >databricks-sdk-java</artifactId >
1111 <name >Databricks SDK for Java</name >
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.148 .0" ;
39+ private static final String version = "0.149 .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.148 .0</version >
27+ <version >0.149 .0</version >
2828 </dependency >
2929 </dependencies >
3030</project >
Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >com.databricks</groupId >
4242 <artifactId >databricks-sdk-java</artifactId >
43- <version >0.148 .0</version >
43+ <version >0.149 .0</version >
4444 </dependency >
4545 </dependencies >
4646</project >
Original file line number Diff line number Diff line change 11{
22 "artifactId" : " databricks-sdk-parent" ,
33 "groupId" : " com.databricks" ,
4- "version" : " 0.148 .0" ,
4+ "version" : " 0.149 .0" ,
55 "lockFileVersion" : 1 ,
66 "dependencies" : [],
77 "mavenPlugins" : [],
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.148 .0</version >
7+ <version >0.149 .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
You can’t perform that action at this time.
0 commit comments