Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 2.17 KiB

3.4.0-pre

  • Better upload progress on web

3.3.3

  • Fix empty upload error
  • Update README.md

3.3.3-pre

  • Update stream file upload

3.3.2-pre

  • Add tests

3.3.1-pre

  • Improve upload progress granularity
  • Fix broken test

3.3.0-pre

  • Support listening upload progress

3.2.0

  • Fix response body utf-8 encoding #14

3.1.0

  • Add listAllObjects and listAllObjectsV2
  • Fix signing error in listObjects when prefix contains spaces #34
  • Improved compatibility with Filebase #31

3.0.0

  • Fixes signing error in case object name contains symbols #29

2.1.0-pre

  • getObject now returns MinioByteStream with an additional contentLength field.