]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: lua-api: Remove warning about the lua filters
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 16 Nov 2022 09:14:35 +0000 (10:14 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 13:33:15 +0000 (14:33 +0100)
The lua filters api is no longer experimental. There are some filters
depending on this api, thus it is fair to make it stable now.

doc/lua-api/index.rst

index 70dbf63ba4e15c0b13ce4fc2104ef2fe92f90e16..2f2744ffaace6e145dbc3c282511d0c7a103041d 100644 (file)
@@ -72,13 +72,6 @@ functions. Lua have 7 execution context.
    `core.register_filter()`. Each declared filter is prefixed by the string
    "lua.".
 
-   .. warning::
-      The Lua filter support is highly experimental. The API is still unstable
-      and may change without notice. No backward compatibility should be
-      expected for now. Use it with an extreme caution and report any issue or
-      comment about it. The feature was unveiled to improve it and to adapt it
-      to real usages.
-
 
 HAProxy Lua Hello world
 -----------------------