From 18d19da5e35e39378af534e5fa6ad879d78ebc5f Mon Sep 17 00:00:00 2001 From: vlw Date: Fri, 4 Apr 2025 05:58:03 +0000 Subject: [PATCH] doc: add deprication note to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 598b880..b7e075c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!IMPORTANT] +> This plugin has since [Reflect version 3.8.5](https://codeberg.org/reflect/reflect/releases/tag/2.8.5) been depricated. Reflect now has built-in request validation which is enabled by default. The built-in validator is based on this plugin. + # Request validation plugin for the [Reflect API Framework](https://codeberg.org/reflect/reflect) This request pre-processor adds request validation for an API written in the Reflect API Framework.