Skip to content

Commit

Permalink
[DOCS-3172] Add note for v4 cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Aug 5, 2024
1 parent fb229eb commit f24014b
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@
[![License](https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000)](https://raw.githubusercontent.com/fauna/faunadb-jvm/main/LICENSE)

> [!WARNING]
> Fauna is decomissioning FQL v4 on June 30, 2025. See the [v4 end of life (EOL)
> Fauna is decomissioning FQL v4 on June 30, 2025.
>
> This driver is not compatible with FQL v10, the latest version. Fauna accounts
> created after Month DD, YYYY must use FQL v10. Ensure you migrate existing
> projects to the official v10 driver by the v4 EOL date:
> https://github.com/fauna/fauna-jvm.
>
> For more information, see the [v4 end of life (EOL)
> announcement](https://docs.fauna.com/fauna/v4/#fql-v4-end-of-life) and
> [related FAQ](https://docs.fauna.com/fauna/v4/migration/faq).
>
> This driver is not compatible with FQL v10, the latest version.
This repository contains the FaunaDB drivers for the JVM languages. Currently, Java and Scala clients are implemented.
This repository contains the official Java and Scala drivers for [Fauna
v4](https://docs.fauna.com/fauna/v4/).

See the [Fauna v4 Documentation](https://docs.fauna.com/fauna/v4) and
[Tutorials](https://docs.fauna.com/fauna/v4/learn/tutorials/fql/crud?lang=javascript)
for guides and a complete database [API
reference](https://docs.fauna.com/fauna/v4/api/fql/).

### Features

Expand Down

0 comments on commit f24014b

Please sign in to comment.