Releases: dnanexus/dxCompiler
Releases · dnanexus/dxCompiler
dxCompiler 2.15.0
- Added support for new region in OCI Ashburn
dxCompiler 2.14.0
- Added option
-executableCreationParallelism <int>, the maximum number of platform executables that dxCompiler can
create in parallel, defaults to 1.
Dependency updates
- dxApi 0.13.13
- Updated cwl_runner and dxcint (dxpy - 0.393.0)
- Updated GHA workflows (dxpy - 0.393.0)
dxCompiler 2.13.0
- Updated cwl_runner and dxcint (cwltool - 3.1.20250110105449, dxpy - 0.391.0, Python - >=3.10,<3.14, pyOpenSSL - 25.0.0, Schema-salad - 8.8.20250205075315)
- Updated GHA workflows (Ubuntu - 24.04, setuptools - 76.0.0, dxpy - 0.391.0, pyOpenSSL - 25.0.0) and added SBT installation
- Fixed cwl_conformation tests to pass
dxCompiler 2.12.0
- Changed default Ubuntu release to 24.04
- Added possibility to change runSpec.release via extras
- Upgraded dxfuse to 1.4.1.
dxCompiler 2.11.10
- Removed publishing Docker image from release script. Use DIY Docker image instructions instead.
- Upgraded
cwltoolto version 3.1.20240708091337 to address package version conflict; also applied to cwl_runner and test setup.
dxCompiler 2.11.9
- Added support for new region in AWS Bahrain
- Added a deprecation note for dxCompiler Docker image in the Docker Hub
dxCompiler 2.11.8
- Added DIY Docker image instructions. This replaces the Docker image published to Docker Hub, which is now deprecated.
- Added exponential backoff and retry, including attempt to get password from AWS, in ECR docker script template
dxCompiler 2.11.7
- Update dxda to 0.6.2 and dxfuse to 1.4.0
dxCompiler 2.11.6
- Optimize with bulk file describe during scatter collect, also for files inside arrays and structs.
Dependency updates
dxApi 0.13.10
dxCompiler 2.11.5
- Updated wdlTools and its dependencies
- Updated dxApi
- WDL workflows allow
headJobOnDemandfor the tasks if this spec is passed throughextrasviarunSpec.headJobOnDemand.
Dependency updates
wdlTools 0.17.17
- ANTLR4 version bump to 4.13.1
cwlScala 0.8.5
- ANTLR4 version bump to 4.13.1
dxApi 0.13.9
- adds
headJobOnDemandattribute to jobNew call