April 25th, 2013· EJDB and TokyoCabinet API ported to Windows (ticket #12)
March 22nd, 2013· Fixed number index crash #54
March 20th, 2013· Python3 binding
· Lua binding
· Minor bug fixes
January 22nd, 2013· Collection joins now supported (ticket #43)
January 16th, 2013· Crash fix #44
January 15th, 2013· Minor fix in ejdb.js (merged pull #42)
· Result set fields can be excluded (ticket #34)
January 15th, 2013· $addToSetAll and $pullAll operations implemented.
January 14th, 2013· Fixed #35
· Fixed incorrect handling of query error codes.
January 11th, 2013· Fixed crash if null fields presented in queries.
January 10th, 2013· Removed cunit library dependency for production builds.
January 10th, 2013· Critical fixes in ejdb cli console
· Fix count(*) query optimization when OR predicates used
· Collection should be automatically created for $upsert queries (ticket #32)
· Test cases are not executed during npm installation
January 9th, 2013· Collection should be automatically created for $upsert queries (ticket #32)
January 9th, 2013· Fixed crash on sorting (ticket #31)
January 9th, 2013· Fixed #28
· Deprecated node.js API removeCollection() use dropCollection() instead.
January 8th, 2013· Fixed bug #29
January 5th, 2013· Optimized count(*) on whole collection (ticket #27)
· Optimized $dropall on whole collection (ticket #26)
· Database files can be opened directly from CLI command line
· Fixed minor bug in $upsert operation
January 3rd, 2013· Added `$upsert` opration (ticket #25)
· Expose ejdb transactions API in Nodejs binding (ticket #22)
December 29th, 2012· Performance enhancements, memory allocs reduced to -30%
December 3rd, 2012· Fixed various threading issues