If your using python, then you are always running whatever google currently deploys (see the console). This means if you are using an old SDK you are basically missing features (not the end of the world) or possibly using something that may be deprecated but you will not be aware of it,(not a good idea)
If you are using python there is no reason not to be always using the latest released SDK (unless you are using python 2.5, in which case you probably need to be using 1.7.x as much later versions won't let you deploy) T On Wednesday, January 29, 2014 8:45:06 PM UTC+8, gops wrote: > > Also, app engine do not stick to all the version simultaneously, and only > latest version is likely to work on the server, so one should update as > soon as it releases. > > > On Wed, Jan 29, 2014 at 4:56 PM, timh <[email protected] <javascript:>>wrote: > >> There are lots of chnages, you should read the release notes >> https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes >> >> >> On Wednesday, January 29, 2014 6:38:13 PM UTC+8, Raghu rao wrote: >>> >>> Hi All, >>> >>> Currently i am using App Engine Version 1.7.5 and i have no issues using >>> that. But Recently i updated SDK version to 1.8.9. i would like to know the >>> difference between 1.7.5 and 1.8.9 versions. Pls share the views on 1.8.9 >>> >>> Thanks in Advance!!! >>> >>> >>> >>> -- >> 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] <javascript:>. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/google-appengine. >> 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. For more options, visit https://groups.google.com/groups/opt_out.
