New release v1.5.0
This release brings the following (breaking) changes:
- Switch to faster map data type - all previous usage of Data.Map.Strict and Data.Set is replaced with Data.HashMap.Strict and Data.HashSet. (#131)
- Add
oiUserMetadatato parse and return user metadata stored with an object. (#132, #133) - Add
GetObjectResponsedata type for the value returned bygetObject. It now contains parsed ObjectInfo along with the conduit of object bytes. (#134)