Skip to content

Commit 964e639

Browse files
Update ai-gateway.yaml
Fixes
1 parent 76bb665 commit 964e639

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@ entries:
88
- publish_date: "2025-04-22"
99
title: Increased Max Number of Gateways per account
1010
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.
1212
title: Streaming WebSocket Bug Fix
1313
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.
1515
title: Increased Timeout Limits
1616
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.
1818
- publish_date: "2025-04-02"
1919
title: Cache Key Calculation Changes
2020
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.
2222
- publish_date: "2025-03-18"
2323
title: WebSockets
2424
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.
2626
- publish_date: "2025-02-26"
2727
title: Guardrails
2828
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.
3030
- publish_date: "2025-02-19"
3131
title: Updated Log Storage Settings
3232
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.
3535
- 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.
3838
3939
- publish_date: "2025-02-06"
4040
title: Added request handling

0 commit comments

Comments
 (0)