diff --git a/src/content/changelogs/ai-gateway.yaml b/src/content/changelogs/ai-gateway.yaml index 638296c089c1a0..352ed6c8aecc4b 100644 --- a/src/content/changelogs/ai-gateway.yaml +++ b/src/content/changelogs/ai-gateway.yaml @@ -5,10 +5,22 @@ productLink: "/ai-gateway/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2024-12-13" + title: Bug Fixes + description: |- + * **Bug Fixes**: Fixed Anthropic errors being cached. + * **Bug Fixes**: Fixed `env.AI.run()` requests using authenticated gateways returning authentication error. + + - publish_date: "2024-11-26" + title: OpenRouter + description: |- + * **Providers**: Added [OpenRouter](/ai-gateway/providers/open-router/) as a new provider. + - publish_date: "2024-11-19" title: WebsocketS API description: |- * **Configuration**: Added [WebSockets API](/ai-gateway/configuration/websockets-api/) which provides a single persistent connection, enabling continuous communication. + - publish_date: "2024-11-19" title: Authentication description: |-