From 6e7da1d7a5a85ff784802b52dda5aa8f77594790 Mon Sep 17 00:00:00 2001 From: suazi <33040041+suazithustra@users.noreply.github.com> Date: Sat, 27 Jun 2020 16:08:09 +0400 Subject: [PATCH] bump minimum supported arango version to 3.4 (when dirty read support was introduced) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6d4994..ee50e54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Supports [VelocyStream](https://www.arangodb.com/2017/08/velocystream-async-bina Tested on: -- **ArangoDB** 3.3.9 - 3.6 +- **ArangoDB** 3.4 - 3.6 - **Elixir** 1.6 - 1.10 - **OTP** 20 - 23 diff --git a/mix.exs b/mix.exs index 880f9ea..8cf5bb4 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Arangox.MixProject do @version "0.5.3" @description """ - ArangoDB 3.3.9+ driver for Elixir with connection pooling, support for \ + ArangoDB 3.4+ driver for Elixir with connection pooling, support for \ VelocyStream, active failover, transactions and streamed cursors. """ @source_url "https://github.com/ArangoDB-Community/arangox"