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
Copy file name to clipboardexpand all lines: ChangeLog
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
ChangeLog for OSSFS
2
2
------------------
3
+
## v1.91.3 (04/06/2024)
4
+
- Fixed a bug that IO fails when running out of disk space.
5
+
- Fixed a bug that default_acl option does not working.
6
+
- Improved error log details when bucket check fails.
7
+
- Add debug logs when dir or file type conflicts.
8
+
- Disable stat cache expiration mechanism by set stat_cache_expire option to -1.
9
+
- Add a new option backward_chunks for direct-read mode which can maintain more backward chunks in memory.
10
+
- Add a new option direct_read_local_file_cache_size_mb which will make one file enter into direct read mode only when its loaded size is larger than the specified size.
11
+
3
12
## v1.91.2 (06/03/2024)
4
13
- Support direct reading file from OSS without using local disk.
5
14
When direct reading mode is enabled, OSSFS uses asynchronous memory prefetch to improve sequential read performance dramatically.
0 commit comments