Skip to content

Commit

Permalink
introduced changelog, increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hkernbach committed Aug 22, 2024
1 parent cbfe2d6 commit daa482d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0.0.8 (2024-08-22)
-------------------

* In case a user does not have permission to detect the ArangoDB environment
related information, like e.g. the shardDistribution, right now we cannot
detect which data loading strategy to choose from. In this case, we fallback
to the AQL variant as this always works. Still, if the fallback happens,
a warning message will be printed. Using the AQL variant will be slower
compared to the dump strategy variant.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arangors-graph-exporter"
version = "0.0.7"
version = "0.0.8"
edition = "2021"

description = "Provides lightning-fast graph data access to ArangoDB"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
arangors-graph-exporter = "0.0.7"
arangors-graph-exporter = "0.0.8"
```

## Usage
Expand Down

0 comments on commit daa482d

Please sign in to comment.