Skip to content

Commit a6f0866

Browse files
committed
Update Changelog
1 parent b1ad1e9 commit a6f0866

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.5.2] - 2018-06-19
10+
Bug Fixes:
11+
* Fix the way move key gets generated.
12+
* If a transaction has unclosed, or multiple iterators running simultaneously,
13+
throw a panic. Every iterator must be properly closed. At any point in time,
14+
only one iterator per transaction can be running. This is to avoid bugs in a
15+
transaction data structure which is thread unsafe.
16+
17+
* *Warning: This change might cause panics in user code. Fix is to properly
18+
close your iterators, and only have one running at a time per transaction.*
19+
920
## [1.5.1] - 2018-06-04
1021
Bug Fixes:
1122
* Fix for infinite yieldItemValue recursion. #503
@@ -71,7 +82,8 @@ Bug fix:
7182
## [1.0.1] - 2017-11-06
7283
* Fix an uint16 overflow when resizing key slice
7384

74-
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.5.1...HEAD
85+
[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.5.2...HEAD
86+
[1.5.2]: https://github.com/dgraph-io/badger/compare/v1.5.1...v1.5.2
7587
[1.5.1]: https://github.com/dgraph-io/badger/compare/v1.5.0...v1.5.1
7688
[1.5.0]: https://github.com/dgraph-io/badger/compare/v1.4.0...v1.5.0
7789
[1.4.0]: https://github.com/dgraph-io/badger/compare/v1.3.0...v1.4.0

0 commit comments

Comments
 (0)