Skip to content

Commit

Permalink
APPS-1308 dxCompiler release-2.10.3
Browse files Browse the repository at this point in the history
(feat) RELEASE_NOTES.md, build.sbt - update
  • Loading branch information
Gvaihir committed Aug 3, 2022
1 parent 108bdd3 commit 1dc8273
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## in develop
## 2.10.3 2022-08-02

* WDL: (WDL >= 1.1) Fix for nested workflows when compiled in the unlocked mode: optional inputs with `None` as default are coerced correctly.
* CWL: Fix for merging optional source inputs. If an input is a collection (e.g. an array), where some items are the type of `"null"`, it is correctly merged when MultipleInputFeatureRequirement is specified.
Expand All @@ -9,6 +9,12 @@
* CWL: fix casting cwl types from scatter to scatter.
* CWL: Fix for parameter mapping for output stage of the workflow.

### Dependency updates

#### cwlScala [0.8.4](https://github.com/dnanexus/cwlScala/releases/tag/0.8.4)
* For duplicated calls - prepends a process name to make the name unique, avoiding exception "two different processes with the same name"
* Added support for "metadata" field for input files in CWL under development (pending inclusion in CWL standard).


## 2.10.2 2022-05-17

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ lazy val dependencies =
val dxApiVersion = "0.13.2"
val dxFileAccessProtocolsVersion = "0.5.4"
val dxYamlVersion = "0.1.1"
val cwlScalaVersion = "0.8.4-SNAPSHOT"
val cwlScalaVersion = "0.8.4"
val wdlToolsVersion = "0.17.11"
val typesafeVersion = "1.4.1"
val sprayVersion = "1.3.6"
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxCompiler {
version = "2.10.3-SNAPSHOT"
version = "2.10.3"
}

#
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxCompilerCore {
version = "2.10.3-SNAPSHOT"
version = "2.10.3"
}

#
Expand Down
2 changes: 1 addition & 1 deletion executorCommon/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxExecutorCommon {
version = "2.10.3-SNAPSHOT"
version = "2.10.3"
}

#
Expand Down
2 changes: 1 addition & 1 deletion executorCwl/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxExecutorCwl {
version = "2.10.3-SNAPSHOT"
version = "2.10.3"
}

#
Expand Down
2 changes: 1 addition & 1 deletion executorWdl/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxExecutorWdl {
version = "2.10.3-SNAPSHOT"
version = "2.10.3"
}

#
Expand Down

0 comments on commit 1dc8273

Please sign in to comment.