Skip to content

Commit 86158f1

Browse files
authored
APPS-2552 Post-release dxApi 0.13.10 (#130)
1 parent 6c93cac commit 86158f1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

api/RELEASE_NOTES.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
# dxApi
22

3-
## in develop
3+
## unreleased
4+
5+
## 0.13.10 (2024-03-25)
46

57
* Change to make the user-agent string for dxScala more distinctive.
68
* Support for collecting data objects / files nested inside JSON objects.
79

810
## 0.13.9 (2024-02-29)
11+
912
* adds `headJobOnDemand` attribute to jobNew call
1013

1114
## 0.13.8 (2023-07-21)
15+
1216
* changes to allow compiling with `treeTurnaroundTimeThreshold` attribute which facilitates platform to send the email
1317
notifications for the root jobs/analyses with a run time (aka `treeTurnatoundTime`) exceeding the specified threshold.
1418
This feature is not exclusive for dxCompiler and more information is available in the platform documentation.
1519

1620
## 0.13.6 (2023-06-08)
21+
1722
* changes to facilitate optimizations of the number of `file-xxx/describe` API calls upon (de)localization of input/output files.
1823

1924
## 0.13.5 (2023-03-07)
@@ -33,7 +38,6 @@ the `describe` response will be returned only for current workspace/project. If
3338
will be ignored. Non-fully qualified file IDs are not allowed when searching files in other projects.
3439
* Regression tests for API calls to platform
3540

36-
3741
## 0.13.2 (2022-03-15)
3842

3943
* Added API methods for describing dbcluster and database objects

api/src/main/resources/application.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxApi {
2-
version = "0.13.10-SNAPSHOT"
2+
version = "0.13.11-SNAPSHOT"
33
}
44

55
#

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ val yaml = project
111111
lazy val dependencies =
112112
new {
113113
val dxCommonVersion = "0.11.5"
114-
val dxApiVersion = "0.13.9"
114+
val dxApiVersion = "0.13.10"
115115
val typesafeVersion = "1.4.1"
116116
val sprayVersion = "1.3.6"
117117
val snakeyamlVersion = "2.3"

0 commit comments

Comments
 (0)