hamsterdb 1.0.2 - Release Notes
This release adds a new API function and fixes a few bugs.
New Features
Bugfixes
- When creating an environment with ham_env_create_ex and a custom
page size, the page size was not stored correctly
- An assert was sometimes triggered when closing a Database which was part
of an Environment (only in Debug builds)
- When a cursor is overwritten (ham_cursor_overwrite), the modified
page was never released from the cache
Other Changes
- New API function ham_get_flags
Known Issues
For more information, read the README and the CHANGELOG.