Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@
/ai-gateway/configuration/caching/ /ai-gateway/features/caching/ 301
/ai-gateway/configuration/rate-limiting/ /ai-gateway/features/rate-limiting/ 301
/ai-gateway/configuration/custom-metadata/ /ai-gateway/observability/custom-metadata/ 301
/ai-gateway/universal/ /ai-gateway/usage/universal/ 301
/ai-gateway/chat-completion/ /ai-gateway/usage/chat-completion/ 301

# agents
/agents/capabilities/mcp-server/ /agents/model-context-protocol/ 301
Expand Down
8 changes: 8 additions & 0 deletions src/content/release-notes/ai-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ link: "/ai-gateway/changelog/"
productName: AI Gateway
productLink: "/ai-gateway/"
entries:
- publish_date: "2025-08-25"
title: Dynamic routing
description: |-
Introduced [Dynamic routing](/ai-gateway/routing/dynamic-routing/) to help manage AI provider interactions effectively, ensuring your applications remain responsive and reliable.
- publish_date: "2025-08-21"
title: Bring your own keys (BYOK)
description: |-
Introduced [Bring your own keys (BYOK)](/ai-gateway/configuration/byok/) allowing you to save your ai provider keys directly in the AI Gateway dashboard.
- publish_date: "2025-06-18"
title: New GA providers
description: |-
Expand Down
Loading