1.0 KiB
1.0 KiB
Changelog
Version 0.2.0
This is an interim release which brings some new features. However, the library is not complete and APIs may change.
- Remove
listIncompletePartsAPI and augmentlistIncompleteUploadsAPI with information about aggregate size of parts uploaded. - Refactors error types and simpler error throwing/handling behaviour.
- Add
removeObjectAPI to delete objects from the service. - Rename
Network.Minio.getServicetoNetwork.Minio.listBuckets. - Add
docs/API.mdand 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
copyObjectAPI to perform server side object copying. - Rename
putObjectFromSourceAPI asputObject. - Separate out tests into two suites, one with a live-server and the other without any external dependencies.