File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 1.2.0] - 2017-11-30
10+ * Expose a ` Txn.SetEntry() ` method to allow setting the key-value pair
11+ and all the metadata at the same time.
12+
913## [ 1.1.1] - 2017-11-28
1014* Fix bug where txn.Get was returing key deleted in same transaction.
1115* Fix race condition while decrementing reference in oracle.
@@ -20,7 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2024## [ 1.0.1] - 2017-11-06
2125* Fix an uint16 overflow when resizing key slice
2226
23- [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.1.1...HEAD
27+ [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.2.0...HEAD
28+ [ 1.2.0 ] : https://github.com/dgraph-io/badger/compare/v1.1.1...v1.2.0
2429[ 1.1.1 ] : https://github.com/dgraph-io/badger/compare/v1.1.0...v1.1.1
2530[ 1.1.0 ] : https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0
2631[ 1.0.1 ] : https://github.com/dgraph-io/badger/compare/v1.0.0...v1.0.1
You can’t perform that action at this time.
0 commit comments