Skip to content

Commit dd1f5bc

Browse files
Merge branch 'production' into patricia/pcx11286-14979-14981
2 parents 509795c + 145455a commit dd1f5bc

File tree

35 files changed

+999
-228
lines changed

35 files changed

+999
-228
lines changed

package-lock.json

Lines changed: 5 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@astrojs/starlight-tailwind": "^2.0.3",
3535
"@astrojs/tailwind": "^5.1.3",
3636
"@cloudflare/puppeteer": "^0.0.14",
37-
"@cloudflare/vitest-pool-workers": "^0.5.37",
37+
"@cloudflare/vitest-pool-workers": "^0.5.38",
3838
"@cloudflare/workers-types": "^4.20241218.0",
3939
"@codingheads/sticky-header": "^1.0.2",
4040
"@iarna/toml": "^2.2.5",
89.8 KB
Loading
24.4 KB
Loading
37.4 KB
Loading
62.2 KB
Loading

src/content/changelogs/ai-gateway.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ productLink: "/ai-gateway/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2024-12-13"
9+
title: Bug Fixes
10+
description: |-
11+
* **Bug Fixes**: Fixed Anthropic errors being cached.
12+
* **Bug Fixes**: Fixed `env.AI.run()` requests using authenticated gateways returning authentication error.
13+
14+
- publish_date: "2024-11-28"
15+
title: OpenRouter
16+
description: |-
17+
* **Configuration**: Added [OpenRouter](/ai-gateway/providers/openrouter/) as a new provider.
18+
819
- publish_date: "2024-11-19"
9-
title: WebsocketS API
20+
title: WebSockets API
1021
description: |-
1122
* **Configuration**: Added [WebSockets API](/ai-gateway/configuration/websockets-api/) which provides a single persistent connection, enabling continuous communication.
1223
- publish_date: "2024-11-19"

src/content/changelogs/api-deprecations.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ productLink: "/fundamentals/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
8+
- publish_date: "2025-03-23"
9+
title: "Eligible Zones For Account Custom Nameservers"
10+
description: |-
11+
Deprecation date: March 23, 2025
12+
13+
Users can now add custom nameservers that are not part of a zone managed within their account. As a result, any zone is eligible for custom nameservers, regardless of whether it is managed by Cloudflare. Given this change, an endpoint to check for eligible zones is no longer relevant and is therefore being deprecated.
14+
15+
Deprecated APIs:
16+
- `GET /accounts/:account_id/custom_ns/availability`
17+
818
- publish_date: "2024-12-09"
919
title: "Access applications: self_hosted_domains"
1020
description: |-

src/content/changelogs/vectorize.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ productLink: "/vectorize/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2024-12-19"
9+
title: Added support for range queries in metadata filters
10+
description: |-
11+
Vectorize now supports `$lt`, `$lte`, `$gt`, and `$gte` clauses in [metadata filters](/vectorize/reference/metadata-filtering/).
12+
813
- publish_date: "2024-11-13"
914
title: Added support for $in and $nin metadata filters
1015
description: |-

src/content/docs/ai-gateway/reference/pricing.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can monitor your usage in the AI Gateway dashboard.
1717

1818
:::note[Note]
1919

20-
During the open beta, paid users can store logs persistently up to our limit of 10 million logs per gateway without being charged. Free users can use up to the free allocation below. Billing and plan limits will be applied once this feature reaches General Availability (GA). We will provide ample advance notice before this transition.
20+
**Persistent Logs will reach General Availability (GA) on February 1, 2025. Starting on this date, billing for persistent log storage will begin** for usage that exceeds the included volumes per plan (review details below). If you have been using persistent logs during the beta but do not wish to incur charges, please ensure your stored logs are within your plan's free volume before January 31, 2025.
2121

2222
:::
2323

@@ -36,9 +36,9 @@ Allocations are based on the total logs stored across all gateways. If your limi
3636

3737
Logpush is only available on the Workers Paid plan.
3838

39-
| | Paid plan |
40-
| --------------------- | ---------------------------------- |
41-
| Requests | 10 million / month, +$0.05/million |
39+
| | Paid plan |
40+
| -------- | ---------------------------------- |
41+
| Requests | 10 million / month, +$0.05/million |
4242

4343
## Fine print
4444

0 commit comments

Comments
 (0)