hamsterdb: release 1.1.4
Version 1.1.4 is now available!
This is mainly a bugfix release, and in case you’re not haunted by these bugs, there’s no need for you to update.
First one: hamsterdb only supports one Transaction at a time, but nevertheless it was allowed to create temporary, unnamed Transactions while another one was already running. -> fixed
Second one: on win32, if you have a cache size of more than a gigabyte and fill up the cache then the non-paged memory pool can be exhausted. -> fixed
What else? some macros in the header file were renamed for consistency reasons, but the old macros still exist and source compatibility was not broken.
Everything’s available here: http://hamsterdb.com/download.
Next thing on the TODO list: update the .NET wrapper. And then finally implement remote access.