Skip to content

0.8.0

Compare
Choose a tag to compare
@cberner cberner released this 19 Oct 04:27
· 578 commits to master since this release
  • Performance improvements for database files that are too large to fit in RAM
  • Fix deadlock in concurrent calls to savepoint() and restore_savepoint()
  • Fix crash if restore_savepoint() failed
  • Move savepoint() and restore_savepoint() methods to WriteTransaction
  • Implement Iterator for the types returned from range() and remove_all()