Skip to content

CowDB 0.2 has been released

Choose a tag to compare

@benoitc benoitc released this 17 Aug 20:24
· 50 commits to master since this release

CowDB 0.2 has been released. This is a minor release with lot of fixes.

Changes:

  • add unittests
  • add cowdb:drop_db/1 to delete a database
  • fix transaction function: now the error will be correctly returned to the caller. Also a transaction can be cleanly canceled from it.
  • fix: transaction log number when folding in a range
  • fix: transaction log order when folding
  • fix database close function

Full changelog is available here:
0.1.0...0.2.0