From adaa9149361e957b4e2416e02df04e9b28465ce5 Mon Sep 17 00:00:00 2001 From: Venkatesh Babu <154209057+vbabuEM@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:48:33 +0530 Subject: [PATCH] Update change_log.md --- change_log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change_log.md b/change_log.md index 3ce7805..abc74b9 100644 --- a/change_log.md +++ b/change_log.md @@ -1,4 +1,4 @@ ## Change log **2024-06-07** -1. **Optimize the OpenAPI validation** performed in the Protocol Server. The new code loads the validation tree once and uses the same tree to validate requests. This code has been contributed by Shiva Rakshith and team from ONEST team and is a part of the code change listed in this [PR](https://github.com/beckn/protocol-server/pull/158). This optimization primarily benefits network participants who deal with a single domain. +1. **Optimize the OpenAPI validation** performed in the Protocol Server. The new code loads the validation tree once and uses the same tree to validate requests. This code has been contributed by Shiva Rakshith and others from ONEST team and is a part of the code change listed in this [PR](https://github.com/beckn/protocol-server/pull/158). This optimization primarily benefits network participants who deal with a single domain.