Skip to content

Commit bab47c4

Browse files
committed
chore: add change log for 1.10.23 to 1.11.2
1 parent 2a92575 commit bab47c4

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

changelog/enterprise.mdx

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,71 @@
11
---
22
title: "Enterprise Gateway"
3-
sidebarTitle: "Enterprise Gateway [1.10.22]"
3+
sidebarTitle: "Enterprise Gateway [1.11.2]"
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.2" description="2025-06-03">
11+
## v1.11.2
12+
---
13+
14+
### Fixes And Improvements
15+
- Fixed IRSA Web Identity token handling issue for Log Store that was introduced in v1.11.1
16+
17+
</Update>
18+
19+
<Update label="1.11.1" description="2025-06-02">
20+
## v1.11.1
21+
---
22+
23+
### Provider Updates
24+
- **OpenAI**: Added support for `background` and `service_tier` parameters
25+
- **Azure**: Added support for custom hosts and private links for Azure Plugins
26+
- **Bedrock**: Added native support for `inference profiles` [Ref](https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-use.html)
27+
28+
### OTEL Traces Collector endpoints
29+
- Added new endpoint `/v1/otel/v1/traces` to collect any OTEL traces as Portkey traces
30+
31+
### Log Exports available on Data Plane
32+
- Log exports are now available on Data Plane
33+
- Export logs without them being sent to Control Plane [Docs Link](/api-reference/admin-api/data-plane/logs/log-exports-beta)
34+
- Please note that, `Dataservice` is required for log exports to work via Data Plane.
35+
36+
### Fixes And Improvements
37+
- Fixed cache bug where Bedrock and Vertex requests were getting responses from the wrong models
38+
- Added support for fetching environment variables from mounted paths
39+
40+
</Update>
41+
42+
<Update label="1.11.0" description="2025-05-17">
43+
## v1.11.0
44+
---
45+
46+
### Provider Updates
47+
- **Bedrock**: Fixed cache token calculation for streaming requests
48+
49+
### Fixes And Improvements
50+
- Added mTLS support for Gateway to internal services in air-gapped deployments
51+
52+
</Update>
53+
54+
<Update label="1.10.23" description="2025-05-15">
55+
## v1.10.23
56+
---
57+
58+
### Provider Updates
59+
- **Vertex**: Added support for `dimensions` parameter in multi-modal embeddings
60+
61+
### Plugins
62+
- **JWT Plugin**: Added JWT authentication for runtime validation
63+
64+
### Fixes And Improvements
65+
- Added pricing support for `gpt-image-1` model
66+
67+
</Update>
68+
1069
<Update label="1.10.22" description="2025-05-08">
1170
## v1.10.22
1271
---

0 commit comments

Comments
 (0)