Hey developers! We've release the prerelease SDK for 1.3.5. Get it here:
http://code.google.com/p/googleappengine/downloads/list If you want to try out new features locally before they go live, here's your chance. We welcome any feedback you have. Release notes for Java/Python are below: Java ================================= - Ability to configure the Task Queue storage limit with the total-storage-limit field in the queue.xml file. - Task Queues now support up to 50 qps per queue, up from 50 qps per app. - Developers can programmatically access Blobs with BlobstoreInputStream, which provides an InputStream view of a blob in Blobstore - Content-range headers for Blobs are supported. - Bulkloader transform helpers for lists and hierarchical keys were added. - Remote API commands can be sent over HTTPS or HTTP. - Admin Console logs now include information on request time latency. - Fixed an issue where requesting /appstats would not properly direct to /appstats/. - Fixed an issue with inconsistent URL mappings between the SDK and production. http://code.google.com/p/googleappengine/issues/detail?id=2598 Python ================================= - Ability to configure the Task Queue storage limit with the total_storage_limit field in the queue.yaml file. - Task Queues now support up to 50 qps per queue, up from 50 qps per app. - Developers can programmatically access Blobs with BlobReader, a file-like interface for reading blobs. - Content-range headers for Blobs are supported. - Bulkloader transform helpers for lists and hierarchical keys were added. - Remote API commands can be sent over HTTPS or HTTP. - Admin Console logs now include information on request time latency. - Db.delete will now accept an iterable, in addition to a list of models or keys. - Fixed an issue properly handling a query with an offset that returns no results. - Fixed an issue that improperly allowed quad-dotted netmasks as subnet prefixes for the DoS API. - Fixed an issue via user submitted patch where the task queue used local time instead of UTC to compute ETA. http://code.google.com/p/googleappengine/issues/detail?id=2508 - Fixed an issue via user submitted patch in the SDK dataviewer displaying multiline StringProperties. http://code.google.com/p/googleappengine/issues/detail?id=502 -- Ikai Lan Developer Programs Engineer, Google App Engine<http://code.google.com/p/googleappengine/issues/detail?id=502> Blog: <http://code.google.com/p/googleappengine/issues/detail?id=502> http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine ppengine" target="_blank">http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
