Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.34.4.tar.gz | 2020-09-10 | 1.3 MB | |
0.34.4.zip | 2020-09-10 | 1.3 MB | |
README.md | 2020-09-10 | 515 Bytes | |
Totals: 3 Items | 2.6 MB | 0 |
New Features
- [#1151]
Send
is implemented forIter
- [#1167] added
Tree::first
andTree::last
functions to retrieve the first or last items in aTree
, unless theTree
is empty.
Bug Fixes
- [#1159] dropping a
Db
instance will no-longer prematurely shut-down the background flusher thread. - [#1168] fixed an issue that was causing panics during recovery in 32-bit code.
- [#1170] when encountering corrupted storage data, the recovery process will panic less often.