From 7155de1e53e4e97b292bc3993a5912547e5267b1 Mon Sep 17 00:00:00 2001 From: Mahesh Date: Wed, 18 Jun 2025 11:14:41 +0530 Subject: [PATCH] chore: add changelog for release v1.11.3 --- changelog/enterprise.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog/enterprise.mdx b/changelog/enterprise.mdx index 63c4335a..d1f129b8 100644 --- a/changelog/enterprise.mdx +++ b/changelog/enterprise.mdx @@ -1,12 +1,24 @@ --- title: "Enterprise Gateway" -sidebarTitle: "Enterprise Gateway [1.11.2]" +sidebarTitle: "Enterprise Gateway [1.11.3]" --- Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure + +## v1.11.3 +--- + +### Fixes And Improvements +- Prometheus Metrics use endpoint instead of path for all the metrics. +- Add a global error handler for all the unhandled exceptions. +- JWT Plugin to check for `iat` and validate. + + + + ## v1.11.2 ---