Wave v1.16.8
Feature updates and improvements
Performance
- Improved proxy cache configuration by @pditommaso in 163e605f
- Improved request caching logic by @pditommaso in a95153be
Dependencies
- Bumped MN to 4.7.4 by @pditommaso in 4ce2a139
General
- Added
TraceContextFilterlogging context propagation by @pditommaso in 396c10c2 - Improved logging pattern by @pditommaso in 0ab87164
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.7...v1.16.8
Fusion v2.5.0
Fusion 2.5.0 significantly enhances performance and efficiency in file operations.
Fusion now handles small files more effectively and intelligently manages Nextflow task files by minimizing intermediate file uploads. A key improvement is the selective retention of only essential task output files upon completion, reducing storage overhead. Network optimization has been implemented to decrease bandwidth usage by consolidating upload operations. Additionally, the underlying architecture has undergone substantial refactoring to support the future integration of diverse remote storage solutions, setting the foundation for expanded storage capabilities.
Feature updates and improvements
Performance
- Chunked async content management.
- Nextflow-compatible pattern classifier.
Configuration
- Defined a default exit code on Fusion-IO errors.
- Object API refactoring.
Dependencies
- Bumped golang.org/x/crypto to 0.31.0.
- Bumped golang.org/x/net to 0.33.0.
Bug fixes
General
- Fixed AsyncStore move issues.
- Fixed log file deletion during spot instance reclamation.
- Fixed transient object persistence.
How to pin this version
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.0-amd64.json'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.0-arm64.json'.
Seqera Enterprise v24.1.8
Wave v1.16.7
Feature updates and improvements
General
- 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
Performance
- 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
General
- 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
API
- Removed unneeded user async API by @pditommaso in https://github.com/seqeralabs/wave/pull/781
General
- Added trace execution elapsed time logic by @pditommaso in https://github.com/seqeralabs/wave/pull/497
Bug fixes
API
- 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
Performance
- 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