|
1 | 1 | ---
|
2 | 2 | title: "Enterprise Gateway"
|
3 |
| -sidebarTitle: "Enterprise Gateway [1.10.18]" |
| 3 | +sidebarTitle: "Enterprise Gateway [1.10.19]" |
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.10.19" description="2025-04-18"> |
| 11 | +## v1.10.19 |
| 12 | +--- |
| 13 | + |
| 14 | +### OTEL Metrics Push |
| 15 | +- Added support for pushing Portkey Clickhouse analytics (traces and spans) to OTEL collector. |
| 16 | +- The following environment variables will be used to configure OTEL collector: |
| 17 | + - `OTEL_PUSH_ENABLED` |
| 18 | + - `OTEL_ENDPOINT` |
| 19 | + |
| 20 | +### Milvus Vector Store for Semantic Caching |
| 21 | +- Added support for Milvus vector store for semantic caching. |
| 22 | +- The following Vector stores are now supported: |
| 23 | + - `pinecone` |
| 24 | + - `milvus` |
| 25 | +- The following environment variables will be used to configure the Milvus vector store: |
| 26 | + - `VECTOR_STORE` |
| 27 | + - `VECTOR_STORE_ADDRESS` |
| 28 | + - `VECTOR_STORE_API_KEY` |
| 29 | + - `VECTOR_STORE_COLLECTION_NAME` |
| 30 | + |
| 31 | +### Azure Guardrails Support |
| 32 | +- Added support for [Azure Content Safety](https://learn.microsoft.com/en-us/azure/ai-services/content-safety/concepts/harm-categories?tabs=warning) API |
| 33 | +- Added support for [PII detection](https://learn.microsoft.com/en-us/azure/ai-services/language-service/personally-identifiable-information/overview?tabs=text-pii) with Azure Language Service |
| 34 | + |
| 35 | +### Prompts Render Endpoint |
| 36 | +- Prompts Render endpoint is now a part of the Gateway. It is available at `/v1/prompts/:id/render`. |
| 37 | + |
| 38 | +### Provider Updates |
| 39 | +- **Vertex AI**: Added support for `dimensions` for embeddings |
| 40 | + |
| 41 | +### Minor Enhancements |
| 42 | +- **Prometheus Metric**: Added `portkey_processing_time_excluding_last_byte_ms` metric which provides Portkey processing time excluding the LLM last byte diff latency (`llm_last_byte_diff_duration_milliseconds`). |
| 43 | +</Update> |
| 44 | + |
10 | 45 | <Update label="1.10.18" description="2025-04-16">
|
11 | 46 | ## v1.10.18 (Redacted)
|
12 | 47 | ---
|
13 |
| -## Redacted notice |
| 48 | +## Redaction notice |
14 | 49 | This release introduced a critical bug in budget enforcement.
|
15 | 50 | We are redacting this release and will be releasing a patch with out Workspace Budget and related changes.
|
16 | 51 |
|
|
0 commit comments