Skip to content

Releases: vsrc/jaguar

v1.2.0

25 Oct 10:43

Choose a tag to compare

Get endpoint response changed to return the total count of items stored in that collection. The new response looks like:

{
    "data": [
        "... data objects are here now"
    ],
    "total_count": 1000
}

v1.1.0

23 Oct 10:46

Choose a tag to compare

  1. Download
  2. Unzip
  3. Doubleclick or run from console

v1.0.0

12 Oct 18:45

Choose a tag to compare

Simply download binary file for your system AND conf.json file as well and run the binary file from command line.

Alternatively, the source code can be downloaded and compiled manually. Having golang installed is a prerequisite to be able to compile the code with following two commands:

go get
go build