You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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