Skip to content

Releases: dgraph-io/badger

Badger v1.1.1

28 Nov 04:25
Compare
Choose a tag to compare
  • Fix bug where txn.Get was returing key deleted in same transaction.
  • Fix race condition while decrementing reference in oracle.
  • Update doneCommit in the callback for CommitAsync.
  • Iterator sees writes of current transaction.

Badger v1.1.0

13 Nov 11:03
Compare
Choose a tag to compare
  • Create Badger directory if it does not exist when badger.Open is called.
  • Added Item.ValueCopy() to avoid deadlocks in long-running iterations
  • Fixed 64-bit alignment issues to make Badger run on Arm v7

Badger v1.0.1

06 Nov 05:25
Compare
Choose a tag to compare

This release contains fix for #308 .

Badger v1.0.0

02 Nov 03:47
df7b92c
Compare
Choose a tag to compare
Update README with v1.0.0 announcement