Skip to content

Releases: caltechlibrary/dataset

Bug fix, crash on nil c.Model

08 Oct 16:47
Compare
Choose a tag to compare

Fixed crash when c.Model was nil. Updated to models v0.0.4.

Experimental model support

03 Oct 23:58
Compare
Choose a tag to compare

This release adds experimental model support and validation to datasetd. Additionally it adds support for urlencode data submissions to the JSON API.

maintenance

19 Sep 13:45
Compare
Choose a tag to compare

This is a maintenance release. A minor bug in datasetd static file services was fix so that JavaScript files have a mime type of "application/javascript". Fixed some issue in "make.bat" for compiling on Windows.

dsquery and datasetd updates

10 Sep 19:29
Compare
Choose a tag to compare

This release features improved output options for dsquery and support for that in the datasetd API.

Installer script improvements

10 Jul 23:26
Compare
Choose a tag to compare

If you set the environment variable PKG_VERSION the installer script will download and install the specified version. Otherwise it will download the default value in the script.

env PKG_VERSION='2.1.5' curl https://caltechlibrary.github.io/dataset/installer.sh | bash

or

$env:PKG_VERSION = '2.1.5'
irm https://caltechlibrary.github.io/dataset/installer.ps1 | iexp

Minor release

09 Jul 16:04
Compare
Choose a tag to compare

Added an experimental Powershell installer for dataset.

Full Changelog: v2.1.14...v2.1.15

Minor updates

05 Jul 17:08
Compare
Choose a tag to compare

This released updates some modules, fixes some documentation bugs.

Full Changelog: v2.1.13...v2.1.14

improvements to datasetd

12 Jun 19:01
Compare
Choose a tag to compare

Added documentation for datasetd explaining YAML syntax, API as well as example systemd service file. This release also fixes a problem in supporting the query path there the order of the form fields need to match the order of the parameters in the SQL statement.

Full Changelog: v2.1.11...v2.1.13

Documentation for fixes, yaml support in configuration

11 Jun 21:13
Compare
Choose a tag to compare

With release includes corrections in the documentation of datasetd, the dataset RESTful JSON API. It also allows configuring that service using YAML instead of JSON.

Maintenance Release

27 Feb 00:22
Compare
Choose a tag to compare

Upgrade to go1.22 and also upgrade to the latest dependent packages.

Full Changelog: v2.1.9...v2.1.10