Alex, It should never have been the case that we displayed distinct minor version numbers allowing you to switch between them. The system was always designed to make different major versions accessible through the admin console.
Previously, if you had, say, major version 1.3 and 2.5, you would have accessed each version through: 1.3.app-id.appspot.com and 2.5.app-id.appspot.com The problem with this is everytime you deployed a new minor version you would have to iterate the number in the URL. Now, however, with major versions 1 and 2 you can always access the versions at the URL: 1.latest.app-id.appspot.com and 2.latest.app-id.appspot.com The default version will also be the one deployed on http://app-id.appspot.com. -Marzia On Thu, Feb 26, 2009 at 6:56 PM, Alex Epshteyn <[email protected] > wrote: > > Last summer, when I would upload my app with app_cfg without changing > the version number in app.yaml, the admin console showed a minor > version number. Example: > > Say I upload version "3" twice - I would get roughly the following in > the console: > > version 3.1 (default) > version 3.2 > > The subdomain 3.latest would have pointed to 3.2, but the default url > still went to 3.1 until you change the default version. > > That system was very nice because it allowed you to rollback if you > forgot to change the version number in app.yaml by accident. > > Now, however, uploading the same version number seems to clobber the > previous version. > > Where did the minor versions go? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
