Skip to content

Commit f56615e

Browse files
chenwk96FangQianan
authored andcommitted
update changeLog for v1.91.3.
1 parent 7e5b2c9 commit f56615e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
ChangeLog for OSSFS
22
------------------
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+
312
## v1.91.2 (06/03/2024)
413
- Support direct reading file from OSS without using local disk.
514
When direct reading mode is enabled, OSSFS uses asynchronous memory prefetch to improve sequential read performance dramatically.

0 commit comments

Comments
 (0)