Notable new features in this SDK are:
- Support for zipimport and a new module, zipserve, which serves static files from a zip archive. These allow you to work past the 1000-file app deployment limit.
- The development console now includes a memcache viewer (you can use this by accessing http://localhost:8080/_ah/admin while your app is running on the SDK).
- URLFetch now allows users to disable automatically following HTTP redirects.
- We now allow composite indexes with repeated properties.
It also includes the following issue fixes:
It correctly escapes path separators in static_dir path on windows. Sending email messages with unicode content now works. Fixed db.run_in_transaction so that it doesn't allow inserting two (or more) new root entities in a single transaction.The new SDK is available for download, and as always, we welcome your feedback on the group!
新版SDK引入了多项显著改进:支持ZIP文件导入及通过ZIP存档提供静态文件服务,这有助于突破1000文件的应用部署限制;开发控制台新增Memcache查看器;URL Fetch允许用户禁用自动跟踪HTTP重定向;支持重复属性的复合索引;修复了Windows平台上路径分隔符转义错误等问题。
159

被折叠的 条评论
为什么被折叠?



