- google.appengine.api.labs.taskqueue开始支持计划任务列队
http://code.google.com/appengine/docs/python/taskqueue- 开始支持Django 1.0,需要在本地环境中安装django但不需要上传到服务器
http://code.google.com/p/googleappengine/issues/detail?id=872- Urlfetch开始支持异步请求
http://code.google.com/p/googleappengine/issues/detail?id=958- Urlfetch在开发套件中更接近于在App Engine的服务器中:默认中会设置referer header,而并不设置Accept header,而且会设置gzip.Urlfetch的Accept-Encoding
http://code.google.com/p/googleappengine/issues/detail?id=970- Fixed issue with httplib and absolute URLs.修复httplib和绝对路径的问题
http://code.google.com/p/googleappengine/issues/detail?id=1311- Memcache的key长度不再限制为250字节:更长的keys将会被key的hash取代
- transactions中支持使用Datastore的ancestor进行查询
- 在开发套件中会对第一个operation进行快照,所以不会显示在transaction的所有写入。和在服务器中一样。
Google App Engine SDK Version 1.2.3更新
Google App Engine SDK Version 1.2.3更新
...