You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### New Features and Improvements
* Remove proxy settings from databricks config and use commons http
client builder for connection manager
([#337](#337)).
### Bug Fixes
* Remove Path Parameters from JSON body
([#344](#344)).
* Stop pagination on empty next page token
([#343](#343)).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Version changelog
2
2
3
+
## [Release] Release v0.31.1
4
+
5
+
### New Features and Improvements
6
+
7
+
* Remove proxy settings from databricks config and use commons http client builder for connection manager ([#337](https://github.com/databricks/databricks-sdk-java/pull/337)).
8
+
9
+
10
+
### Bug Fixes
11
+
12
+
* Remove Path Parameters from JSON body ([#344](https://github.com/databricks/databricks-sdk-java/pull/344)).
13
+
* Stop pagination on empty next page token ([#343](https://github.com/databricks/databricks-sdk-java/pull/343)).
0 commit comments