Hey everybody,

We've released the 1.3.5 SDK. Blog post here:

http://googleappengine.blogspot.com/2010/06/app-engine-sdk-135-released-with-new.html

The big announcements are the raising of the Task Queue rate, Python
precompilation, and new Blob features. You can get it from the downloads
page:

http://code.google.com/appengine/downloads.html

Release notes are below:

Python
-------------
- Developers can enable Python pre-compilation to decrease start up time for
new application instances. This can be enabled by including the
derived_file_type in your app.yaml.
- 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.
- Bulkloader transform helpers for lists and hierarchical keys were added.
- remote_api_shell 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.
- The datastore now supports end cursors.
- 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 in the SDK dataviewer displaying
multiline StringProperties.
- http://code.google.com/p/googleappengine/issues/detail?id=502

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.
- Bulkloader transform helpers for lists and hierarchical keys were added.
- remote_api_shell commands can be sent over HTTPS or HTTP.
- Admin Console logs now include information on request time latency.
- The datastore now supports both end cursors.
- 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


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: 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 google-appeng...@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