I've released NDB 0.9.6. If all goes well this release will also be
included in the 1.6.2 App Engine SDK.

Download it at 
http://code.google.com/p/appengine-ndb-experiment/downloads/detail?name=appengine-ndb-experiment-0.9.6.zip

Release notes:

- Issue 141: Speed up fetch(), especially for keys_only=True.
- Issue 140: Fix query for recursive structured property.
- Issue 138: Fix for subproperty=None in repeated structured property.
- Issue 125: Support prospective search API.
- Issue 108: Remove get_or_insert() from Context.
- Issue 117 (again): Improve cache/query interaction.
- Explicit batch_size sets default for prefetch_size.
- Add urlfetch support to Context.
- Issue 111: Allow specifying a kind for KeyProperty.
- Issue 129: FilterNode should convert new Key to old Key.
- Add support for BlobKey in Expando (an old TODO).
- Issue 132: Use either json or simplejson in JsonProperty.
- Issue 131: Suppress debug messages about threading.local.

__________
(*) About NDB:

NDB is a new, experimental Python client library for the App Engine
datastore. It is fully open source. I am looking for feedback and
contributions from users, but please understand that it is not yet
officially supported. A version of NDB is included in the official App
Engine runtime and SDK with experimental status, but those always lag
behind somewhat.

More Info:

Tutorial: http://goo.gl/9Teuh
Async tutorial: http://goo.gl/uFXEG
Project page: http://code.google.com/p/appengine-ndb-experiment/
Issue tracker: http://code.google.com/p/appengine-ndb-experiment/issues/list
Mailing list / group:
https://groups.google.com/group/appengine-ndb-discuss?pli=1
Check out the repo: hg clone https://code.google.com/p/appengine-ndb-experiment/

--
--Guido van Rossum (python.org/~guido)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to