minio-hs v0.3.0 Release Notes

Release Date: 2017-07-17 // almost 7 years ago
  • ๐Ÿš€ This release includes a breaking change:

    ๐Ÿ‘‰ Users of the library need not call runResourceT explicitly after calling runMinio. This is now done, within the runMinio call making usage a bit simpler.

    Other changes:

    • Export ListUploadsResult and ListObjectsResult (#48)
      • Also take max-keys as an argument for listObjects and max-uploads for listIncompleteUploads.
    • โž• Add bucket and object name validation (#45)
    • โž• Add bucketExists and headBucket APIs (#42)