Skip to content

DVUploader v1.2.0

Latest
Compare
Choose a tag to compare
@qqmyers qqmyers released this 03 Oct 19:55
8a5bba1

Version 1.2.0 of DVUploader

  • Adds support for the /addFiles api endpoint in Dataverse that was added in v5.6. This allows for more efficient upload of many files when also using direct uploads. It also avoids retrying calls to Dataverse after Gateway timeouts which could result in duplicate file entries.

  • Makes directupload the default and will fail (with error message) unless the new -uploadviaserver flag is set (this flag warns that it isn't a good idea for large files). The -directupload flag is no longer supported as it is not needed.

  • Supports the new API in Dataverse 5.14 that allows discovery of the fixityAlgorithm in use and will upload files using it (the default is MD5 which was the only choice before). The default will be used with Dataverse instances at <5.14.

  • Includes Security updates (compared to v1.1.0 and to previous v1.2.0beta releases).