From e500675a0b3092f31638fd8e2e564a32abe01580 Mon Sep 17 00:00:00 2001 From: tuhinpal Date: Sun, 5 May 2024 11:59:58 +0530 Subject: [PATCH] Added note --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15a90b1..2843d62 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,21 @@ This project is a comprehensive edge API for Amazon. It supports search and prod ## Changelog 🔔
-1. May 5, 2024 - Don't use the hosted API +1. May 5, 2024 - Amazon blocked Cloudflare ASN + +It seems like Amazon has blocked Cloudflare ASN. So, the API will work in development mode only. It uses hono, so it is possible to deploy the project on any other cloud provider. + +
+ +
+2. May 5, 2024 - Don't use the hosted API Please don't use the hosted API. Deploy your own instance of the project. The hosted API is for demonstration purposes only. The hosted API may be taken down at any time.
-1. May 5, 2024 - V2 is here +3. May 5, 2024 - V2 is here I rewrite the full project from scratch. The new version is written in TypeScript and uses Cloudflare Workers. This version is faster and more reliable and also supports GraphQL.