Skip to content

Commit e0a27ae

Browse files
authored
Merge pull request #294 from Portkey-AI/feat/enterprise-1.10.19
feat: add change-log for enterprise gateway v1.10.19
2 parents 038f453 + 2e51645 commit e0a27ae

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

changelog/enterprise.mdx

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,51 @@
11
---
22
title: "Enterprise Gateway"
3-
sidebarTitle: "Enterprise Gateway [1.10.18]"
3+
sidebarTitle: "Enterprise Gateway [1.10.19]"
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.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+
1045
<Update label="1.10.18" description="2025-04-16">
1146
## v1.10.18 (Redacted)
1247
---
13-
## Redacted notice
48+
## Redaction notice
1449
This release introduced a critical bug in budget enforcement.
1550
We are redacting this release and will be releasing a patch with out Workspace Budget and related changes.
1651

0 commit comments

Comments
 (0)