From 2b88f5bff2cce3818de5a93f7f05e1970acfdc4b Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 21 Aug 2024 13:20:24 -0400 Subject: [PATCH] [DOCS-3174] Add note for v4 cutoff (#279) --- README.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cd55acb..eb91651 100644 --- a/README.rst +++ b/README.rst @@ -12,14 +12,17 @@ Python driver for Fauna v4 (deprecated) **\*\*** **WARNING** **\*\*** -Fauna is decomissioning FQL v4 on June 30, 2025. See the `v4 end of life (EOL) announcement -`_ and `related FAQ -`_. +Fauna is decommissioning FQL v4 on June 30, 2025. -This driver is not compatible with FQL v10, the latest version. Ensure you -migrate existing projects to the official v10 driver by the v4 EOL date: +This driver is not compatible with FQL v10, the latest version. Fauna accounts +created after August 21, 2024 must use FQL v10. Ensure you migrate existing +projects to the official v10 driver by the v4 EOL date: `https://github.com/fauna/fauna-python `_ +See the `v4 end of life (EOL) announcement +`_ and `related FAQ +`_. + ---- The offical Python driver for `Fauna v4 `_