You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/release-notes/ai-gateway.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,33 +8,33 @@ entries:
8
8
- publish_date: "2025-04-22"
9
9
title: Increased Max Number of Gateways per account
10
10
description: |-
11
-
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
+
* 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.
12
12
title: Streaming WebSocket Bug Fix
13
13
description: |-
14
-
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.
14
+
* 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.
15
15
title: Increased Timeout Limits
16
16
description: |-
17
-
Extended the default timeout for AI Gateway requests beyond the previous 100-second limit. This enhancement improves support for long-running requests.
17
+
* Extended the default timeout for AI Gateway requests beyond the previous 100-second limit. This enhancement improves support for long-running requests.
18
18
- publish_date: "2025-04-02"
19
19
title: Cache Key Calculation Changes
20
20
description: |-
21
-
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.
21
+
* 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.
22
22
- publish_date: "2025-03-18"
23
23
title: WebSockets
24
24
description: |-
25
-
Added [WebSockets API](/ai-gateway/configuration/websockets-api/) to provide a persistent connection for AI interactions, eliminating repeated handshakes and reducing latency.
25
+
* Added [WebSockets API](/ai-gateway/configuration/websockets-api/) to provide a persistent connection for AI interactions, eliminating repeated handshakes and reducing latency.
26
26
- publish_date: "2025-02-26"
27
27
title: Guardrails
28
28
description: |-
29
-
Added [Guardrails](/ai-gateway/guardrails/) help deploy AI applications safely by intercepting and evaluating both user prompts and model responses for harmful content.
29
+
* Added [Guardrails](/ai-gateway/guardrails/) help deploy AI applications safely by intercepting and evaluating both user prompts and model responses for harmful content.
30
30
- publish_date: "2025-02-19"
31
31
title: Updated Log Storage Settings
32
32
description: |-
33
-
Introduced customizable log storage settings, enabling users to:
34
-
- Define the maximum number of logs stored per gateway.
33
+
* Introduced customizable log storage settings, enabling users to:
34
+
- Define the maximum number of logs stored per gateway.
35
35
- Choose how logs are handled when the storage limit is reached:
36
-
- **On** - Automatically delete the oldest logs to ensure new logs are always saved.
37
-
- **Off** - Stop saving new logs when the storage limit is reached.
36
+
- **On** - Automatically delete the oldest logs to ensure new logs are always saved.
37
+
- **Off** - Stop saving new logs when the storage limit is reached.
0 commit comments