From 0987d4411788e8441eae0472446b20bfbb168535 Mon Sep 17 00:00:00 2001 From: Injun Song Date: Tue, 27 Feb 2024 00:27:17 +0900 Subject: [PATCH] chore(main): release 0.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b2c706c76..71e95baf4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.2" + ".": "0.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a0385d2..cb55f5829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)