Skip to content

Commit 82427e6

Browse files
committed
update CI badge to new github action workflow; update env versions in readme and mix.exs; fix errors in changelog
1 parent 6fd4cd3 commit 82427e6

File tree

4 files changed

+7
-25
lines changed

4 files changed

+7
-25
lines changed

Diff for: .travis.yml

-18
This file was deleted.

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* Added support for ArangoDB JWT authentication via bearer tokens
77

88
* Breaking changes
9-
* `auth` start option now only accepts `{:basic, username, password}` or `{:bearer, token`
9+
* `auth` start option now only accepts `{:basic, username, password}` or `{:bearer, token}`
1010
* No longer authenticates with "root:" by default
1111
* Requires Elixir v1.7+.

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arangox
22

3-
[![Build Status](https://travis-ci.com/ArangoDB-Community/arangox.svg?branch=master)](https://travis-ci.com/ArangoDB-Community/arangox)
3+
[![](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml/badge.svg?branch=main&event=push)](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml)
44

55
An implementation of [`DBConnection`](https://hex.pm/packages/db_connection) for
66
[ArangoDB](https://www.arangodb.com).
@@ -11,11 +11,11 @@ transactions and streamed cursors.
1111

1212
Tested on:
1313

14-
- **ArangoDB** 3.4 - 3.8
15-
- **Elixir** 1.6 - 1.12
16-
- **OTP** 20 - 24
14+
- **ArangoDB** 3.11
15+
- **Elixir** 1.16
16+
- **OTP** 26
1717

18-
[Documentation](https://hexdocs.pm/arangox/readme.html)
18+
[HexDocs](https://hexdocs.pm/arangox/readme.html)
1919

2020
## Examples
2121

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Arangox.MixProject do
33

44
@version "0.7.0"
55
@description """
6-
ArangoDB 3.4+ driver for Elixir with connection pooling, support for \
6+
ArangoDB 3.11 driver for Elixir with connection pooling, support for \
77
VelocyStream, active failover, transactions and streamed cursors.
88
"""
99
@source_url "https://github.com/ArangoDB-Community/arangox"

0 commit comments

Comments
 (0)