From a594b65e52de23f07891879cf9e409204b1e2e9d Mon Sep 17 00:00:00 2001 From: Gabriel Massadas Date: Fri, 13 Dec 2024 16:59:51 +0000 Subject: [PATCH] Update AI Gateway changelog --- src/content/changelogs/ai-gateway.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/changelogs/ai-gateway.yaml b/src/content/changelogs/ai-gateway.yaml index 638296c089c1a0b..352ed6c8aecc4b9 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: |-