|
1 | 1 | ---
|
2 | 2 | title: "Enterprise Gateway"
|
3 |
| -sidebarTitle: "Enterprise Gateway [1.10.22]" |
| 3 | +sidebarTitle: "Enterprise Gateway [1.11.2]" |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
|
7 | 7 | Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure
|
8 | 8 | </Card>
|
9 | 9 |
|
| 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 | + |
10 | 69 | <Update label="1.10.22" description="2025-05-08">
|
11 | 70 | ## v1.10.22
|
12 | 71 | ---
|
|
0 commit comments