GAE SDK 1.1.6 Released

Tags: GAE

Today we released the 1.1.6 SDK. You can download it on our Google hosting project, and peruse the release notes for more details on the release.

This release contains some notable new features, including several to our datastore:

  • You can now sort and filter on an entity's key
  • You can now delete an entity directly using its key, without fetching the Model object.
  • If you specify a key_name when creating a Model, its key will now be available before you call put()
  • URLFetch calls made in the SDK now have a 5 second timeout, matching production

Also, it contains a number of issue fixes, including the following:

As always, any and all feedback is welcome in the Google Group!

No Comments 2008-11-21 22:21:43 by No.0023

Comments:

You can leave a comment on this post if you login