Skip to content

Releases: Lepetere/clarango

v0.7.1

22 Jul 21:13
Compare
Choose a tag to compare

Tested support for ArangoDB version 2.8 + updated clj-http version.

v0.7.0

23 Oct 15:02
Compare
Choose a tag to compare
  • update graph namespace to use new graph interface gharial; now supports multi-collection-graphs
  • AQL custom functions
  • transactions
  • delete multiple documents at once
  • upgrade dependencies (now using Clojure 1.7.0)

v0.6.0

07 Jan 18:45
Compare
Choose a tag to compare
  • admin namespace deleted (outdated), add misc namespace instead (only method so far is ‚version‘)
  • delay-collection loading (experimental)
  • shortcut methods to check if a certain database, graph and collection exist
  • more nested functions possible (experimental)
  • start migrating the graph namespace to the new graph interface ('gharial')
  • improved tests

v0.5.0

08 Oct 16:18
Compare
Choose a tag to compare
  • fix documentation errors in graph namespace
  • added input type preconditions to API methods to make errors more meaningful
  • create-vertex-with-key/create-edge-with-key methods added to graph namespace
  • rename collection/load to collection/load-mem, collection/unload to collection/unload-mem and admin/flush to admin/flush-cache to avoid conflicts with clojure core methods
  • make it possible to always pass a clojure keyword instead of a string for resource keys/names
  • when creating edges make it possible to pass vertices (maps) instead of their keys as a shortcut (see example in README)
  • update clj-http version to 1.0.0

Index functions (thx colophon)

12 Jun 11:50
Compare
Choose a tag to compare

Index functions added. Thanks to colophon!

v0.4.1

28 May 14:28
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Added admin.clj to provide the complete admin and monitoring api as

  • log
  • reload
  • flush
  • statistics
  • statistics-descriptions
  • role (for V2) in the cluster.

v0.4.0

08 May 22:50
Compare
Choose a tag to compare

Add a document/create-with-key method. Some small fixes in the code.

Bug fix

09 Mar 16:55
Compare
Choose a tag to compare

Console output was activated in last release.

Bug fixes

06 Mar 10:18
Compare
Choose a tag to compare
v0.3.1

raise project version number for bug fixes

Add graph functionality

25 Feb 15:10
Compare
Choose a tag to compare
v0.3.0

update version to 0.3.0; update feature list in README; delete main a…