You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
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.
116
195
196
+
117
197
## [3.2103.4] - 2022-11-04
118
198
119
199
### Fixed
@@ -505,17 +585,17 @@ This sections lists the changes which were reverted because of non-reproducible
505
585
- Improve write stalling on level 0 and 1. (#1186)
506
586
- Disable compression and set ZSTD Compression Level to 1. (#1191)
507
587
508
-
## [2.0.1] - 2020-01-02
588
+
## [2.0.1] - 2020-01-02
509
589
510
590
### New APIs
511
591
512
592
- badger.Options
513
593
- WithInMemory (f5b6321)
514
594
- WithZSTDCompressionLevel (3eb4e72)
515
-
595
+
516
596
- Badger.TableInfo
517
597
- EstimatedSz (f46f8ea)
518
-
598
+
519
599
### Features
520
600
521
601
- Introduce in-memory mode in badger. (#1113)
@@ -528,12 +608,12 @@ This sections lists the changes which were reverted because of non-reproducible
528
608
- Fix windows dataloss issue. (#1134)
529
609
- Fix VerifyValueChecksum checks. (#1138)
530
610
- 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)
532
612
- Fix merge iterator duplicates issue. (#1157)
533
613
534
614
### Performance
535
615
536
-
- Set level 15 as default compression level in Zstd. (#1111)
616
+
- Set level 15 as default compression level in Zstd. (#1111)
537
617
- Optimize createTable in stream_writer.go. (#1132)
538
618
539
619
## [2.0.0] - 2019-11-12
@@ -555,7 +635,7 @@ This sections lists the changes which were reverted because of non-reproducible
555
635
- WithEncryptionKey (a425b0e)
556
636
- WithEncryptionKeyRotationDuration (a425b0e)
557
637
- WithChecksumVerificationMode (7b4083d)
558
-
638
+
559
639
### Features
560
640
561
641
- 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
0 commit comments