Skip to content

Releases: libgraviton/import-export

v1.0.1

11 Aug 07:09
Compare
Choose a tag to compare

Bugfix

  • Added missing assignation to command line variable. #32

v1.0.0

05 Jul 06:29
Compare
Choose a tag to compare

Important notice

As per this release, the project license now is the MIT License.

The purpose of this change is to simplify embedding our application into other projects by not placing any restrictions and/or obligations to the user.

Features

  • Add possibility to specify a file that lists the files to load #30
  • Add possibility to add arbitrary headers to the import HTTP requests #31

v0.10.1

22 Aug 07:16
Compare
Choose a tag to compare

Bugfixes

  • don't hardcode database name and use the name from --mongodb arg if available. #26

v0.10.0

17 Aug 08:20
Compare
Choose a tag to compare

Bugfix

  • error handling #25

Features

  • return error codes #25

v0.9.0

17 Aug 08:19
Compare
Choose a tag to compare
0.9.0

v0.8.0

27 Jun 11:24
Compare
Choose a tag to compare

Content

  • General Composer update.
  • Added Initial Data file upload for request (PUT). Refer to Readme for instructions.