Hi everyone, the first release candidate of the upcoming 1.4-LTS is available.
The most relevant feaures are the "new generation" http/https-router and fastrouter, Go support and gevent improvements. Lot of optimizations have been made too. This release includes a new building system being able to distribute compilation on all of your cpu cores. * 1.4-rc1 Changelog [20121107] - gevent improvements (truly non-blocking wsgi.input, truly non-blocking writes...) - improved http/https router and fastrouter (better event-based engineering, reduced syscall usage) - Go official support (check http://uwsgi-docs.readthedocs.org/en/latest/Go.html) - a new set of infos are exported to the stats subsystem - improved systemd support (fixed arch linux support) - log filtering and routing - improved tracebacker - offload transfer for static files - matheval support (if you build uWSGI with matheval library you will be able to use math formulas in your configs) - plugins can be written in Obj-C - smart attach daemon (check http://uwsgi-docs.readthedocs.org/en/latest/AttachingDaemons.html) - added support for PEP 405 virtualenvs - added router-access plugin (Colin Ligertwood) - improved snmp support (Stephen Pierce) - new php option --php-allowed-script to set the list of alowed script to run * Issues - The rawrouter is broken, it has to be ported to the new api - The Rack plugin should avoid monkeypatching the rack gem if it has that patch: https://github.com/rack/rack/commit/afc9b0313cdc41055b9b5dc4c0ccc6d9d94742bf - fallback features in the fastrouter are currently broken - fallback features in the http/https router are currently broken - it looks like automatic log-rotation is a bit flaky - it looks like some magic var has changed its value from 1.3 (someone could confirm that ?) You can download the tarball from here (Unbit servers): http://projects.unbit.it/downloads/uwsgi-1.4-rc1.tar.gz or there (Github servers): https://github.com/downloads/unbit/uwsgi/uwsgi-1.4-rc1.tar.gz Every report will be highly wellcomed -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
