GAE sdk Version 1.2.5发布了!
星期五, 九月. 4. 2009 –
Category: GAE 开发 –
1 Comments
Tags:
topStory
sdk
release
Version 1.2.5 - September 3, 2009
- The Windows Python SDK now includes a GUI launcher, similar to the Mac SDK.
- Added XMPP support.
- Datastore now supports multiple writes to the same entity within a transaction.
- Datastore entity key names can now start with a digit.
- Datastore now supports ancestor + kind queries without a composite index
- Bulkloader now supports configurationless dump and restore with new --dump and --restore options.
- Bulkloader now supports a --dry_run flag to testing data prior to uploading.
- Appcfg.py now allows specifying any end date for request_logs.
- Urlfetch now allows setting the Referer header.
- Urlfetch stub now correctly handles HEAD requests.
- New remote_api_shell tool for interactive remote_api operations.
- New google.ext.ereporter module to collect and email exception reports.
- New google.ext.deferred module to execute ad-hoc tasks on the Task Queue.
sdk1.2.5刚刚发布 支持了XMPP! 这样就可以写gtalk机器人了:D
结合cron jobs跟task api 可以实现很多ideas:D
Datastore now supports multiple writes to the same entity within a transaction.
这个会明显改善data 写性能。以前都是通过shard write的方式来work around 现在可以简化多了:D
总体而言这次发布更新的功能都很令人高兴,失望的是还是没有comet支持和full text search支持:(
结合cron jobs跟task api 可以实现很多ideas:D
Datastore now supports multiple writes to the same entity within a transaction.
这个会明显改善data 写性能。以前都是通过shard write的方式来work around 现在可以简化多了:D
总体而言这次发布更新的功能都很令人高兴,失望的是还是没有comet支持和full text search支持:(
1 Response to “GAE sdk Version 1.2.5发布了!”
Leave a Reply
Logo
About Me
-
A Computer Geek in Beijing, China. Focus on Web2.0 Technology: Google App Engine, Python, Django, Software Architecture, Agile, JAVA, J2EE, JavaScript, etc.
Coding for fun, Coding with passion :-) It's my life!
Most Popular Posts
- 1. GAE限制续 (2076)
- 2. Eclipse Google Plugin安装指南 (1933)
- 3. iHere Blog 1.0.2 安装配置 (1787)
- 4. iHere Blog 安装 简要配置 (1484)
- 5. 终于在做导入的时候遇到了GAE的瓶颈 (1201)
- 6. 新加Ajax效果Page flow (1075)
- 7. GAE上面的Unittest总结 (1071)
- 8. Web Python IDE Py I/O release! (1040)
- 9. 新东西 呵呵 JS3D (1016)
- 10. 转向了Appengine patch (1009)
Tags
-
App Engine
Appengine patch
Django
Google
Google App Engine
Google App Engine
Java
algorithm
api
app
appengine
autodiscovery
blog
cache
chat
cloud computing
cron jobs
datastore
demo
feature
fetion
fridge
gae
geo
google
google app engine
google docs
googlemaps
iHere Blog History
ide
ihere
inforsphere
install
java
jquery
map
mashup
memcache
metaweblog
new
nutch
open source
pageflow
plugin
projects
pyio
python
quota
release
released
rss
sdk
snap
sort
topStory
twitter
weblog api
杂记


2 months, 3 weeks ago IP:218.82....
昨天下午我已经弄了个机器人了,你可以用gtalk加这个试试:keakon@appspot.com comet估计不可能,因为30秒超时限制,另外必须一次输出