This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
v0.5.1
In this release, some major changes are done for behaviors of read/write and rename on File
. In general, their behaviors are more like normal file operations.
- Read/write will now affect the file position as normal Unix file operations will do
- Read will always perform on the latest file version
- Rename now behaves like rename(2)