Changelog
Seqera Enterprise v24.2.3
Bug fixes
- Solves an issue with Git URLs in Azure DevOps.
- Bumps Nextflow launcher to 24.10.4.
Wave v1.16.8
Feature updates and improvements
- Add
TraceContextFilter
logging context propagation by @pditommaso in 396c10c2 - Improve proxy cache configuration by @pditommaso in 163e605f
- Improve logging pattern by @pditommaso in 0ab87164
- Improve request caching logic by @pditommaso in a95153be
- Bump MN to 4.7.4 by @pditommaso in 4ce2a139
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
- Chunked async content management
- Nextflow-compatible pattern classifier
- Define a default exit code on Fusion-IO errors
- Object API refactoring
- Bump golang.org/x/crypto to 0.31.0
- Bump golang.org/x/net to 0.33.0
Bug fixes
- AsyncStore move issues
- Log file deletion during spot instance reclamation
- 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'
.
Wave v1.16.7
Feature updates and improvements
- Improve 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
- Enterprise telemetry now differentiates between Platform UI and CLI workflow executions.
- Azure Batch job termination now includes the Nextflow head job, so queues no longer remain active after a workflow completes.
Bug fixes
- Fixed AWS base image security vulnerabilities.
- Fixed runs list view deselecting checked runs.
- Fixed Azure DevOps issues when launching from non-default project repositories.
- Fixed pipeline editing errors for repositories without a
main.nf
file.
Wave v1.16.6
Feature updates and improvements
- Use 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
- Fix 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
- Add trace execution elapsed time logic by @pditommaso in https://github.com/seqeralabs/wave/pull/497
- Remove unneeded user async API by @pditommaso in https://github.com/seqeralabs/wave/pull/781
Bug fixes
- Fix missing
workspaceId
in 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
- Improve 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