Skip to content

Releases: solher/arangolite

Module fix 2

10 Mar 17:27
5401eeb
Compare
Choose a tag to compare
Merge pull request #43 from asmaloney/go-module-final

Add "/v2" to all internal arangolite imports

Module fix

09 Mar 17:42
7295ab2
Compare
Choose a tag to compare
Merge pull request #42 from asmaloney/go-module-v2

Modules with version >=2 need to specify it in the go.mod file

Adding module support

09 Mar 16:38
04a30e0
Compare
Choose a tag to compare

Adding a go.mod file

Bug fixes

10 Sep 09:40
Compare
Choose a tag to compare
v2.0.3

Test added

Errors fixed + slight change of the Run() behavior

26 Jul 13:13
Compare
Choose a tag to compare

Fixes #28 and #30.

Now the Run() methods falls back to unmarshaling the whole raw response when no result fields are present. This allows the use of the Run() methods with any administration task in addition to AQL queries.

Response UnmarshalResult method fixed

24 May 16:04
Compare
Choose a tag to compare
v2.0.1

UnmarshalResult method fixed. Closes #23

V2.0.0

20 May 11:04
Compare
Choose a tag to compare
v2.0.0

Readme updated

Last V1 stable version

20 May 11:02
Compare
Choose a tag to compare

New graph and bind parameters features

28 Dec 01:16
Compare
Choose a tag to compare
  • Graph API and bind parameters now supported.
  • A lot of small fixes.

Run methods are on the DB

19 Oct 11:17
Compare
Choose a tag to compare

Run methods are now on the DB object. It allows easier mocking for users and less code repetitions in Arangolite.