Skip to content

v0.1.2

Compare
Choose a tag to compare
@fcoury fcoury released this 19 Jul 22:48
· 59 commits to master since this release

Changes

There was a lot of progress in this release, mostly getting the server to be able to run my own application.

We added a lot of new commands, fixed some protocol bugs and paved the way to better and less brittle testing.

New Features

  • Server now handles large documents, basically the server loop was optimized a lot
  • Support for indexes!
  • Added support for $in, $nin and $exists operators
  • New commands added:
    • create
    • listIndexes
    • dropDatabase
    • update including Replacement Documents, $set and $inc operations along with upsert and multi support (phew!)
    • delete command

Bug Fixes

Enhancements

  • A lot of improvements on how we handle existing operations