GAE Prerelease SDK 1.4.0 is out!
Google App Engine prerelease SDK 1.4.0 is out! You can get it from the Google Code project:
http://code.google.com/p/googleappengine/downloads/list
We're still working on the docs and will have them ready for the final
release, so if there are any questions about how to use the new features,
feel free to ask on this thread and I'll do my best to clarify them. The
release notes are below. This is an EXCITING release:
Python
------------
- The Always On feature allows applications to pay and keep 3 instances of
their
application always running, which can significantly reduce application
latency.
- Developers can now enable Warmup Requests. By specifying a handler in an
app's app.yaml, App Engine will attempt to to send a Warmup Request to
initialize new instances before a user interacts with it. This can reduce
the
latency an end-user sees for initializing your application.
- The Channel API is now available for all users.
- Task Queue has been officially released, and is no longer an experimental
feature. The API import paths that use 'labs' have been deprecated. Task
queue
storage will count towards an application's overall storage quota, and
will
thus be charged for.
- The deadline for Task Queue and Cron requests has been raised to 10
minutes.
Datastore and API deadlines within those requests remain unchanged.
- For the Task Queue, developers can specify task retry_parameters in their
queue.yaml.
- Metadata Queries on the datastore for datastore kinds, namespaces, and
entity
properties are available.
- URLFetch allowed response size has been increased, up to 32 MB. Request
size
is still limited to 1 MB.
- The Admin Console Blacklist page lists the top blacklist rejected
visitors.
- The automatic image thumbnailing service supports arbitrary crop sizes up
to
1600px.
- Overall average instance latency in the Admin Console is now a weighted
average over QPS per instance.
- The developer who uploaded an app version can download that version's code
using the appcfg.py download_app command. This feature can be disabled on
a per application basis in the admin console, under the 'Permissions' tab.
Once disabled, code download for the application CANNOT be re-enabled.
- Fixed an issue where custom Admin Console pages did not work for Google
Apps for your Domain users.
- Allow Django initialization to be moved to appengine_config.py to avoid
Django version conflicts when mixing webapp.template with pure Django.
http://code.google.com/p/googleappengine/issues/detail?id=1758
- Fixed an issue in the dev_appserver where get_serving_url did not work
for transparent, cropped PNGs:
http://code.google.com/p/googleappengine/issues/detail?id=3887
- Fixed an issue with the DatastoreFileStub.
http://code.google.com/p/googleappengine/issues/detail?id=3895
As usual, we value your feedback, so don't hesitate to evaluate these SDKs
and let us know. Be mindful that the server-side components have not been
deployed yet, so uploaded code shouldn't work.
Happy coding!
注意:这只是一个预发布的SDK,所有的新功能暂时只能在本地开发环境中才能完成测试,最终发布的SDK更新可能有所改变,某些功能也许不会出现在发布版中!
转载请以超链接注明来自 云在天边看世界本文永久链接 http://www.tangblog.info/2010/11/19/gae-prerelease-sdk-140-is-out.html
他们都是有钱的主
我这可怜滴有钱淫
现在还是测试版,过个几天应该就会发布吧,有些新功能还是不错的,暂不清楚最终版的更新取舍如何