App Engine Go 1.1 Beta [go-nuts]

chai2010 · · 3110 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

Hello Go App Engine users,

As you may know, the Go developers intend to launch Go 1.1 in the coming weeks. All Go apps will be migrated to use Go 1.1 after its release. We are now providing a beta version of the Go 1.1 runtime for those who wish to test their apps against the new runtime.

While we do not anticipate any issues for existing apps (Go 1.1 is compatible with Go 1.0), some implementation details have changed that may affect the behavior of your app (but not its correctness). We recommend that you test important apps against the new runtime using an alternate app version. The tentative release notes for Go 1.1 are available here:

Go 1.1 has not yet been released, so the go1.1beta runtime is based on revision 43eb97ed849a of the core Go tree, and will be updated as Go 1.1 approaches.

We will not be providing a beta version of the Go 1.1 SDK. You should use the appcfg.py program from the normal Go App Engine SDK to deploy your app.

To use go1.1beta, update your app.yaml file to use the new api_version:

api_version: go1.1beta

When Go 1.1 is released it will become the basis for api_version 'go1', as normal, and 'go1.1beta' will be retired soon afterward.

Your feedback and bug reports are most appreciated.

by Andrew Gerrand


有疑问加站长微信联系(非本文作者)

本文来自:开源中国博客

感谢作者:chai2010

查看原文:App Engine Go 1.1 Beta [go-nuts]

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3110 次点击  ∙  1 赞  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传