Ngx_openresty stable version 1.0.10.48 released!

Hello, folks!

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

http://openresty.org/#Download

This is the 3rd stable release of ngx_openresty that is based on the
Nginx
core 1.0.10, which is a maintenance release.

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

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

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

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

By taking adantage of various well-designed Nginx modules,
OpenRestyeffectively 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

Enjoy!
-agentzh