News

    04/19/10

    hamsterdb-net 0.0.3 released


    This new version of the .NET wrapper adds most of the functionality that is currently in hamsterdb 1.1.4. Sources and CHANGELOG are available for download here!


    04/16/10

    hamsterdb Embedded Database 1.1.4 released


    This release fixes several bugs and slightly improves performance. A few inconsistencies in the header file were removed. Sources and CHANGELOG are available for download here!


    04/07/10

    hamsterdb Java Wrapper 0.0.3 released


    This new version of the Java wrapper adds all the functions that are part of hamsterdb 1.1.3. Sources and CHANGELOG are available for download here!


    03/16/10

    hamsterdb Embedded Database 1.1.3 released


    This release improves performance and adds a new feature: records can now read and written partially (with flag HAM_PARTIAL). This feature required changes to the ham_record_t structure, therefore the ABI of hamsterdb is not backwards compatible (but the API and file format is). The libtool version was incremented, and the Win32 libraries now have the version encoded in the filename of the dynamic and static libraries.
    Sources and CHANGELOG are available for download here!


    02/13/10

    hamsterdb Embedded Database 1.1.2 released


    This release introduces a new feature: duplicate keys can now be sorted. Sorting is enabled with the flag HAM_SORT_DUPLICATES, and the default collation can be overwritten by installing a sort function with ham_set_duplicate_compare_func. Additionally, this release fixes a few minor bugs and refactors lots of code.
    Sources and CHANGELOG are available for download here!