0.8.0
- Performance improvements for database files that are too large to fit in RAM
- Fix deadlock in concurrent calls to
savepoint()
andrestore_savepoint()
- Fix crash if
restore_savepoint()
failed - Move
savepoint()
andrestore_savepoint()
methods toWriteTransaction
- Implement
Iterator
for the types returned fromrange()
andremove_all()