Hey guys! We're getting ready to release 1.3.3 soon. I've just posted the prerelease SDKs for anyone that wants to see what's coming out. You can check them out here:
http://code.google.com/p/googleappengine/downloads/list Note that the backends have not been pushed yet, so these are only for use in your local development environment until the official release. <http://code.google.com/p/googleappengine/downloads/list>Python release notes: Version 1.3.3 ================================= - The dev_appserver datastore file stub can be set to use sqlite. To enable, set the flag --use_sqlite=true. - Added an additional method to allocate datastore ids which will allocate them in a given range: db.allocate_id_range(). - 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 release notes: Version 1.3.3 ============= - New method to allocate datastore ids in a given range: allocateIdRange() - 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 webaapps with .tag files http://code.google.com/p/googleappengine/issues/detail?id=2902 -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
