Hi folks,
I've just kicked out OpenResty 1.9.15.1 RC2 for testing:
https://openresty.org/download/openresty-1.9.15.1rc2.tar.gz
PGP for this source tarball:
https://openresty.org/download/openresty-1.9.15.1rc2.tar.gz.asc
Win32 version:
https://openresty.org/download/openresty-1.9.15.1rc2-win32.zip
PGP for the Win32 zip file:
https://openresty.org/download/openresty-1.9.15.1rc2-win32.zip.asc
Changes since the last (RC) release, 1.9.15.1 RC1:
* upgraded ngx_lua to 0.10.5.
* bugfix: use of ssl_certificate_by_lua* in the "http {}"
scope might lead to process crashes. thanks Andreas Lubbe
for the report.
* bugfix: ngx.print("") did not trigger response header
sending.
* upgraded lua-resty-redis to 0.24.
* bugfix: added a "tostring()" call to avoid the "attempt to
concatenate local 'prefix' (a nil value)" error in Lua
function "_read_reply()".
* optimize: we now alway call "tostring()" upon args in Redis
query methods.
* optimize: reduced Lua string concatenations in redis query
composition.
* upgraded resty-cli to 0.09.
* feature: "resty": multiple "-e" options, along with the file
argument, are supported.
* feature: "restydoc nginx" now works.
* bugfix: nginx-xml2pod: we might leave "<td>" XML tags in our
POD output. now "restydoc syntax" gives the correct text.
* bugfix: "restydoc": removed the redundant "-u" option from
our "pod2text" commands. this makes restydoc work with old
perl installations.
* bugfix: "resty": the "--valgrind" command-line option was
broken.
* upgraded lua-resty-dns to 0.16.
* bugfix: when the "AD" and "CD" bits are set in the DNS
responses as per RFC 2065, they would erroneously be treated
as a part of the error code ("RCODE"). thanks Celebi Lui for
the report and patch.
* upgraded lua-resty-mysql to 0.16.
* bugfix: "close()": we did not send the "COM_QUIT" packet to
the MySQL server. thanks Andreas Fischer for the report.
* bugfix: fixed the Lua exception "attempt to concatenate
field 'state' (a nil value)". thanks heyuanlong for the
report.
* doc: typo fixes from Boris Nagaev.
It's known that this version of OpenResty (including RC1 and RC2) does
not run on DragonFlyBSD x64 or Solaris x64 when its bundled version of
LuaJIT is used.
Feedback welcome! We're expected to release OpenResty 1.9.15.1 formal
next week if nothing pops up in this RC2 :)
Best regards,
-agentzh