Google App Engine SDK Version 1.4.2がリリース:SdkReleaseNotes - googleappengine - Google App Engine Python SDK Release Notes - Project Hosting on Google Code(情報元のブックマーク数)

なんか色々追加されているみたいだけど

Version 1.4.2 - February 11, 2011

  • The XMPP API was updated to include presence and allow subscriptions.
  • The Task Queue now supports programmatic deleting of tasks.
  • The maximum rate per queue at which tasks are processed has been increased to 100 tasks per second.
  • The maximum number of concurrent requests for a single queue can be specified in the application's queue.yaml. This provides an additional easy-to-use form of rate limiting. The current number of running tasks is also displayed inthe Admin Console.
  • Metadata queries in the Datastore now support cursors.
  • Admin Console logs viewer now displays time as YYYY-MM-DD HH:MM:SS.mmm.
  • Added a warning when an admin tries to upload a queue.yaml where the number of new queues and the number of disabled queues exceeds 100.
  • Django 1.2.5 is available via use of the use_library() declaration. This version of Django has also been added to the Python SDK.
  • Added builtin support for the deferred library.
  • If Python Precompilation fails, an error will be printed but the app will still be uploaded.
  • Added a --disable_sdk_update_check command line flag to the dev_appserver.
  • The Mail API added KML and KMZ files as allowed attachments.
  • Fixed an issue where the datastore copy functionality did not work if writes were disabled on the source application.
  • Fixed an issue where mail from @appid.appspotmail.com did not work when sending mail to app admins.
  • Fixed an issue where the dev_appserver URLFetch API limit was 16MB. It is now 32 MB to match production.
  • Fixed a zipimport issue on Windows which was not working due to path separators.
  • Fixed an issue where the SDK did not enforce the 100 task limit for the Task Queue.
  • Fixed an issue where Query.order() was broken for properties with the 'name' attribute.
  • Fixed an unhelpful error message in the Python namespace_manager.
ログイン - Google アカウント

Pythonist的にはDjango1.2対応が大きいみたい。

細かいバージョンアップだけど,Pythonista的に嬉しい点を2つ。

  • Django 1.2がサポートされた
  • Python 2.7対応が進行中であることが明記された
Google App Engine SDK 1.4.2 | TRIVIAL TECHNOLOGIES 4 @ats のイクメン日記

screenshot