You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed unnecessary runtime checks with strict syntax by @bentsherman in [#6539](https://github.com/nextflow-io/nextflow/pull/6539)
12
+
13
+
### AWS Batch
14
+
15
+
- Added `isCompleted` check in getNumSpotInterruptions by @munishchouhan in [#6806](https://github.com/nextflow-io/nextflow/pull/6806)
16
+
17
+
### Dependencies
18
+
19
+
- Bumped nf-amazon@3.4.4 by @pditommaso
20
+
- Bumped nf-google@1.23.5 by @pditommaso
21
+
- Bumped nf-tower@1.17.5 by @pditommaso
22
+
23
+
## Bug fixes
24
+
25
+
### Language features
26
+
27
+
- Fixed false error with optional param by @bentsherman in [#6811](https://github.com/nextflow-io/nextflow/pull/6811)
28
+
- Fixed false error with multi-line tuple assignment in v2 parser by @bentsherman in [#6786](https://github.com/nextflow-io/nextflow/pull/6786)
29
+
- Fixed false error in v2 parser when including config file from http url by @bentsherman in [#6753](https://github.com/nextflow-io/nextflow/pull/6753)
30
+
31
+
### General
32
+
33
+
- Fixed `LogsCheckpoint` thread blocking shutdown for up to 90 seconds by @pditommaso in [#6787](https://github.com/nextflow-io/nextflow/pull/6787)
0 commit comments