Skip to content

Releases: minio/minio-hs

Feature release v1.7.0

22 May 20:18
45e88d8
Compare
Choose a tag to compare

NOTE: This release contains some breaking changes. Please see the CHANGELOG.md file.

What's Changed

New Contributors

  • @vst made their first contribution in #185

Full Changelog: v1.6.0...v1.7.0

Release 1.6.0

27 May 23:28
d82b093
Compare
Choose a tag to compare

Summary

  • HLint fixes - some types were changed to newtype (#173)
  • Fix XML generation test for S3 SELECT (#161)
  • Use region specific endpoints for AWS S3 in presigned Urls (#164)
  • Replace protolude with relude and build with GHC 9.0.2 (#168)
  • Support aeson 2 (#169)
  • CI updates and code formatting changes with ormolu 0.5.0.0

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.6.0

Release v1.5.3

17 Oct 00:10
ab2c6b0
Compare
Choose a tag to compare
  • Fix windows build
  • Fix support for Yandex Storage (#147)
  • Fix for HEAD requests to S3/Minio (#155)
  • Bump up some dependencies, new code formatting, Github CI, example fixes and other minor improvements.

Minor release v1.5.2

29 Jan 19:37
d2a78df
Compare
Choose a tag to compare
  • Fix region us-west-2 for AWS S3 (#139)
  • Build examples in CI
  • Disable live-server tests by default, but run them in CI
  • Drop support for GHC 8.2.x

Minor Release 1.5.1

29 Jan 19:35
1eafa68
Compare
Choose a tag to compare
  • Add support for GHC 8.8

New release v1.5.0

29 Jul 19:41
1e6579b
Compare
Choose a tag to compare

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)

New release v1.4.0

10 Jul 17:16
0bcb1c9
Compare
Choose a tag to compare

This release brings the following changes:

  • Update listObjects and listObjectsV1 return type to include both files and directories. This is a breaking change. (#126)
  • Enable streaming signature for object uploads when not using TLS. (#123)
  • Add runMinioRes and runMinioResWith so applications can manage resource allocation and cleanup (#129)

Minor Release v1.3.1

13 May 19:29
909f1c4
Compare
Choose a tag to compare

This release adds a minor feature:

Add simple TLS helpers: (#121)

  • Check if ConnectInfo is secure

  • Option to disable TLS certificate validation (to make testing
    easier).

New release 1.3.0

10 May 23:22
663015f
Compare
Choose a tag to compare

This release brings the following changes:

  • Retry requests that timeout using full-jitter backoff (#119)
  • Accept GetObjectOptions in statObject (#112)
  • Add encryption options to GetObjectOptions and PutObjectOptions (#111)
  • Add missing Haddock documentation (#110)
  • Add support for S3Select API (#108)
  • New travis with support for multiple GHCs (#106)
  • Fix region setting in presigned url functions (#107)

New bug fix release

06 Jul 17:47
c8a32ad
Compare
Choose a tag to compare

This is a bug fix release with the following changes:

  • Export Provider and findFirst to look for credentials (#103)