Skip to content

Releases: caltechlibrary/dataset

Metadata bug fixes

27 Jan 00:46
Compare
Choose a tag to compare
Metadata bug fixes Pre-release
Pre-release

Mostly bug fixes from v0.0.14-dev but added collection.AttachFile(),
collection.CreateFrom(), collection.ReadInto(), collection.UpdateFrom() were added as convenience methods to collections for use by other Caltech Library go packages.

Embedded metadata exploration

25 Jan 23:45
Compare
Choose a tag to compare
Pre-release

In this development release the number of "exported" Go functions is down to those which are required to implement the command line tools. Attachments now store a '_Attachments' attribute in the JSON document stored in a dataset collection. Likewise the attribute _Key is added to the JSON document on creation. This lets us expose the value of the key in sorting and filtering operations.

This version is compiled with Go v1.9.3, Bleve v0.6.0 and cli v0.0.9.

Now with `-sample`

24 Jan 20:12
Compare
Choose a tag to compare
Now with `-sample` Pre-release
Pre-release

Updated option and parameter handling to match cli package v0.0.9. Some documentation updated (lots still todo). Added a "-sample" option for dataset and dsfind commands. Minor bug fixes.

December 2017 Bug fix release

12 Dec 17:20
Compare
Choose a tag to compare

Fixes minor bugs found in v0.0.10. Compiled against updated Caltech Library Go packages.

export-gsheet parameter count bug fix

12 Dec 15:33
Compare
Choose a tag to compare
Pre-release

export-gsheet parameter count bug fix

pipeline bug fixes

04 Dec 18:10
Compare
Choose a tag to compare
pipeline bug fixes Pre-release
Pre-release

Fixed standard input and file handling. To read from standard input use the '-i -' option otherwise commands like 'dataset create' will expect to have content passed as a command line parameter.

This release is compiled with the following library versions:

github.com/caltechlibrary/cli -- v0.0.5-pre
github.com/caltechlibrary/dataset -- v0.0.10-pre
github.com/caltechlibrary/dotpath -- v0.0.1
github.com/caltechlibrary/mkpage -- v0.0.20-dev
github.com/caltechlibrary/storage -- v0.0.2
github.com/caltechlibrary/tmplfn -- v0.0.18-dev
github.com/caltechlibrary/wsfn -- v0.0.1

GSheet integration tests skipped as that feature is still experimental.

December 2017 Release

08 Dec 23:18
Compare
Choose a tag to compare

This release includes many bug fixes and feature normalization. It is our production release for Caltech Library.

Bug Fix release

21 Nov 22:45
Compare
Choose a tag to compare
Bug Fix release Pre-release
Pre-release

This release fixes a bug in dataset list when reading keys from standard in.

Bug fixes, small refinements

20 Nov 23:20
Compare
Choose a tag to compare
Pre-release

Improved handling of stdin for create, read, update, list, keys and count. Added list for getting back records as an array. Fixed some bugs.

Added key list handling

07 Nov 21:59
Compare
Choose a tag to compare
Pre-release
  • read now supports returning multiple JSON docs as an array if multiple keys provided (either on cli or received on stdin)
  • keys now supports filter expressions and sort expressions
  • count works on subset of records if filter expression is provided