Release 1.3.6 (2023-09-25)
avoid resetting pool to optimize the memory usage
no need to return err in pendingWrites
fix benchmark error
🎠 Community
Release 1.3.5 (2023-09-19)
Rotate file when pending writes exceed the left space of the segment file.
Release 1.3.4 (2023-09-18)
add RenameFileExt function
🎠 Community
Release 1.3.3 (2023-08-19)
🎠 Community
Thanks to @LEAVING-7
Thanks to @amityahav
Improved performance for writing large records (> blockSize) (rosedblabs#21 )
Release 1.3.2 (2023-08-07)
Release 1.3.1 (2023-08-04)
Release 1.3.0 (2023-08-02)
Add ChunkPosition Encode and Decode
Avoid to make new bytes while writing
Use sync.Pool to optimize read performace
Add more code comments
🎠 Community
Thanks to @chinazmc
Thanks to @xzhseh
feat(docs): improve README.md format & fix several typos (rosedblabs#12 )
Thanks to @yanxiaoqi932
Thanks to @mitingjin
Release 1.2.0 (2023-07-01)
Add NewReaderWithStart
function to support read log from specified position.
🎠 Community
Thanks to@yanxiaoqi932
enhancement: add wal delete function (#7 )
Release 1.1.0 (2023-06-21)
Add tests in windows, with worlflow.
Add some functions to support rosedb Merge operation.
🎠 Community
Thanks to@SPCDTS
fix: calculate seg fle size by seg.size (#7 )
fix: limit data size (#6 )
fix: spelling error (#5 )
Release 1.0.0 (2023-06-13)
First release, basic operations, read, write, and iterate the log files.
Add block cache for log files.
You can’t perform that action at this time.