Skip to content
Arachnid edited this page Sep 13, 2010 · 6 revisions

Version 0.2.2 (2009-06-02)

  • Fixed deadlock issues modifying results returned by a query.
  • Fixed bug generating query bounds for queries with multiple inequalities.
  • Fixed bugs querying key indexes.
  • Improved error handling for RPCs.
  • Refactored index generation to support indexes with repeated fields.
  • Added preprocessing for filters to handle pathological queries (Eg, foo > 10 and foo = 5).
  • Fixed behaviour sorting on a property involved in an equality comparison.
  • Mongodb test suite now passes!

Version 0.2.1 (2009-05-21)

  • Fixed getSchema for SDK 1.2.2 (bug).
  • Fixed issue with certain queries not using available composite indexes.
  • Fixed issue with the SDK patch for queries where no datastore operations were executed.
  • Fixed issue with BDBDatastore erroneously attempting to use single-property indexes for a query with a descending sort order.
  • Improved robustness of the socket apiproxy stub when it encounters exceptions.

Version 0.2 (2009-04-26)

  • Much improved logging.
  • Changed the storage format in a backwards-incompatible, but extensible manner.
  • Added GetSchema, so the local admin console works.
  • Python stub now supports automatic generation of indexes.
  • Support for key queries.

Version 0.1 (2009-04-21)

  • Initial release.
  • BDBDatastore server module.
  • Patched SDK for using BDBDatastore with the dev_appserver.

Clone this wiki locally