Skip to content

v1.11.0

Choose a tag to compare

@lmarini lmarini released this 01 Sep 21:44
· 380 commits to master since this release
6ef6f15

1.11.0 - 2020-08-31

Added

  • Downloaded datasets now include DataCite v4 XML files in the output /metadata folder.
  • Script to clean extractors' tmp files scripts/clean-extractors-tmpfiles/.
  • Script for RabbitMQ error queue cleanup scripts/rmq-error-shovel/.
  • Ability to use HTML formatting in the welcome message on the home page. #51
  • Expose a read-only list of extractors to all users.

Changed

  • Improved test script scripts/tester/tester.sh to report successes once a day.

Fixed

  • Escape colon characters on search values for search box and advanced search to allow those values in a search.
  • Typesafe now only offers https access. #49
  • If uploading files by url > 2147483647 it would fail. #54