Skip to content

Releases: arangodb/arangors-graph-exporter

v0.0.5

23 Jul 16:26
dd482b7

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

Fixed internal call for parameter verification. Also simplified those methods slightly.

v0.0.4

23 Jul 15:17
5ceea74

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

Fix edge related code during the parse of the network response.
The code assumed that _id is always present. It is not. Code got adjusted and now handles this situation gracefully.

v0.0.3

23 Jul 14:16
904a8ba

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Removed duplicate data out of closures. Both vertex and edge closures we're affected.
In the vertex case, the _id is already present in the first returned variable.
In the edge case, the _from and _to values are present in the first two variables as well.

v0.0.2

23 Jul 09:05
1c354ec

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

Added more support to multiple ArangoDB Version.
Now supported: ArangoDB 3.10, 3.11, 3.12 - both cluster and single server variant.

Also added support for projections (3.12+)