Skip to content

Commit 262a275

Browse files
joshua-goldsteinskrdgraphmangalaman93ethfoodependabot[bot]
authored
chore(release): add changelog to release branch (#1921)
Add changelog to release branch. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Sudhish <108091997+skrdgraph@users.noreply.github.com> Co-authored-by: Aman Mangal <aman@dgraph.io> Co-authored-by: ethfoo <ethfoo@163.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fengyun.rui <rfyiamcool@163.com> Co-authored-by: Jimmy McCrory <jimmymccrory@users.noreply.github.com> Co-authored-by: Evan Lurvey <54965655+evanlurvey@users.noreply.github.com> Co-authored-by: Evan <evan@myautoinventory.com>
1 parent 6cdea1e commit 262a275

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@ 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.1.0] - 2023-03-30
7+
8+
This release adds support for incremental stream writer. We also do some cleanup in the docs
9+
and resolve some CI issues for community PR's. We resolve high and medium CVE's and fix
10+
[#1833](https://github.com/dgraph-io/badger/issues/1833).
11+
12+
### Features
13+
- feat(stream): add support for incremental stream writer (#1722) (#1874)
14+
15+
### Fixes
16+
- chore: upgrade xxhash from v1.1.0 to v2.1.2 (#1910) (fixes [#1833](https://github.com/dgraph-io/badger/issues/1833))
17+
18+
### Security
19+
- chore(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0 (#1885)
20+
21+
### CVE's
22+
23+
- [CVE-2021-31525](https://github.com/dgraph-io/badger/security/dependabot/7)
24+
- [CVE-2022-41723](https://github.com/dgraph-io/badger/security/dependabot/4)
25+
- [CVE-2022-27664](https://github.com/dgraph-io/badger/security/dependabot/5)
26+
- [CVE-2021-33194](https://github.com/dgraph-io/badger/security/dependabot/9)
27+
- [CVE-2022-41723](https://github.com/dgraph-io/badger/security/dependabot/13)
28+
- [CVE-2021-33194](https://github.com/dgraph-io/badger/security/dependabot/16)
29+
- [CVE-2021-38561](https://github.com/dgraph-io/badger/security/dependabot/8)
30+
31+
### Chores
32+
33+
- fix(docs): update README (#1915)
34+
- cleanup sstable file after tests (#1912)
35+
- chore(ci): add dgraph regression tests (#1908)
36+
- docs: fix the default value in docs (#1909)
37+
- chore: update URL for unsupported manifest version error (#1905)
38+
- docs(README): add raft-badger to projects using badger (#1902)
39+
- sync the docs with README with projects using badger (#1903)
40+
- fix: update code comments for WithNumCompactors (#1900)
41+
- docs: add loggie to projects using badger (#1882)
42+
- chore(memtable): refactor code for memtable flush (#1866)
43+
- resolve coveralls issue for community PR's (#1892, #1894, #1896)
44+
645
## [4.0.1] - 2023-02-28
746

847
We issue a follow up release in order to resolve a bug in subscriber. We also generate updated protobufs for Badger v4.

0 commit comments

Comments
 (0)