Hi everyone! I just wanted to let you all know that App Engine 1.3.3 SDK is out. The blogpost is here:
http://googleappengine.blogspot.com/2010/04/app-engine-sdk-133-released.html <http://googleappengine.blogspot.com/2010/04/app-engine-sdk-133-released.html>You can download this from the standard download page: http://code.google.com/appengine/downloads.html <http://code.google.com/appengine/downloads.html>Release notes: Python ------------ Version 1.3.3 ================================= - A new experimental feature allows you to set dev_appserver datastore file stub to use sqlite. To enable, set the flag --use_sqlite=true. - It is now possible to implement properties on db.Expando. - Fixed a datastore issue where an error was thrown when setting a query offset to more than the number of results throws an error. http://code.google.com/p/googleappengine/issues/detail?id=2875 - Fixed issue not allowing ByteString type to be viewed in the Development Console datastore viewer. http://code.google.com/p/googleappengine/issues/detail?id=1176 Java ----------- Version 1.3.3 ============= - Added two new system properties com.google.appengine.application.id and com.google.appengine.application.version - DeadlineExceededException is now always thrown before HardDeadlineExceededError - Decreased likelihood of "Too many URLMap" deployment errors for complex web apps - Fixed an error where QuotaService.getCpuTimeInMegaCycles() was returning cycles instead of megacycles - Fixed an issue between differing behavior of jsp in the production and development environments http://code.google.com/p/googleappengine/issues/detail?id=3022 - Fixed an issue uploading webapps with .tag files http://code.google.com/p/googleappengine/issues/detail?id=2902 -- Ikai Lan Developer Relations, Google App Engine Twitter: http://twitter.com/ikai Delicious: http://delicious.com/ikailan ---------------- Google App Engine links: Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
