From f6a1d61045f44320ee6f766c3e524917c49176cf Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 23 Feb 2026 11:02:11 -0800 Subject: [PATCH] Feat: Specify SurrealDB version v2.3.10 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 326f153..0fdeca2 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,9 @@ Fork this repo, connect to Cloudflare Pages, deploy. ### Database: `SurrealDB` (Rate Limiting) -Using atomic database transactions over HTTP to track per-IP/per-day search frequencies securely and rapidly. +Using atomic database transactions over HTTP to track per-IP/per-day search frequencies securely and rapidly. + +**Note:** This implementation is tested and verified for **SurrealDB v2.3.10**. --- @@ -184,11 +186,10 @@ Using atomic database transactions over HTTP to track per-IP/per-day search freq - **Cloudflare Pages** — hosting + edge functions - **Cloudflare R2** — image storage - **Cloudflare KV** — generic lookups -- **SurrealDB** — atomic rate limiting +- **SurrealDB (v2.3.10)** — atomic rate limiting - **Cloudflare WAF** — layer 7 mitigation - **Brave Image Search API** — image sourcing --- **direct-img.link** — because `![](https://direct-img.link/thing)` should just work. -