Google App Engine version numbers?

后端 未结 3 839
误落风尘
误落风尘 2021-02-11 15:19

How do App Engine version numbers work? Are they only integers? Can I use floats? Can I reuse old version numbers?

3条回答
  •  半阙折子戏
    2021-02-11 16:08

    You can increment it when you pushing a new release. See below for reference.

    When you build a new major release of an application that is already running on App Engine, you can upload the new release as a new version. The old version will continue to serve users until you switch to the new version. You can test the new version on App Engine while the old version is still running.

    Edited: Didn't remove my answer because there're some good comments on it.

提交回复
热议问题