Skip to content

Commit 2bfed8b

Browse files
committed
APPS-1989 dxCompiler 2.11.4 release
(feat) everywhere - version update
1 parent f5ccc55 commit 2bfed8b

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

api/RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# dxApi
22

3-
## in develop
4-
...
3+
## 0.13.7 (2023-07-21)
4+
* changes to allow compiling with `treeTurnaroundTimeThreshold` attribute which facilitates platform to send the email
5+
notifications for the root jobs/analyses with a run time (aka `treeTurnatoundTime`) exceeding the specified threshold.
6+
This feature is not exclusive for dxCompiler and more information is available in the platform documentation.
57

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

api/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxApi {
2-
version = "0.13.7-SNAPSHOT"
2+
version = "0.13.7"
33
}
44

55
#

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ val yaml = project
118118
lazy val dependencies =
119119
new {
120120
val dxCommonVersion = "0.11.5"
121-
val dxApiVersion = "0.13.6"
121+
val dxApiVersion = "0.13.7"
122122
val typesafeVersion = "1.4.1"
123123
val sprayVersion = "1.3.6"
124124
val snakeyamlVersion = "2.3"

common/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxCommon {
2-
version = "0.11.6-SNAPSHOT"
2+
version = "0.11.5"
33
}
44

55
#

protocols/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxFileAccessProtocols {
2-
version = "0.5.7-SNAPSHOT"
2+
version = "0.5.6"
33
}
44

55
#

yaml/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxYaml {
2-
version = "0.1.2-SNAPSHOT"
2+
version = "0.1.1"
33
}
44

55
#

0 commit comments

Comments
 (0)