From 9da6c269d34d984a89bccbc75ccf2c425ff574e4 Mon Sep 17 00:00:00 2001 From: Mahesh Date: Wed, 18 Jun 2025 11:10:43 +0530 Subject: [PATCH] chore: add changelog for release v1.11.4 --- changelog/enterprise.mdx | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/changelog/enterprise.mdx b/changelog/enterprise.mdx index 63c4335a..f42bbd90 100644 --- a/changelog/enterprise.mdx +++ b/changelog/enterprise.mdx @@ -1,12 +1,34 @@ --- title: "Enterprise Gateway" -sidebarTitle: "Enterprise Gateway [1.11.2]" +sidebarTitle: "Enterprise Gateway [1.11.4]" --- Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure + +## v1.11.4 +--- + +### Provider Updates +- **Bedrock**: Added support for `AssumedRole` for bedrock application inference profiles +- **Azure Foundry**: Added support for `createTranscription`,`createTranslation`, `imageGeneration`, `batch` and `files` endpoints. +- **Anthropic**: Support for computer use tool. +- **Multimodal Embeddings**: Added support for multimodal embeddings for providers `cohere` and `bedrock`. + +### Cache Improvements +- Added support for Azure Redis with auth modes `EntraID` and `ManagedIdentity` + +### Fixes And Improvements +- HTTPS Proxy support +- Virtual key inclusion for custom log if passed. +- Proxy calls not working if used with config. +- Gemini/Vertex Thinking mode. + + + + ## v1.11.2 ---