We have released a new version of the Python development server. A descendant of this version will be included in the App Engine 1.7.7 SDK release so any testing or other feedback would be greatly appreciated!
To download the cross-platform package for Python: https://appengine-devappserver2-experiment.googlecode.com/files/devappserver2-v0.8.zip New Features: - Cloud Endpoints (see http://goo.gl/m2GjG) - Integration points for Python tools (see http://goo.gl/3oSBp) - Add support for tasks that target backends Bug fixes: - Fix the size display in blobstore viewer - Fix the styling of the "Purge" button in the taskqueue UI - Fix orphan runtime processes on shutdown - Make --log_level=debug display debug-level logging Cheers, Brian On 25 February 2013 16:28, Brian Quinlan <[email protected]> wrote: > We have released a new version of the Python development server. This > version will be included in the App Engine 1.7.6 SDK release so any > testing or other feedback would be greatly appreciated! > > Aside from a long list of bug fixes, this version adds experimental Go > support! > > To download the cross-platform package for Python: > > https://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?name=devappserver2-v0.7.zip > > To download the Linux amd64-only package for Python and Go: > > https://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?name=devappserver2-v0.7_linux_amd64.zip > > Changes: > - Fixes testbed support > - Tests now pass on Windows and Mac OS X > - Multiple set-cookies headers no longer combined > - Some minor UI improvements > - Invalid login cookies are ignored > - Go runtime support! > - Use a threadsafe subprocess implementation > - Fixed Google Cloud SQL support on windows > - Performance: > - use mtime checking for config file update checks > - switch to one thread per async work item > - set the backlog for WsgiServer sockets to 100 > > Thanks for your help! > > Cheers, > Brian > -- 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.
