Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS-2733] Add caution note to v4 driver README #276

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Official Python driver for v4 API of Fauna
Official Python driver for Fauna v4
==============================================

.. image:: https://img.shields.io/codecov/c/github/fauna/faunadb-python/master.svg?maxAge=21600
Expand All @@ -8,11 +8,18 @@ The Official Python driver for v4 API of Fauna
.. image:: https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000
:target: https://raw.githubusercontent.com/fauna/faunadb-python/main/LICENSE

Python driver for `FaunaDB <https://fauna.com>`_.
----

Note: This driver supports an older version of the Fauna API. The latest version of the official
Fauna Python Driver is located [here](https://pypi.org/project/faunadb/) (we encourage all new
development to use this new version where possible).
**\*\*** **CAUTION** **\*\***

This driver is not compatible with Fauna v10, the latest version.

For new development, use the official Fauna v10 driver:
`https://github.com/fauna/fauna-python <https://github.com/fauna/fauna-python>`_

----

The offical Python driver for `Fauna v4 <https://docs.fauna.com/fauna/v4/>`_

Installation
------------
Expand Down