Releases: dnanexus/dxCompiler
Releases · dnanexus/dxCompiler
dxCompiler 2.17.0
- Added support for authenticated http(s) WDL imports via per-domain Bearer tokens supplied through the
DXCOMPILER_WDL_IMPORT_BEARER_TOKENSenvironment variable - Update dxCommonVersion to 0.12.1
dxCompiler 2.16.0
- Add support for AppInsufficientResourceError in executionPolicy.restartOn
- Removing maxSpotTries in expected output test case
- Removing me-south-1 region
- Added
--skip-clone-regionsflag tobuild_release.pyandbuild_all_releases.shto allow skipping asset cloning into unavailable regions during release; skipped regions remain in the JAR config - Added
scripts/copy_asset_to_region.pyscript and.github/workflows/copy_asset_to_region.ymlworkflow to backfill a skipped region once it recovers
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