Skip to content

New release v1.5.0

Compare
Choose a tag to compare
@donatello donatello released this 29 Jul 19:41
· 43 commits to master since this release
1e6579b

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 oiUserMetadata to parse and return user metadata stored with an object. (#132, #133)
  • Add GetObjectResponse data type for the value returned by getObject. It now contains parsed ObjectInfo along with the conduit of object bytes. (#134)