Skip to content

Commit 9396510

Browse files
committed
chore: change log from 1.11.3 to 1.11.6
1 parent 7a02036 commit 9396510

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

changelog/enterprise.mdx

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,83 @@
11
---
22
title: "Enterprise Gateway"
3-
sidebarTitle: "Enterprise Gateway [1.11.2]"
3+
sidebarTitle: "Enterprise Gateway [1.11.6]"
44
---
55

66
<Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
77
Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure
88
</Card>
99

10+
<Update label="1.11.6" description="2025-06-21">
11+
## v1.11.6
12+
---
13+
14+
### Provider Updates
15+
- **Groq**: Added support for `service_tier` parameter in the Groq provider configuration
16+
- **Anthropic**: Added support for Anthropic's prompt caching for tool results and tool use
17+
- **Anthropic**: Fixed multi turn tool calling when arguments to the tool call is empty
18+
19+
### Improvements and Fixes
20+
- Fixed an issue with Auth enabled Aws Redis Cache with Password and cluster mode
21+
- Handled Webhook Guardrail errors and return verdict with the correct status and error
22+
23+
</Update>
24+
25+
<Update label="1.11.5" description="2025-06-18">
26+
## v1.11.5
27+
---
28+
29+
### Guardrails
30+
- Added support for metadata keys plugin to enforce metadata keys from the request.
31+
32+
</Update>
33+
34+
35+
<Update label="1.11.4" description="2025-06-17">
36+
## v1.11.4
37+
---
38+
39+
### Provider Updates
40+
- **Bedrock**: Added support for `AssumedRole` for bedrock application inference profiles
41+
- **Bedrock Multimodal Embeddings**: Added support for multimodal embeddings for providers `cohere` and `titan`.
42+
- **Azure Foundry**: Added support for `createTranscription`,`createTranslation`, `imageGeneration`, `batch` and `files` endpoints.
43+
- **Anthropic**: Added Support for computer use tool.
44+
- **Anthropic**: Added support for `file_url` and `mime_type` for `file` content parts in Anthropic requests.
45+
- **VertexAI**: Added support for Gemini/Vertex Thinking mode.
46+
47+
### Cache Improvements
48+
- Added support for Azure Redis with auth modes `EntraID` and `ManagedIdentity`
49+
50+
### Fixes And Improvements
51+
- Improvements for Redis Cache
52+
- Added support for separate username and password for Redis Cache. Use `REDIS_USERNAME` and `REDIS_PASSWORD` environment variables.
53+
- Added support for Azure Redis Cache. Use `CACHE_STORE` with `azure-redis` as value.
54+
- Added support for Managed Identity for Azure Managed Redis.
55+
- You can pass `AZURE_REDIS_AUTH_MODE` and `AZURE_REDIS_MANAGED_CLIENT_ID` for a different auth setup.
56+
- Defaults to `AZURE_AUTH_MODE` and `AZURE_MANAGED_CLIENT_ID` if not provided
57+
- Added support for Entra ID for Azure Redis Cache.
58+
- You can pass `AZURE_REDIS_AUTH_MODE` and `AZURE_REDIS_ENTRA_CLIENT_ID`, `AZURE_REDIS_ENTRA_CLIENT_SECRET`, `AZURE_REDIS_ENTRA_TENANT_ID` for a different auth setup.
59+
- Defaults to `AZURE_AUTH_MODE` and `AZURE_ENTRA_CLIENT_ID`, `AZURE_ENTRA_CLIENT_SECRET`, `AZURE_ENTRA_TENANT_ID` if not provided
60+
- **HTTPS Proxy**
61+
- Added HTTPS Proxy support for all the external calls.
62+
- Pass `HTTPS_PROXY` environment variable to enable this feature.
63+
- Added support for virtual key inclusion for custom log if passed in headers.
64+
- Fixed issue with proxy calls not working with configs for some providers.
65+
66+
</Update>
67+
68+
<Update label="1.11.3" description="2025-06-06">
69+
## v1.11.3
70+
---
71+
72+
### Observability
73+
- Prometheus Metrics are migrated to use endpoints instead of path for all the metrics
74+
75+
### Fixes And Improvements
76+
- Added a global error handler for all the unhandled exceptions to prevent server crashes.
77+
- Updated JWT Plugin to validate `iat` field
78+
79+
</Update>
80+
1081
<Update label="1.11.2" description="2025-06-03">
1182
## v1.11.2
1283
---

0 commit comments

Comments
 (0)