博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GAE 1.5.1 SDK Prerelease
阅读量:7172 次
发布时间:2019-06-29

本文共 3586 字,大约阅读时间需要 11 分钟。

Prerelease SDK for 1.5.1 is ready for testing, feel free to download

and give it a try for local verification:
See release notes below: notice ProtoRPC, Channel API presence, WebP
support, X-AppEngine-Country header and a lot of bug fixes.
Happy testing!
Python
============================
- ProtoRPC is a new experimental library that provides a simple method for
 creating a well-defined and easy-to-use web-based RPC service.
- The development server's datastore implementation now contains logic that
 closely replicates the consistency guarantees of the High Replication
 datastore. To use, run the dev_appserver with the flag --high_replication set
 to True.
- All user request have an X-AppEngine-Country header which contains the
 ISO-3166-1 alpha-2 country code for the user, based on the IP address of the
 client request.
- The Channel API can now provide user presence, this can be configured by
 adding channel_presence to the list of inbound services for your application.
- The Images API now supports the WebP format. Due to limitations in PIL, the
 SDK does not support the WebP format.
- You can switch the timezone for App Engine logs in the Admin Console.
 
- Fixed an issue in the SDK where leased tasks had the POST method. They now
 have a PULL method.
- Fixed an issue where the Channel API didn't work with non-default versions of
 applications using the High Replication datastore.
- When displaying corrupt data in the Admin Console dataviewer, a useful error
 will be displayed, instead of a 500.
 
Java
=============
- The development server's datastore and testing service implementations now
 contains logic that closely replicates the consistency guarantees of the High
 Replication datastore. To use, run the dev_appserver with the flag
 -Ddatastore.default_high_rep_

job_policy_unapplied_job_pct=20.
- All user request have an X-AppEngine-Country header which contains the
 ISO-3166-1 alpha-2 country code for the user, based on the IP address of the
 client request.
- The Channel API can now provide user presence, this can be configured by
 adding channel_presence to the list of inbound services for your application.
- The Images API now supports the WebP format.
- You can switch the timezone for App Engine logs in the Admin Console.
 
- Added javax.xml.ws.Service$Mode to the whitelist.
 
-
You can configure your application to asynchronously write https session data
 by adding to your
 appengine-web.xml.
 
- The local task queue unit testing API now supports Deferred Tasks.
- Fixed an issue where using reserved URLs did not cause an error in the SDK.
- Fixed an issue where having a backends.xml configuration file caused logging
 to stdout to fail in the SDK.
- Fixed an issue where the Channel API didn't work with non-default versions of
 applications using the High Replication datastore.
- Fixed an issue where the Remote API rtok comparison was broken for some users,
 causing appfcg download data to fail.
- Fixed an issue with the SDK where you could not apply a transform to PNG
 images.
 
- When displaying corrupt data in the Admin Console dataviewer, a useful error
 will be displayed, instead of a 500.
 
- Fixed an issue with the SDK where non-string index names caused an error upon
 upload.
 
- Datanucleus now supports polymorphic relationships.
 
- Datanucleus now supports PreparedQuery#countEntities(FetchOptions).
 
- Fixed an issue with datanucleus where recursive relation did not work.
 
--
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations
本文是使用 从 进行同步发布的
原文地址:

转载于:https://www.cnblogs.com/lanzhi/archive/2011/06/15/6467928.html

你可能感兴趣的文章
Vue.js系列之四计算属性和观察者
查看>>
pycharm 对代码做静态检查
查看>>
Python的sys.argv使用说明 通过终端写入环境变量
查看>>
在Windows上安装Nexus
查看>>
用mysql查询某字段是否有索引
查看>>
ubuntu 查看进程,查看服务
查看>>
Cisco DHCP Snooping + IPSG 功能实现
查看>>
Linux命令_用户身份切换
查看>>
学习在.NET Core中使用RabbitMQ之启动和基础(一)
查看>>
支付业务的数据库表的设计
查看>>
php面试题二--解决网站大流量高并发方案(从url到硬盘来解决高并发方案总结)...
查看>>
PHP 16 个编程法则
查看>>
【微信】2.微信小程序开发--官方开发工具使用说明
查看>>
RedisTemplate访问Redis数据结构
查看>>
面试如何回答优化数据库
查看>>
SuperSocket与Netty之实现protobuf协议,包括服务端和客户端
查看>>
ASP.NET CORE系列【二】使用Entity Framework Core进行增删改查
查看>>
AIDL基本使用
查看>>
MySQL中间件之ProxySQL(6):管理后端节点
查看>>
Mathematica 取整函数
查看>>