minio-hs v0.2.0 Release Notes

Release Date: 2017-03-16 // about 7 years ago
  • ๐Ÿš€ This is an interim release which brings some new features. However, the library is not complete and APIs may change.

    • โœ‚ Remove listIncompleteParts API and augment listIncompleteUploads API with information about aggregate size of parts uploaded.
    • ๐Ÿ”จ Refactors error types and simpler error throwing/handling behaviour.
    • โž• Add removeObject API to delete objects from the service.
    • ๐Ÿ“‡ Rename Network.Minio.getService to Network.Minio.listBuckets.
    • โž• Add docs/API.md and examples directory with comprehensive documentation and examples of high-level APIs exported by the library.
    • ๐Ÿ“‡ Rename types:
      • Rename PartInfo -> PartTuple
      • Rename ListPartInfo -> ObjectPartInfo
    • โž• Add a bucket region cache to avoid locating a bucket's region for every operation (mainly useful for AWS S3).
    • โž• Add new copyObject API to perform server side object copying.
    • ๐Ÿ“‡ Rename putObjectFromSource API as putObject.
    • โœ… Separate out tests into two suites, one with a live-server and the other without any external dependencies.