Ngx_openresty 1.0.9.10 (stable) released

Hello, folks!

I’m happy to announce that the new stable release of ngx_openresty,
1.0.9.10,
has just been kicked out of door:

OpenResty® - Open source

This is the first stable release of ngx_openresty that is based on the
Nginx core 1.0.9.

Special thanks go to all our contributors and users for helping make
this
release happen :slight_smile:

Here goes the complete change log for this release, as compared to the
last
stable release, 1.0.8.26, released two weeks ago:

As always, you’re welcome to report bugs and feature requests either
here
or directly to me :slight_smile:

It’ll also be highly appreciated to try out the devel releases (based on
the Nginx core 1.0.10+) that are coming out later :wink:

OpenResty (aka. ngx_openresty) is a full-fledged web application server
by
bundling the standard Nginx core, lots of 3rd-party Nginx
moduleshttp://wiki.nginx.org/3rdPartyModules,
as well as most of their external dependencies.

By taking adantage of various well-designed Nginx modules, OpenResty
effectively turns the nginx server into a powerful web app server, in
which
the web developers can use the Lua programming language to script
various
existing nginx C modules and Lua modules and construct extremely
high-performance web applications that is capable to handle 10K+
connections.

OpenResty aims to run your server-side web app completely in the Nginx
server, leveraging Nginx’s event model to do non-blocking I/O not only
with
the HTTP clients, but also with remote backends like MySQL, PostgreSQL,
Memcached, and Redis.

You can find more details on the homepage of ngx_openresty here:

http://openresty.org

Have fun!
-agentzh

On Nov 15, 2011, at 10:31 PM, agentzh wrote:

I’m happy to announce that the new stable release of ngx_openresty, 1.0.9.10,
has just been kicked out of door:

Once again, thanks for doing this!

–Brian