OpenResty® Scalable Web Platform by Extending NGINX with Lua

OpenResty XRay

Advanced observability built for OpenResty and more

×

limited time offer

Request TRIAL today and receive a diagnostic REPORT
Learn more

OpenResty 1.19.9.1 Released

Johnny Wang , 16 Aug 2021 (created 06 Aug 2021)

We are happy to announce the new formal release, 1.19.9.1, of the OpenResty web platform based on NGINX and LuaJIT.

Download this version here.

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 are provided on this Download page.

Version Highlights

  • Based on a very recent mainline NGINX core 1.19.9.
  • Many fixes imported from Mike Pall's upstream LuaJIT repository.
  • Introduce a new macro LUAJIT_TEST_FIXED_ORDER for fixed-order traversal of lua tables. This option is disabled by default. It can be enabled by passing the --with-luajit-xcflags LUAJIT_TEST_FIXED_ORDER=1 option to the ./configure command line while building OpenResty from source.
  • When lua failed in requesting memory, instead of graceful shutdown, abort() is called.
  • Now the get_ctx_table supports using the ctx table from caller, and that will reduce the cost of creating a new ctx table.
  • Fixed the bug that the metatable was not cleared when clearing the content of lua table when using lua-tablepool.
  • For a better performance when using lua-tablepool, discard the objects when the pool size is larger than the max_pool_size.
  • Implemented ngx.process API for stream subsystem.

Full Change logs

Complete change logs since the last (formal) release, 1.19.3.2, can be browsed in the page Change Log for 1.19.9.x.

Testing

We have run extensive testing on our Amazon EC2 test cluster and ensured that all the components (including the Nginx core) play well together. The latest test report can always be found here:

https://qa.openresty.org/

We also always run our OpenResty Edge commercial software based on the latest open source version of OpenResty in our own global CDN network (dubbed "mini CDN") powering our openresty.org and openresty.com websites. See https://openresty.com/ for more details.

Community Support

See the Community Page.

Commercial Support

Commercial technical support and real-time noninvasive online monitoring and profiling solution is provided through the official OpenResty XRay product.

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.