Skip to content

Commit 499e4aa

Browse files
Update ai-gateway.yaml (cloudflare#21903)
* Update ai-gateway.yaml * Update ai-gateway.yaml added update to gateways * Update ai-gateway.yaml Fixes * Update ai-gateway.yaml Fixed date issue --------- Co-authored-by: daisyfaithauma <[email protected]>
1 parent 23cf92c commit 499e4aa

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

src/content/release-notes/ai-gateway.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,31 @@ productLink: "/ai-gateway/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-04-22"
9+
description: |-
10+
* Increased Max Number of Gateways per account: Raised the maximum number of gateways per account from 10 to 20 for paid users. This gives you greater flexibility in managing your applications as you build and scale.
11+
* Streaming WebSocket Bug Fix: Resolved an issue affecting streaming responses over [WebSockets](/ai-gateway/configuration/websockets-api/). This fix ensures more reliable and consistent streaming behavior across all supported AI providers.
12+
* Increased Timeout Limits: Extended the default timeout for AI Gateway requests beyond the previous 100-second limit. This enhancement improves support for long-running requests.
813
- publish_date: "2025-04-02"
914
title: Cache Key Calculation Changes
1015
description: |-
11-
We’ve updated how [cache](/ai-gateway/configuration/caching/) keys are calculated. As a result, new cache entries will be created, and you may experience more cache misses than usual during this transition. Please monitor your traffic and performance, and let us know if you encounter any issues.
16+
* We have updated how [cache](/ai-gateway/configuration/caching/) keys are calculated. As a result, new cache entries will be created, and you may experience more cache misses than usual during this transition. Please monitor your traffic and performance, and let us know if you encounter any issues.
1217
- publish_date: "2025-03-18"
1318
title: WebSockets
1419
description: |-
15-
Added [WebSockets API](/ai-gateway/configuration/websockets-api/) to provide a persistent connection for AI interactions, eliminating repeated handshakes and reducing latency.
20+
* Added [WebSockets API](/ai-gateway/configuration/websockets-api/) to provide a persistent connection for AI interactions, eliminating repeated handshakes and reducing latency.
1621
- publish_date: "2025-02-26"
1722
title: Guardrails
1823
description: |-
19-
Added [Guardrails](/ai-gateway/guardrails/) help deploy AI applications safely by intercepting and evaluating both user prompts and model responses for harmful content.
24+
* Added [Guardrails](/ai-gateway/guardrails/) help deploy AI applications safely by intercepting and evaluating both user prompts and model responses for harmful content.
2025
- publish_date: "2025-02-19"
2126
title: Updated Log Storage Settings
2227
description: |-
23-
Introduced customizable log storage settings, enabling users to:
24-
- Define the maximum number of logs stored per gateway.
28+
* Introduced customizable log storage settings, enabling users to:
29+
- Define the maximum number of logs stored per gateway.
2530
- Choose how logs are handled when the storage limit is reached:
26-
- **On** - Automatically delete the oldest logs to ensure new logs are always saved.
27-
- **Off** - Stop saving new logs when the storage limit is reached.
31+
- **On** - Automatically delete the oldest logs to ensure new logs are always saved.
32+
- **Off** - Stop saving new logs when the storage limit is reached.
2833
2934
- publish_date: "2025-02-06"
3035
title: Added request handling

0 commit comments

Comments
 (0)