There are a lot of moving parts to GAE. I would guess that the API stubs
your code is compiled with will not change, but everything else is fair
game. It's not like your app gets its own VPS which is carved in stone when
you deploy. Everything on the other side of the ApiProxy is subject to
change without notice. I'm not quite sure why it is labeled with an SDK
version since they clearly roll out changes more often than they roll out
client SDKs.

And yes, problems appear anytime, often when Google performs an upgrade. It
has created a number of reliability issues. I hope Google gets better at
this but so far GAE has not had a great track record, especially around the
time they roll out new SDK versions.

What's the alternative? Freezing the server-side code your app is deployed
with? There are no PaaS systems that do this.

Jeff


On Sat, May 4, 2013 at 3:47 AM, Marcel Manz <[email protected]> wrote:

> So basically there's no way to lock a deployed app to a certain SDK
> release version? No matter what SDK was used, the app always receives the
> app engine upgrade?
>
> In case of issues: how to find out in this case if a certain problem might
> be related to the App Engine upgrade (on Google side), even an older SDK
> version was used for development and local testing? Such problems can
> basically appear anytime, whenever Google performs an upgrade?
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to