Releases: caltechlibrary/dataset
Bug fix, crash on nil c.Model
Fixed crash when c.Model was nil. Updated to models v0.0.4.
Experimental model support
This release adds experimental model support and validation to datasetd. Additionally it adds support for urlencode data submissions to the JSON API.
maintenance
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
This release features improved output options for dsquery and support for that in the datasetd API.
Installer script improvements
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
Added an experimental Powershell installer for dataset.
Full Changelog: v2.1.14...v2.1.15
Minor updates
This released updates some modules, fixes some documentation bugs.
Full Changelog: v2.1.13...v2.1.14
improvements to datasetd
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
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
Upgrade to go1.22 and also upgrade to the latest dependent packages.
Full Changelog: v2.1.9...v2.1.10