Skip to content

Releases: gdcc/python-dvuploader

v0.2.3

09 May 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

04 Apr 09:45
Compare
Choose a tag to compare

What's Changed

  • Fix singlepart direct upload by @JR-1991 in #8
    • Based on issue #7

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Jan 21:26
Compare
Choose a tag to compare
  • Native upload now packages small files into ZIPs
  • Minor bug fixes for singlepart direct upload

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Jan 18:48
c00f34f
Compare
Choose a tag to compare

What's Changed

  • fix typo in the code snippet demo by @kmario23 in #1
  • [Feature] Command Line Interface by @JR-1991 in #4
  • [Feature] - Native upload and replacement functionality by @JR-1991 in #5
  • Migrate to async requests and update visual response by @JR-1991 in #6

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Sep 05:20
Compare
Choose a tag to compare

Python equivalent to the DVUploader written in Java. Complements other libraries written in Python and facilitates the upload of files to a Dataverse instance via Direct Upload.

Features

  • Parallel direct upload to a Dataverse backend storage
  • Files are streamed directly instead of being buffered in memory
  • Supports multipart uploads and chunks data accordingly