Skip to content

Commit

Permalink
add changelog for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Aug 2, 2023
1 parent e2215f7 commit 0f104aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Release 1.3.0 (2023-08-02)

## 🚀 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 (https://github.com/rosedblabs/wal/pull/11)
* Thanks to @xzhseh
* feat(docs): improve README.md format & fix several typos (https://github.com/rosedblabs/wal/pull/12)
* Thanks to @yanxiaoqi932
* BlockCache must smaller than SegmentSize (https://github.com/rosedblabs/wal/pull/14)
* Thanks to @mitingjin
* Fix typo in wal.go (https://github.com/rosedblabs/wal/pull/15)

# Release 1.2.0 (2023-07-01)

## 🚀 New Features
Expand Down

0 comments on commit 0f104aa

Please sign in to comment.