We have released a new version of the new Python development server.
This development server will replace the existing one in the 1.7.6
release so we'd greatly appreciate any feedback.

To download:
https://code.google.com/p/appengine-devappserver2-experiment/downloads/

Features:
- Add a blobstore viewer (thanks Alex!)
- Several UI improvements (thanks Alex)
- Add protorpc support
- Add automatic conversion from the datastore file stub to the sqlite stub.
- Add update checking

Bug fixes:
- Allow starting background threads from backends handling /_ah/start requests.
- Set DEFAULT_VERSION_HOSTNAME
- Avoid crashing on empty backends
- Set environ['SERVER_NAME'] to match environ['HTTP_HOST']
- Make exception logging more robust
- Bypass login: required for inbound xmpp requests from the admin UI
- Stop raising KeyboardInterrupts in async_quit and for SIGTERM and SIGINT
- Gracefully handle the case where 'headers' or 'response_code' are not set
- Always filter x-appengine-fake-is-admin and x-appengine-fake-logged-in headers

Cheers,
Brian

On Mon, Jan 21, 2013 at 3:11 PM, Brian Quinlan <bquin...@google.com> wrote:
> We have released a new version of the experimental Python development
> server. We think that it is very usable at this point and has some
> significant improvements over the existing version.
>
> To download:
> http://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?name=devappserver2-v0.5.zip
>
> Changes:
> - a functionally complete administrative UI (it is also a lot more polished
> but still needs some work)
> - more reliable task execution
> - (experimental) support for local Cloud SQL development
> - lots of bug fixes!
>
> As always, feedback is very welcome!
>
> Cheers,
> Brian
>
>
>
> On Tue, Nov 27, 2012 at 1:14 PM, Brian Quinlan <bquin...@google.com> wrote:
>>
>> Hi,
>>
>> I'm happy to announce that the App Engine team is working on a new
>> development server for Python (and eventually Go).
>>
>> The new development server aims to provide higher performance for
>> complex applications and better emulation of the App Engine deployment
>> environment.
>>
>> There are several features that are currently missing:
>> - support for backends
>> - the administrative UI (i.e. _ah/admin)
>> - Go
>>
>> Development is still at an early stage so I'm sure that there are lots
>> of bugs to be found and fixed.
>>
>> Which is why we'd appreciate your help in testing and, if you are
>> feeling keen, fixing these issues.
>>
>> You can download the latest version from:
>> http://code.google.com/p/appengine-devappserver2-experiment/downloads/
>>
>> Or work directly with the git repository:
>>
>> http://code.google.com/p/appengine-devappserver2-experiment/source/checkout
>>
>> There is also a public discussion group associated with the project:
>>
>> https://groups.google.com/forum/?fromgroups#!forum/appengine-devappserver2-discuss
>>
>> Thanks for your help!
>>
>> Cheers,
>> Brian - App Engine Python Team
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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