SDKが1.1.1に

http://googleappengine.blogspot.com/2008/07/some-small-updates.html
・最大App数が3から10になった。
これは大きいね!
ダッシュボードのグラフを拡大できるようになった
見やすくなった?かもしれない
・appcfg.pyからログがダウンロード可能に
ログの解析ができるから、実際のアプリの運用状況を分析可能になるね。
・メールの送信元がログインしているユーザーになるみたいだ。


一瞬リセットがかかったようなログがあったけど
このバージョンアップが原因だね。

でもバージョンが上がってその代わり、CPUの不可あがってない?
気のせいかな。

あとRelease Noteによると 細かいバグの修正もされているみたいです
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

* Fixed DELETE for URLFetch on dev_appserver.
o http://code.google.com/p/googleappengine/issues/detail?id=566
* Fixed PATH_INFO to be un-escaped version of the path.
o http://code.google.com/p/googleappengine/issues/detail?id=267
o http://code.google.com/p/googleappengine/issues/detail?id=457
* Fixed order function testing for property on Expando class.
* Support all mail attachment mime-types under Windows.
* Added support for date and time objects to GQL.
o http://code.google.com/p/googleappengine/issues/detail?id=318
* Fixed memcache KeyError problem.
o http://code.google.com/p/googleappengine/issues/detail?id=417
* Default URLFetch POST content-type is x-www-form-urlencoded.
* Fixed problems where global variables would be set to None when a request raised an exception or returned an error response.
* Added support for GIFs and JPEG using PIL.
* Added support for type conversion of literals to GQL.
* Added support for pickling Expando instances.
o http://code.google.com/p/googleappengine/issues/detail?id=545
* Added APPLICATION_ID environment variable to runtime.
* Added support for key_name to djangoforms.
* Added ability to put multiple transaction groups in one request outside of transactions.
* Added support for downloading request logs using appcfg.
o http://code.google.com/p/googleappengine/issues/detail?id=76
* Fixed DateProperty not supporting values before 1970 and beyond Jan. 19, 2038.
o http://code.google.com/p/googleappengine/issues/detail?id=352
* Set cap of 5000 indexed properties per entity.
* GoogleAppEngineLauncher now has context menus in the main project window.
* UI improvements to GoogleAppEngineLauncher preferences window.
* Fixed GoogleAppEngineLauncher broken symlink for bulk_uploadclient.