Hi everyone, the first development snapshot of uWSGI 1.3 is available. We still do not have a definitive roadmap for an official release, so be prepared for a long series of snapshots.
- python tracebacker http://projects.unbit.it/uwsgi/wiki/Tracebacker - user-governed harakiri http://projects.unbit.it/uwsgi/wiki/Decorators#harakiri - simplified external plugin development docs will be available soon - Linux namespace mountpoint improvements - secured subscription system http://projects.unbit.it/uwsgi/wiki/SubscriptionServer#securesubscription - merged routers codebase (fastrouter, http, rawrouter) - https support in the http router http://projects.unbit.it/uwsgi/wiki/HTTPserver - config report at the end of uWSGI build process - support for keepalive in the http router - improved subscription system (multicast and unix socket) you can now use the subscription system via multicast and unix sockets - custom options http://projects.unbit.it/uwsgi/wiki/CustomOptions - graceful reloads on shared sockets - configurable log-master buffer size - extreme-optimizations for the stats subsystem Known Issues: - The httprouter,fastrouter and rawrouter, if compiled as plugins, require the presence of the corerouter plugin. An autoloading system will be added soon. You can download it from: http://projects.unbit.it/downloads/uwsgi-1.3-snapshot1.tar.gz Many thanks to all of the user testing it -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
