A new release of BabuDB for Java is now available. BabuDB 0.5.1 comes
with the following changes:
BabuDB:
-------
* fixed bug that caused problems with the log replay in the event of
asynchronous log appends
* BabuDB shutdowns are now performed gracefully by default, which means
that pending log appends will be written to disk before terminating the
database
* Added support for light-weight transactions. A light-weight
transaction atomically executes a list of arbitrary modifications,
including database creations and deletions, insertions and deletions of
records, as well as snapshots.
Replication Plug-in:
--------------------
* bugfix: state synchronization and fail-over now work properly in the
event of a restart
* bugfix: prefix lookups now return records in the correct order
* bugfix: context objects are no longer lost on replicated db inserts
* reduced logging output
Best regards,
Jan