Commit 86158f1 1 parent 6c93cac commit 86158f1 Copy full SHA for 86158f1
File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# dxApi
2
2
3
- ## in develop
3
+ ## unreleased
4
+
5
+ ## 0.13.10 (2024-03-25)
4
6
5
7
* Change to make the user-agent string for dxScala more distinctive.
6
8
* Support for collecting data objects / files nested inside JSON objects.
7
9
8
10
## 0.13.9 (2024-02-29)
11
+
9
12
* adds ` headJobOnDemand ` attribute to jobNew call
10
13
11
14
## 0.13.8 (2023-07-21)
15
+
12
16
* changes to allow compiling with ` treeTurnaroundTimeThreshold ` attribute which facilitates platform to send the email
13
17
notifications for the root jobs/analyses with a run time (aka ` treeTurnatoundTime ` ) exceeding the specified threshold.
14
18
This feature is not exclusive for dxCompiler and more information is available in the platform documentation.
15
19
16
20
## 0.13.6 (2023-06-08)
21
+
17
22
* changes to facilitate optimizations of the number of ` file-xxx/describe ` API calls upon (de)localization of input/output files.
18
23
19
24
## 0.13.5 (2023-03-07)
@@ -33,7 +38,6 @@ the `describe` response will be returned only for current workspace/project. If
33
38
will be ignored. Non-fully qualified file IDs are not allowed when searching files in other projects.
34
39
* Regression tests for API calls to platform
35
40
36
-
37
41
## 0.13.2 (2022-03-15)
38
42
39
43
* Added API methods for describing dbcluster and database objects
Original file line number Diff line number Diff line change 1
1
dxApi {
2
- version = "0.13.10 -SNAPSHOT"
2
+ version = "0.13.11 -SNAPSHOT"
3
3
}
4
4
5
5
#
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ val yaml = project
111
111
lazy val dependencies =
112
112
new {
113
113
val dxCommonVersion = " 0.11.5"
114
- val dxApiVersion = " 0.13.9 "
114
+ val dxApiVersion = " 0.13.10 "
115
115
val typesafeVersion = " 1.4.1"
116
116
val sprayVersion = " 1.3.6"
117
117
val snakeyamlVersion = " 2.3"
You can’t perform that action at this time.
0 commit comments