Skip to content

Commit f06bfc8

Browse files
Latest version changelogs (#1052)
1 parent 2890969 commit f06bfc8

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

changelog/fusion/v2.4.20.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Fusion v2.4.20
3+
date: 2026-01-23
4+
tags: [fusion]
5+
---
6+
7+
### How to pin this version
8+
9+
```groovy
10+
fusion {
11+
enabled = true
12+
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.20-amd64.json'
13+
}
14+
```
15+
16+
:::info
17+
For ARM64 CPU architecture, use `containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.20-arm64.json'`.
18+
:::
19+
20+
## Feature updates and improvements
21+
22+
### Logging
23+
24+
- **Better log readability**: Added `[seqera-fusion]` prefix to console logs for easier identification in mixed output environments.
25+
- **Improved error messages**: Added more context and clearer wording to cloud provider errors, including better messages for archived/cold storage objects.
26+
27+
## Bug fixes
28+
29+
### AWS
30+
31+
- **Fixed misleading "file not found" errors**: Changed permission errors (403 Forbidden) from cloud providers to display as "Permission denied" instead of incorrectly showing "No such file or directory" (#1068).
32+
33+
### General
34+
35+
- **Cloud errors now log properly**: Fixed an issue where cloud service errors were silently treated as simple "file not found" cases instead of logging and reporting properly (#1077).
36+
37+
## Upgrade notes
38+
39+
Drop-in replacement for v2.4.x. No configuration changes required.

changelog/fusion/v2.5.9.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Fusion v2.5.9
3+
date: 2026-01-22
4+
tags: [fusion]
5+
---
6+
7+
### How to pin this version
8+
9+
```groovy
10+
fusion {
11+
enabled = true
12+
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.9-amd64.json'
13+
}
14+
```
15+
16+
:::info
17+
For ARM64 CPU architecture, use `containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.9-arm64.json'`.
18+
:::
19+
20+
## Feature updates and improvements
21+
22+
### Logging
23+
24+
- **Branded console logs**: Added `[seqera-fusion]` prefix to all console logs for better identification in mixed output environments.
25+
- **Real-time terminal output**: Changed command output to display immediately in the terminal instead of buffering, improving visibility during execution.
26+
- **Clearer error messages**: Improved error messaging for non-recoverable I/O errors and archived objects.
27+
28+
## Bug fixes
29+
30+
### AWS
31+
32+
- Fixed AWS S3 `Forbidden` errors not mapping properly to permission denied.
33+
34+
### General
35+
36+
- Fixed cloud storage errors not logging properly in certain scenarios.
37+
38+
## Upgrade notes
39+
40+
Drop-in replacement for v2.5.x. No configuration changes required.

0 commit comments

Comments
 (0)