Hi folks,
We are glad to announce that Tengine-1.4.3 development version has been
released. You can either checkout the source code from GitHub:
GitHub - alibaba-archive/tengine: This project has been transfered to https://github.com/alibaba/tengine or download the tarball directly:
http://tengine.taobao.org/download/tengine-1.4.3.tar.gz
In this release, we have added the TFS module, which provides a RESTful
API
to work with TFS (Taobao File System). TFS is an open source distributed
file
system similar to GFS. It has been proved very stable and efficient and
stores
about 10 petabytes of data at Taobao. More information about TFS can be
found
at GitHub - alibaba-archive/tfs: TFS (Taobao File System) is a distributed file system similar to GFS..
The full changelog is as follows:
*) Feature: added the TFS module which provides a RESTful API to
Taobao
File System. (zhcn381, monadbobo)
*) Feature: added a $sent_cookie_XXX variable which could be used to
get
the value of cookie XXX from the Set-Cookie headers. (skoo87)
*) Feature: now the syslog logging supports host name and domain
name as
its destination address. (cfsego)
*) Change: added an attribute 'id' for the server directive in the
upstream
block. (yaoweibin)
*) Bugfix: fixed a bug of DSO module which might stop Tengine from
reloading. (monadbobo)
*) Bugfix: fixed a segmentation fault bug of upstream_check module
when
the check timeout was larger than the check interval. (yaoweibin)
*) Bugfix: fixed a segmentation fault bug of user_agent module when
there
was no User-Agent header existed in a request. (dinic)
*) Bugfix: fixed the bug that sysguard module didn't work on Mac OS.
(lizi)
For those who don’t know Tengine, it is a free and open source
distribution
of
Nginx with some advanced features. See our website for more details:
http://tengine.taobao.org
Have fun!
Regards,