Skip to main content

Changelog: Fusion

Fusion Release v2.5.1

Bugfix release to improve stability.

Bug fixes

  • Logs removed when removeLogs is false
  • Unique IDs in file fragments
  • Remove exit code on serveFusion

How to pin this version

fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.1-amd64.json'
}
info

For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.1-arm64.json'.

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'
}
info

For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.0-arm64.json'.

Fusion v2.4.4

Bugfix release to improve stability.

Feature updates and improvements

  • Azure: Prefer Nextflow-provided SAS token for authentication
  • Define a default exit code 174 on Fusion IO error

Bug fixes

  • Move folders that contain subfolders and big files
  • Propagate truncating to zero to remote storage
  • File moves overwriting files scheduled for upload

How to pin this version

fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.4-amd64.json'
}
info

For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.4-arm64.json'.