OpenResty 1.21.4.2 Released
We are happy to announce the new formal release, 1.21.4.2, of the OpenResty web platform based on NGINX and LuaJIT.
The (portable) source code distribution, the Win32/Win64 binary distributions, and the pre-built binary Linux packages for Ubuntu, Debian, Fedora, CentOS, RHEL, Alpine, OpenSUSE, Amazon Linux, Rocky Linux, Oracle Linux, and CBL Mariner are provided on this Download page.
Version highlights
The highlights of this release candidate are:
- LuaJIT
- Avoid negation of signed integers in C that may hold INT*_MIN, since recent C compilers ‘take advantage’ of the undefined behavior, this completely changes the meaning of expressions like
(k == -k)
. - Correct fix for stack check when recording
BC_VARG
. - Fix trace join to
BC_JLOOP
originating fromBC_ITERN
. - Fix
math.floor()
andmath.ceil()
. - Many fixes imported from Mike Pall’s upstream https://github.com/luajit/luajit repository.
- Avoid negation of signed integers in C that may hold INT*_MIN, since recent C compilers ‘take advantage’ of the undefined behavior, this completely changes the meaning of expressions like
- Fixed a bug that uses memory after free when encountering an invalid IF-Match request header. Thanks to Michal Jeczalik Jr, Nishant Hooda and Kong Inc for reporting this issue.
- Implemented
monotonic_msec()
andmonotonic_time()
inresty.core.time
. - Apple Silicon FFI ABI limitation workaround.
- Reimplemented
tcpsock:sslhandshake
, coroutine wrapper, andngx.req.is_internal
with FFI. - SSL/TLS supports passphrase protected private key.
- Fixed a segmentation fault when get headers via
ngx.req.raw_header
with malformed requests. - Fixed potential null pointer dereference.
- lua-cjson module
empty_array
can not work on Apple because cjson did not compare light userdata address with masked address. Since we usedjson_lightudata_mask
when creating lightuserdata, same mask should be applied when comparing the return oftouserdata
.
- headers-more-nginx-module module
- Fixed crash while accessing uninitialized pointer.
- lua-resty-websocket module
- Added mtls client cert support.
- lua-resty-memcached module
- Implemented
init_pipeline()
,commit_pipeline()
, andcancel_pipeline()
.
- Implemented
Full Changelog
Complete change logs since the last (formal) release, 1.21.4.1, can be browsed in the page Change Log for 1.21.4.x.
Feedback
Feedback on this release is more than welcome. Feel free to create new GitHub issues or send emails to one of our mailing lists.