Skip to content

Releases: datopian/data-cli

v0.8.6: IP addresses are not URIs; showing more details when validation fails…

15 Mar 08:15
Compare
Choose a tag to compare

v0.8.5

14 Mar 09:47
Compare
Choose a tag to compare
New release re Fix of pushing Excel files

v0.8.4: - validation now has better UX with details of what's going on

13 Mar 17:09
Compare
Choose a tag to compare
- added progress bar on file upload
- bug fixes
- better error handling and messages

v0.8.2

03 Mar 15:25
Compare
Choose a tag to compare
new release with fix for failing push tests

v0.7.14

28 Feb 08:33
Compare
Choose a tag to compare

Changes:

  • re-work on 'push' command so users can now push Excel sheets by name
  • re-work on 'cat' command so now we handle different encodings when 'catting' files
  • re-work on 'get' command for datasets from DataHub - now we only download "zipped" version and unzip it for you so you save traffic and it's much quicker
    • you also can now 'get' private datasets from DataHub (only if you're the owner)
  • re-work on 'info' command's output for dataset to include title at top and richer resource table
  • 'init' command bug fix: you can now use numbers in the dataset name
  • 'validate' command bug fix: you can now use profiles from registry in your descriptor, e.g., profile: 'data-package'
  • better error messages for 'push', 'get' and 'info' commands

v0.7.9: Changes:

19 Feb 08:20
Compare
Choose a tag to compare
* info command improvements:
  * now you can do info on non-tabular files and get a desctiptor for it
  * now 'info' command works with Excel files
* better error messages:
  * error message when pushing inlined dataset since we do not support it yet
  * more descriptive message when user "cat"s invalid URLs
  * more descriptive message when user "push"s empty files
  * general error throwing logic improvements in "datahub-client"

v0.7.8

15 Feb 21:37
Compare
Choose a tag to compare
new release re bug fixes and improvements in cat and push commands

v0.7.6

13 Feb 17:26
Compare
Choose a tag to compare

Changes

  • "info" command - now works with GitHub and DataHub datasets
  • suggestions when pushing is failed

v0.7.4: new release re validation improvements, get command bug fixes and upd…

12 Feb 16:18
Compare
Choose a tag to compare

Changes

  • "get" command
    • bug fix re getting a dataset from different publishers on DataHub
  • "validate" command
    • you can now validate remote datasets, e.g.:
      • try data validate https://github.com/frictionlessdata/test-data/tree/master/packages/basic-csv
      • or to get some error messages try data validate https://github.com/frictionlessdata/test-data/tree/master/packages/types-formats-and-constraints/year
    • "validate" command now works with different delimiters
  • update notifications
    • added module for notifying users about new versions of the CLI tool

v0.7.3

08 Feb 13:20
Compare
Choose a tag to compare

Changes

  • ability to push large streams