Skip to content

Commit

Permalink
chore(main): release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Feb 26, 2024
1 parent 86a8155 commit 0987d44
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.2"
".": "0.20.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.20.0](https://github.com/kakao/varlog/compare/v0.19.2...v0.20.0) (2024-02-26)


### Features

* **benchmark:** use gops to diagnose benchmark tool ([9f31816](https://github.com/kakao/varlog/commit/9f318169e229d62f5917b1d34f0b23123dc2a0b0))
* **benchmark:** use gops to diagnose benchmark tool ([#717](https://github.com/kakao/varlog/issues/717)) ([86a8155](https://github.com/kakao/varlog/commit/86a81553e16446bfb13fc9ecde54bab958249cdb))


### Bug Fixes

* **benchmark:** refine the benchmark tool for log subscription ([01bf188](https://github.com/kakao/varlog/commit/01bf188a22918ea3d57f72d61fff36525061d835))
* **benchmark:** refine the benchmark tool for log subscription ([#716](https://github.com/kakao/varlog/issues/716)) ([eb83d42](https://github.com/kakao/varlog/commit/eb83d428b8b47053fef8e9bff3d3031b416e4e22))


### Performance Improvements

* **storage:** enhance GLSN Log scanning efficiency ([963d10f](https://github.com/kakao/varlog/commit/963d10f2154f1d6e2c8649ee363cbf1024dbaf81))
* **storage:** improve scanning with GLSN ([#715](https://github.com/kakao/varlog/issues/715)) ([3caaa0a](https://github.com/kakao/varlog/commit/3caaa0a96df24fe845c66f8c7146c26c6e8b46e5))

## [0.19.2](https://github.com/kakao/varlog/compare/v0.19.1...v0.19.2) (2024-02-14)


Expand Down

0 comments on commit 0987d44

Please sign in to comment.