Google App Engine version numbers?

后端 未结 3 1914
夕颜
夕颜 2021-02-11 15:08

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

3条回答
  •  萌比男神i
    2021-02-11 15:49

    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.

提交回复
热议问题