Skip to content

Release v1.3.0

Compare
Choose a tag to compare
@roseduan roseduan released this 02 Aug 11:57
· 43 commits to main since this release

🚀 New Features

  • Add ChunkPosition Encode and Decode

🎄 Enhancements

  • Avoid to make new bytes while writing
  • Use sync.Pool to optimize read performace
  • Add more code comments

🎠 Community

  • Thanks to @chinazmc
    • update SementFileExt to SegmentFileExt (#11)
  • Thanks to @xzhseh
    • feat(docs): improve README.md format & fix several typos (#12)
  • Thanks to @yanxiaoqi932
    • BlockCache must smaller than SegmentSize (#14)
  • Thanks to @mitingjin
    • Fix typo in wal.go (#15)