forked from nextflow-io/nextflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
796 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
23.11.0-edge | ||
23.12.0-edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,51 @@ | ||
NEXTFLOW CHANGE-LOG | ||
=================== | ||
23.10.1 - 12 Jan 2023 | ||
- Fix bug with Fusion symlink resolution (#4593) [f28c9e48] | ||
- Fix Fusion symlinks when publishing files (#4348) [1fa5878a] | ||
- Fix Inspect command fails with Singularity [25883df3] | ||
- Fix Allow the use of error built-in function in onComplete handler (#4458) [ci fast] [4be10cd3] | ||
- Fix Harden regular expression to used to strip secrets in logs (#4563) [ci fast] [0102d4d6] | ||
- Fix custom notification template [40980bcb] | ||
- Fix container environment with special chars (#4594) [f4e00601] | ||
- Fix AZURE_STORAGE_SAS_TOKEN environment variable (#4627) [2e1cb413] | ||
- Fix azure retry policy (#4638) [2bc3cf0e] | ||
- Fix BitBucket get source API with custom branch [5ef75e32] | ||
- Improve error details for AbortOperationException [9e795a62] | ||
- Bump [email protected] [206f2614] | ||
- Bump [email protected] [50bcad59] | ||
|
||
23.04.5 - 12 Jan 2023 | ||
- Fix container environment with special chars (#4594) [663b2936] | ||
|
||
23.12.0-edge - 20 Dec 2023 | ||
- Add AWS_SESSION_TOKEN to Fusion environment (#4581) [552f29b0] | ||
- Add ability to disable Cloudinfo service (#4606) [f7251895] | ||
- Add experimental support for Fargate compute type for AWS Batch (#3474) [47cf335b] | ||
- Add support for Instance template to Google Batch [df7ed294] | ||
- Add support for Singularity/Apptainer auto pull mode for OCI containers [b7f1a192] | ||
- Fix BitBucket get source API with custom branch [58937831] | ||
- Fix Fusion tags documentation (#4551) [687e2e96] | ||
- Fix Harden regular expression to used to strip secrets in logs (#4563) [832bff24] | ||
- Fix bug with Fusion symlink resolution (#4593) [09e85582] | ||
- Fix container environment with special chars (#4594) [e0fe952f] | ||
- Fix custom notification template [ccf4f59e] | ||
- Fix fusion symlink test (#4604) [681ace86] | ||
- Fix smoke tests [d3c2f330] | ||
- Improve GLS tests [58590b1c] | ||
- Load nf-amazon when AWS SES is enabled [887f06f4] | ||
- Move build num & timestamp to BuildInfo class [ec8083d4] | ||
- Move app version to BuildInfo class [c7d749e8] | ||
- Remove deprecated Wave observer [0e009ef7] | ||
- Remove undocumented userEmulation mode (#4596) [f6c79788] | ||
- Remove unused DSL2 check [e9ee3b2c] | ||
- Replace each iterator with class for [f7662e68] | ||
- Bump [email protected] [0b40b7b9] | ||
- Bump [email protected] [bcb20fcf] | ||
- Bump [email protected] [aa981814] | ||
- Bump [email protected] and [email protected] [9cb50035] | ||
- Build optimizations (#4579) [5ad41e44] | ||
|
||
23.11.0-edge - 24 Nov 2023 | ||
- Add `fusion.cacheSize` config option (#4518) [2faadc22] | ||
- Add Topic channel type (experimental) (#4459) [921313d1] | ||
|
@@ -16,29 +62,29 @@ NEXTFLOW CHANGE-LOG | |
- Add support for Azure low-priority pool (#4527) [8320ea10] | ||
- Add support for FUSION_AWS_REGION (#4481) [8f8b09fa] | ||
- Add support for Fusion when using Singularity OCI mode (#4508) [4f3aa631] | ||
- Add support for K8s schedulerName pod spec (#4485) [ci fast] [dfc7b7c8] | ||
- Add support for K8s schedulerName pod spec (#4485) [dfc7b7c8] | ||
- Add support for Singularity OCI mode (#4440) [f5362a7b] | ||
- Allow the use of error built-in function in onComplete handler (#4458) [ci fast] [35a4424b] | ||
- Fix Bug in JsonSplitter ordering [ci fast] [8ec14dd2] | ||
- Allow the use of error built-in function in onComplete handler (#4458) [35a4424b] | ||
- Fix Bug in JsonSplitter ordering [8ec14dd2] | ||
- Fix Bypass Google Batch Price query if task cpus and memory are defined (#4521) [7f8f20d3] | ||
- Fix Checkout remote tag if checkout remote branch fails (#4247) [b8907ccb] | ||
- Fix Fusion symlinks when publishing files (#4348) [89f09fe0] | ||
- Fix Inspect command fails with Singularity [f5bb829f] | ||
- Fix ParamsMap copyWith param aliases (#4188) [b480ee0e] | ||
- Fix Singularity docs [e952299f] | ||
- Fix container hashing for Singularity + Wave containers [4c6f2e85] | ||
- Fix detection of Conda local path made by Wave client [ci fast] (#4532) [4d5bc216] | ||
- Fix detection of Conda local path made by Wave client (#4532) [4d5bc216] | ||
- Fix doc tests to fail on test failure (#4505) [4d326551] | ||
- Fix errors when NXF_HOME contains spaces (#4456) [ci fast] [fe5bea99] | ||
- Fix errors when NXF_HOME contains spaces (#4456) [fe5bea99] | ||
- Fix Google Batch network/subnetwork docs (#4475) [27d132f3] | ||
- Fix rounding error with long durations (#4496) [ci fast] [0356178b] | ||
- Fix rounding error with long durations (#4496) [0356178b] | ||
- Fix security vulnerabilities (#4513) [a310c777] | ||
- Fix Use consistently NXF_TASK_WORKDIR (#4484) [48ee3c64] | ||
- Improve error details for AbortOperationException [35609cb0] | ||
- Improve operator docs (#4502) [38210e11] | ||
- Makefile clean to also remove buildSrc/build (#4517) [2ccb05d0] | ||
- Minor test improvements [ci fast] [171831ea] | ||
- Minor types improvement for mix operator [ci fast] [91c1ab15] | ||
- Minor test improvements [171831ea] | ||
- Minor types improvement for mix operator [91c1ab15] | ||
- Normalise channel docs [b641d677] | ||
- Remove deprecated TowerArchiver feature [ff8e06a3] | ||
- Remove dsl1 deprecated code (part 2) [159effb1] | ||
|
@@ -138,6 +184,14 @@ NEXTFLOW CHANGE-LOG | |
- Bump [email protected] [0cf2476c] | ||
- Bump [email protected] [d0c47d49] | ||
|
||
23.04.4 - 25 Sep 2023 | ||
- Fix use of GITHUB_TOKEN variable to access GitHub repo [108c6b55] | ||
- Fix allow_other vulnerability preventing google-batch submissions (#4332) [4895d547] | ||
- Fix Prevent false positive resumable task [aae87715] | ||
- Fix Always emit publish event for cached task outputs (#4227) [c4cd53c2] | ||
- Fix Too long Http connection pool timeout [ce5e9930] | ||
- Bump [email protected] [d881728c] | ||
|
||
23.09.1-edge - 11 Sep 2023 | ||
- Revert "Allow setting shell directive when using the trace file (#4210)" [9f9edcdc] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.