Skip to content

Commit 8b1f4a9

Browse files
authored
update changelog till v4.4.0 (#2123)
1 parent ae70aa9 commit 8b1f4a9

File tree

1 file changed

+92
-12
lines changed

1 file changed

+92
-12
lines changed

CHANGELOG.md

Lines changed: 92 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,81 @@ 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.4.0] - 2024-10-26
7+
8+
- retract v4.3.0 due to #2121 and #2113, upgrade to Go v1.23, use ristretto v2 in https://github.com/dgraph-io/badger/pull/2122
9+
- Allow stream custom maxsize per batch in https://github.com/dgraph-io/badger/pull/2063
10+
- chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in the patch group in https://github.com/dgraph-io/badger/pull/2120
11+
- fix: sentinel errors should not have stack traces in https://github.com/dgraph-io/badger/pull/2042
12+
- chore(deps): bump the minor group with 2 updates in https://github.com/dgraph-io/badger/pull/2119
13+
14+
**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.3.1...v4.4.0
15+
16+
17+
## [4.3.1] - 2024-10-06
18+
19+
- chore: update docs links by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2097
20+
- chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group by @dependabot in https://github.com/dgraph-io/badger/pull/2100
21+
- chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 in the minor group by @dependabot in https://github.com/dgraph-io/badger/pull/2106
22+
- fix: fix reverse iterator broken by seek by @harshil-goel in https://github.com/dgraph-io/badger/pull/2109
23+
- chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 in the patch group by @dependabot in https://github.com/dgraph-io/badger/pull/2114
24+
- chore(deps): bump github.com/dgraph-io/ristretto from 0.1.2-0.20240116140435-c67e07994f91 to 1.0.0 by @dependabot in https://github.com/dgraph-io/badger/pull/2112
25+
26+
**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.3.0...v4.3.1
27+
28+
29+
## [4.3.0] - 2024-08-29
30+
31+
> **Warning**
32+
> The tag v4.3.0 has been retracted due to an issue go.sum.
33+
> Use v4.3.1 (see #2121 and #2113)
34+
35+
### Fixes
36+
- chore(changelog): add a missed entry in CHANGELOG for v4.2.0 by @mangalaman93 in https://github.com/dgraph-io/badger/pull/1988
37+
- update README with project KVS using badger by @tauraamui in https://github.com/dgraph-io/badger/pull/1989
38+
- fix edge case for watermark when index is zero by @mangalaman93 in https://github.com/dgraph-io/badger/pull/1999
39+
- upgrade spf13/cobra to version v1.7.0 by @mangalaman93 in https://github.com/dgraph-io/badger/pull/2001
40+
- chore: update readme by @joshua-goldstein in https://github.com/dgraph-io/badger/pull/2011
41+
- perf: upgrade compress package test and benchmark. by @siddhant2001 in https://github.com/dgraph-io/badger/pull/2009
42+
- fix(Transactions): Fix resource consumption on empty write transaction by @Zach-Johnson in https://github.com/dgraph-io/badger/pull/2018
43+
- chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in https://github.com/dgraph-io/badger/pull/2017
44+
- perf(compactor): optimize allocations: use buffer for priorities by @deff7 in https://github.com/dgraph-io/badger/pull/2006
45+
- fix(Transaction): discard empty transactions on CommitWith by @Wondertan in https://github.com/dgraph-io/badger/pull/2031
46+
- fix(levelHandler): use lock for levelHandler sort tables instead of rlock by @xgzlucario in https://github.com/dgraph-io/badger/pull/2034
47+
- Docs: update README with project LLS using badger by @Boc-chi-no in https://github.com/dgraph-io/badger/pull/2032
48+
- chore: MaxTableSize has been renamed to BaseTableSize by @mitar in https://github.com/dgraph-io/badger/pull/2038
49+
- Update CODEOWNERS by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2043
50+
- Chore(): add Stale Action by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2070
51+
- Update ristretto and refactor for use of generics by @paralin in https://github.com/dgraph-io/badger/pull/2047
52+
- chore: Remove obsolete comment by @mitar in https://github.com/dgraph-io/badger/pull/2039
53+
- chore(Docs): Update jQuery 3.2.1 to 3.7.1 by @kokizzu in https://github.com/dgraph-io/badger/pull/2023
54+
- chore(deps): bump the go_modules group with 3 updates by @dependabot in https://github.com/dgraph-io/badger/pull/2074
55+
- docs(): update docs path by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2076
56+
- perf: fix operation in seek by @harshil-goel in https://github.com/dgraph-io/badger/pull/2077
57+
- Add lakeFS to README.md by @N-o-Z in https://github.com/dgraph-io/badger/pull/2078
58+
- chore(): add Dependabot by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2080
59+
- chore(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot in https://github.com/dgraph-io/badger/pull/2083
60+
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/dgraph-io/badger/pull/2081
61+
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/dgraph-io/badger/pull/2082
62+
- chore(deps): bump the minor group with 7 updates by @dependabot in https://github.com/dgraph-io/badger/pull/2089
63+
- Action Manager by @madhu72 in https://github.com/dgraph-io/badger/pull/2050
64+
- chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 in the minor group by @dependabot in https://github.com/dgraph-io/badger/pull/2091
65+
- chore(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in the patch group by @dependabot in https://github.com/dgraph-io/badger/pull/2090
66+
- chore: fix some comments by @dufucun in https://github.com/dgraph-io/badger/pull/2092
67+
- chore(deps): bump github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible by @dependabot in https://github.com/dgraph-io/badger/pull/2084
68+
69+
### CI
70+
- ci: change cron frequency to fix ghost jobs by @joshua-goldstein in https://github.com/dgraph-io/badger/pull/2010
71+
- fix(CI): Update to pull_request trigger by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2056
72+
- ci/cd optimization by @ryanfoxtyler in https://github.com/dgraph-io/badger/pull/2051
73+
- fix(cd): fixed cd pipeline by @harshil-goel in https://github.com/dgraph-io/badger/pull/2093
74+
- fix(cd): change name by @harshil-goel in https://github.com/dgraph-io/badger/pull/2094
75+
- fix(cd): added more debug things to cd by @harshil-goel in https://github.com/dgraph-io/badger/pull/2095
76+
- fix(cd): removing some debug items by @harshil-goel in https://github.com/dgraph-io/badger/pull/2096
77+
78+
79+
**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.2.0...v4.3.0
80+
681
## [4.2.0] - 2023-08-03
782

883
### Breaking
@@ -34,9 +109,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
34109
- chore(ci): split off coverage workflow (#1944)
35110
- chore(ci): adding trivy scanning workflow (#1925)
36111

112+
37113
## [4.1.0] - 2023-03-30
38114

39-
This release adds support for incremental stream writer. We also do some cleanup in the docs
115+
This release adds support for incremental stream writer. We also do some cleanup in the docs
40116
and resolve some CI issues for community PR's. We resolve high and medium CVE's and fix
41117
[#1833](https://github.com/dgraph-io/badger/issues/1833).
42118

@@ -73,6 +149,7 @@ and resolve some CI issues for community PR's. We resolve high and medium CVE's
73149
- chore(memtable): refactor code for memtable flush (#1866)
74150
- resolve coveralls issue for community PR's (#1892, #1894, #1896)
75151

152+
76153
## [4.0.1] - 2023-02-28
77154

78155
We issue a follow up release in order to resolve a bug in subscriber. We also generate updated protobufs for Badger v4.
@@ -85,6 +162,7 @@ We issue a follow up release in order to resolve a bug in subscriber. We also g
85162
- chore(cd): tag based deployments #1887
86163
- chore(ci): fail fast when testing #1890
87164

165+
88166
## [4.0.0] - 2023-02-27
89167

90168
> **Warning**
@@ -101,19 +179,21 @@ to understand when breaking API and data format changes are made.
101179
### Fixed
102180
- fix: update maxHeaderSize #1877
103181
- feat(externalMagic): Introduce external magic number (#1745) #1852
104-
- fix(bench): bring in benchmark fixes from main #1863
182+
- fix(bench): bring in benchmark fixes from main #1863
105183

106184
### Chores
107-
- upgrade go to 1.19 #1868
108-
- enable linters (gosimple, govet, lll, unused, staticcheck, errcheck, ineffassign, gofmt) #1871 #1870 #1876
109-
- remove dependency on io/ioutil #1879
185+
- upgrade go to 1.19 #1868
186+
- enable linters (gosimple, govet, lll, unused, staticcheck, errcheck, ineffassign, gofmt) #1871 #1870 #1876
187+
- remove dependency on io/ioutil #1879
110188
- various doc and comment fixes #1857
111189
- moving from CalVer to SemVer
112190

191+
113192
## [3.2103.5] - 2022-12-15
114193

115194
We release Badger CLI tool binaries for amd64 and now arm64. This release does not involve any core code changes to Badger. We add a CD job for building Badger for arm64.
116195

196+
117197
## [3.2103.4] - 2022-11-04
118198

119199
### Fixed
@@ -505,17 +585,17 @@ This sections lists the changes which were reverted because of non-reproducible
505585
- Improve write stalling on level 0 and 1. (#1186)
506586
- Disable compression and set ZSTD Compression Level to 1. (#1191)
507587

508-
## [2.0.1] - 2020-01-02
588+
## [2.0.1] - 2020-01-02
509589

510590
### New APIs
511591

512592
- badger.Options
513593
- WithInMemory (f5b6321)
514594
- WithZSTDCompressionLevel (3eb4e72)
515-
595+
516596
- Badger.TableInfo
517597
- EstimatedSz (f46f8ea)
518-
598+
519599
### Features
520600

521601
- Introduce in-memory mode in badger. (#1113)
@@ -528,12 +608,12 @@ This sections lists the changes which were reverted because of non-reproducible
528608
- Fix windows dataloss issue. (#1134)
529609
- Fix VerifyValueChecksum checks. (#1138)
530610
- Fix encryption in stream writer. (#1146)
531-
- Fix segmentation fault in vlog.Read. (header.Decode) (#1150)
611+
- Fix segmentation fault in vlog.Read. (header.Decode) (#1150)
532612
- Fix merge iterator duplicates issue. (#1157)
533613

534614
### Performance
535615

536-
- Set level 15 as default compression level in Zstd. (#1111)
616+
- Set level 15 as default compression level in Zstd. (#1111)
537617
- Optimize createTable in stream_writer.go. (#1132)
538618

539619
## [2.0.0] - 2019-11-12
@@ -555,7 +635,7 @@ This sections lists the changes which were reverted because of non-reproducible
555635
- WithEncryptionKey (a425b0e)
556636
- WithEncryptionKeyRotationDuration (a425b0e)
557637
- WithChecksumVerificationMode (7b4083d)
558-
638+
559639
### Features
560640

561641
- Data cache to speed up lookups and iterations. (#1066)
@@ -635,7 +715,7 @@ _Note_: The hashes in parentheses correspond to the commits that impacted the gi
635715
- NewEntry
636716
- WithMeta
637717
- WithDiscard
638-
- WithTTL
718+
- WithTTL
639719

640720
- badger.Item
641721
- KeySize (fd59907)

0 commit comments

Comments
 (0)