Skip to content

Releases: multiprocessio/dsq

0.7.0

11 Mar 22:00
34088bb
Compare
Choose a tag to compare
  • Support for querying Apache ORC files courtesy of @gl28 🎆

0.6.0

08 Mar 17:27
ea2a1b9
Compare
Choose a tag to compare

Features

  • Adds support for specifying path to array of objects nested in objects
    • By extension, adds support for querying Excel files with multiple sheets

Performance

  • Switches internally to goccy/go-json from the standard library's JSON library
  • Use prepared statements for loading data into database

0.5.0

28 Feb 17:14
c8ea233
Compare
Choose a tag to compare

0.4.0

04 Feb 01:51
a38803c
Compare
Choose a tag to compare

Performance improvements. See multiprocessio/datastation#164 for details.

0.3.0

03 Feb 03:10
9809db5
Compare
Choose a tag to compare

This release adds support for concatenated json (.cjson files) and pretty printing (opt in with the -p or --pretty flag).

0.2.0

21 Jan 22:57
e6b0c02
Compare
Choose a tag to compare

This release adds support for querying nested values. See https:/multiprocessio/dsq#nested-object-values for details.

0.2.0-rc1

21 Jan 20:17
e6b0c02
Compare
Choose a tag to compare
0.2.0-rc1 Pre-release
Pre-release
Support querying nested objects (#14)

* Add docs and tests

* Update go mod

* Update go mod

* Add test for array data validation

* Fix test

0.1.0

15 Jan 03:59
4ce6546
Compare
Choose a tag to compare

Binaries are provided below for macOS, Linux and Windows on amd64 (x86_64).

Install instructions are here. Basically: download for your system, unzip, and add dsq to your $PATH.

0.1.0-rc1

15 Jan 03:50
4ce6546
Compare
Choose a tag to compare
0.1.0-rc1 Pre-release
Pre-release
Add automated releases (#4)

* Add automated releases sketch

* Add version to build process and help string

* Update format

* No need to run tests on release

* Debug zipping

* Fix release zip location

* Install 7z

* Zip not 7z

* .exe

* Update readme

* Add manual step too