hamsterdb: release 1.0.2
Finally a new hamsterdb release! Behind the scenes i’m working hard on getting Recovery/Logging implemented, but it turned out to be more complicated than expected. I hope that in another two weeks i’m finally ready for a release.
Also, the Python wrapper is nearly finished. Release 1.0.2 adds an API function which i need for Python.
This release also fixes three bugs:
1. an assert fired with no obvious reason when closing a Database (only in debug builds)
2. when creating an Environment with a custom page size, the page size was not stored in the Environment file
3. when calling ham_cursor_overwrite(), the affected Database page was not released correctly after the operation, and therefore could not be removed from the cache
For full details, here are Changelog and Release Notes:
http://hamsterdb.com/dl/CHANGELOG-1.0.2.txt
http://hamsterdb.com/dl/RELEASE-NOTES-1.0.2.html
Everything else, including downloads, documentation and samples:
http://hamsterdb.com