Skip to content

Commit 966c7b5

Browse files
committed
chore(main): release 0.26.0
1 parent aa9cbd3 commit 966c7b5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.25.0"
2+
".": "0.26.0"
33
}

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.26.0](https://github.com/kakao/varlog/compare/v0.25.0...v0.26.0) (2025-03-11)
4+
5+
6+
### Features
7+
8+
* **logstream:** introduce commit wait task for append batch ([30645f0](https://github.com/kakao/varlog/commit/30645f04005bd9a36431c27cf337a7ae9ea83a99))
9+
* **logstream:** remove deprecated LLSN field from ReplicateRequest ([c2663cc](https://github.com/kakao/varlog/commit/c2663cc620500e963219dedddd453b58d36c404e))
10+
* **metarepos:** add GetReports, GetCommitResult rpc ([b88a6c1](https://github.com/kakao/varlog/commit/b88a6c1551a19a3da4f2cf3d883210260b527601))
11+
* **metarepos:** add metric for count of commit result history ([029a36e](https://github.com/kakao/varlog/commit/029a36e1d06ca3626efebb5171f6cce04c51b902))
12+
* **storagenode:** remove package internal/batchlet ([42003ae](https://github.com/kakao/varlog/commit/42003ae73cba59f4eea0a884f61a1003ddedfbc7))
13+
14+
15+
### Bug Fixes
16+
17+
* **metarepos:** reportCollector handles invalid report propertly ([f5f7273](https://github.com/kakao/varlog/commit/f5f7273c9dacc5d93c0c49eb256e5176756009f7))
18+
19+
20+
### Performance Improvements
21+
22+
* **logstream:** remove llsnList from replicateTask ([2ce0a9d](https://github.com/kakao/varlog/commit/2ce0a9dd68cc94d18babe1e99ae2a4178fd718ec))
23+
* **reportCollector:** reduce calling sampleTracer.report ([0faea11](https://github.com/kakao/varlog/commit/0faea11e1e761a576b9d8b4d4ddc52e4ffcad954))
24+
325
## [0.25.0](https://github.com/kakao/varlog/compare/v0.24.0...v0.25.0) (2025-02-21)
426

527

0 commit comments

Comments
 (0)