您的位置:首页 > 其它

GAE SDK 1.4.3 发布了!

2011-03-31 19:57 375 查看
Google App Engine SDK 1.4.3 发布了,主要增强了任务队列特性。

GAE/Java SDK Release Notes:

Added FileService API that allows writing to and reading from files in blobstore.

You can now specify cron execution for a time interval between a start and end time.

You can now configure the specific application version to which a task queue or cron job will send requests.

The Admin Console Task Queues page now displays a more accurate estimate of queue size for queues containing more than 2000 tasks.

Java applications can enable concurrent request support by setting to True in their appengine-web.xml. This flag indicates that request handlers for your app are thread safe and multiple request handlers may safely run at the same time in the same memory space for your application.

Deferred library support now available in Java.

http://code.google.com/p/googleappengine/issues/detail?id=2381

Remote API library now available in Java. This can be used in conjunction with apps using either the Java or the Python runtime.

The Java SDK now supports kindless and ancestor only queries.

Fixed an issue where JAX-WS clients in the SDK could not handle receiving a SOAP fault.

Fixed an issue where the SDK did not support fetching HTTPS URLs.

Fixed an issue where no link was displayed in the Admin Console blobstore viewer for an unnamed blob.

Fixed an issue where the Admin Console data viewer couldn't edit entities with ByteString properties.

http://code.google.com/p/googleappengine/issues/detail?id=2367

Fixed an issue where the Admin Console crashed when using a non-ascii key_name.

http://code.google.com/p/googleappengine/issues/detail?id=2451

The Disable Application admin function has been button-ized.

http://code.google.com/p/googleappengine/issues/detail?id=4323

Fixed a regex validation issue in the queue.xml file that caused some uploads to break.

http://code.google.com/p/googleappengine/issues/detail?id=4365

Fixed an issue where the Java SDK Task Queue did not support 10 minute timeouts.

http://code.google.com/p/googleappengine/issues/detail?id=4564

Fixed an issue where the Channel API in the SDK didn't properly send messages with unicode characters.

http://code.google.com/p/googleappengine/issues/detail?id=4675

本文是使用 B3log Solo简约设计の艺术 进行同步发布的原文地址:http://88250.b3log.org/gae-sdk-143-release.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: