Version | Change log |
Google App Engine SDK 1.3.8 Oct 18, 2010 |
· Builtin app.yaml handlers are available for common application functions, such as appstats. · http://code.google.com/appengine/docs/python/config/appconfig.html#Builtin_Handlers · The Admin Console now provides an experimental tool to delete all entities in the datastore or all entities of a given type. This is available only if enabled using the datastore_admin builtin. Deleting entities will count against application quota. · http://code.google.com/appengine/docs/python/datastore/creatinggettinganddeletingdata.html#Deleting_Entities_in_Bulk · You can run task queue tasks immediately from the Admin Console. · You can now specify the quality of JPEG images via the Image API's execute_transforms function. Available in production only. Support for login of multiple Google accounts within an app, and longer login sessions. For more information see: · http://www.google.com/support/accounts/bin/answer.py?answer=181599 · In queue.yaml, the maximum allowed bucket size is now 100. |