Changelog
Wave v1.16.7
Feature updates and improvements
- Improved logging on pairing websocket error by @pditommaso in 21861dbe
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.6...v1.16.7
Seqera Enterprise v24.2.2
Feature updates and improvements
Workflows
- Enterprise telemetry now differentiates between Platform UI and CLI workflow executions.
Compute environments
- Azure Batch job termination now includes the Nextflow head job, so queues no longer remain active after a workflow completes.
Bug fixes
Workflows
- Fixed runs list view deselecting checked runs.
Pipelines
- Fixed Azure DevOps issues when launching from non-default project repositories.
- Fixed pipeline editing errors for repositories without a
main.nffile.
Infrastructure
- Fixed AWS base image security vulnerabilities.
Wave v1.16.6
Feature updates and improvements
- Used Caffeine for Tiered cache lock cache by @pditommaso in https://github.com/seqeralabs/wave/pull/785
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.5...v1.16.6
Wave v1.16.5
Bug fixes
- Fixed missing legacy classes deserialization by @pditommaso in 7687cd24
Full Changelog: https://github.com/seqeralabs/wave/compare/v1.16.4...v1.16.5
Wave v1.16.4
Feature updates and improvements
- Added trace execution elapsed time logic by @pditommaso in https://github.com/seqeralabs/wave/pull/497
- Removed unneeded user async API by @pditommaso in https://github.com/seqeralabs/wave/pull/781
Bug fixes
- Fixed missing
workspaceIdin launch API by @pditommaso in https://github.com/seqeralabs/wave/pull/780
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.3...v1.16.4
Wave v1.16.3
Feature updates and improvements
- Improved Tiered cache by @pditommaso in https://github.com/seqeralabs/wave/pull/779
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.2...v1.16.3
Wave v1.16.2
Bug fixes
- Fixed JWT token refresh by @pditommaso in https://github.com/seqeralabs/wave/pull/512
Full changelog: https://github.com/seqeralabs/wave/releases/tag/v1.16.2
Wave v1.16.1
Feature updates and improvements
- Added Tiered cache for HTTP proxied responses by @pditommaso in https://github.com/seqeralabs/wave/pull/778
- Improved bootstrap info by @pditommaso in d5c086da
- Removed Jitpack as Maven repository in Gradle build by @pditommaso in 67f91c8b
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.0...v1.16.1
Fusion v2.4.8
How to pin this version
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.8-amd64.json'
}
info
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.8-arm64.json'.
Bugfix release to improve stability.
Bug fixes
- Do not delete the logs file during spot reclaim
- Uploaded logs file in parts to support files larger than 5 GB
- Removed leftover
.bakfile when using BAM and Tabix index - Security: Bumped golang.org/x/crypto from 0.25.0 to 0.31.0