Skip to content

Commit ad41bfd

Browse files
chore: update changelog for v4.2.0 (#1985)
Co-authored-by: Aman Mangal <aman@dgraph.io>
1 parent cc2e2e7 commit ad41bfd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6+
## [4.2.0] - 2023-08-03
7+
8+
### Breaking
9+
10+
- feat(metrics): fix and update metrics in badger (#1948)
11+
- fix(metrics): remove badger version in the metrics name (#1982)
12+
13+
### Fixed
14+
15+
- fix(logging): fix direct access to logger (#1980)
16+
- fix(sec): bump google.golang.org/grpc from 1.20.1 to 1.53.0 (#1977)
17+
- fix(sec): update gopkg.in/yaml.v2 package (#1969)
18+
- fix(test): fix flakiness of TestPersistLFDiscardStats (#1963)
19+
- fix(stream): setup oracle correctly in stream writer (#1968) (#1904)
20+
- fix(stream): improve incremental stream writer (#1901)
21+
- fix(test): improve the params in BenchmarkDbGrowth (#1967)
22+
- fix(sync): sync active memtable and value log on Db.Sync (#1847) (#1953)
23+
- fix(test): handle draining of closed channel, speed up test. (#1957)
24+
- fix(test): fix table checksum test. Test on uncompressed. (#1952)
25+
- fix(level): change split key range right key to use ts=0 (#1932)
26+
- fix(test): the new test case PagebufferReader5 introduced an error. (#1936)
27+
- fix(test): add missing unlock in TestPersistLFDiscardStats (#1924)
28+
- fix(PageBufferReader): should conform to io.Reader interface (#1935)
29+
- fix(publisher): publish updates after persistence in WAL (#1917)
30+
31+
### CI
32+
33+
- chore(ci): split off coverage workflow (#1944)
34+
- chore(ci): adding trivy scanning workflow (#1925)
35+
636
## [4.1.0] - 2023-03-30
737

838
This release adds support for incremental stream writer. We also do some cleanup in the docs

0 commit comments

Comments
 (0)