-
Notifications
You must be signed in to change notification settings - Fork 2
Release Notes
Arachnid edited this page Sep 13, 2010
·
6 revisions
- 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!
- 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.
- 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.
- Initial release.
- BDBDatastore server module.
- Patched SDK for using BDBDatastore with the dev_appserver.