Skip to content

Commit

Permalink
update CI badge to new github action workflow; update env versions in…
Browse files Browse the repository at this point in the history
… readme; fix errors in changelog
  • Loading branch information
suazithustra committed Mar 12, 2024
1 parent 6fd4cd3 commit 786102f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* Added support for ArangoDB JWT authentication via bearer tokens

* Breaking changes
* `auth` start option now only accepts `{:basic, username, password}` or `{:bearer, token`
* `auth` start option now only accepts `{:basic, username, password}` or `{:bearer, token}`
* No longer authenticates with "root:" by default
* Requires Elixir v1.7+.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arangox

[![Build Status](https://travis-ci.com/ArangoDB-Community/arangox.svg?branch=master)](https://travis-ci.com/ArangoDB-Community/arangox)
[![](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)

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

Tested on:

- **ArangoDB** 3.4 - 3.8
- **Elixir** 1.6 - 1.12
- **OTP** 20 - 24
- **ArangoDB** 3.11
- **Elixir** 1.16
- **OTP** 26

[Documentation](https://hexdocs.pm/arangox/readme.html)
[HexDocs](https://hexdocs.pm/arangox/readme.html)

## Examples

Expand Down

0 comments on commit 786102f

Please sign in to comment.