Releases: minio/minio-hs
Releases · minio/minio-hs
Feature release v1.7.0
NOTE: This release contains some breaking changes. Please see the CHANGELOG.md file.
What's Changed
- Enable partial fields warning by @donatello in #179
- Update CI configs by @donatello in #180
- Fix deprecation warnings by @donatello in #181
- Add
dev
flag to cabal file and update README by @donatello in #182 - Add Credentials module to use Assume Role API by @donatello in #184
- Update AWS Region Map by @vst in #185
- Fix XML generator tests by @donatello in #187
- Add GHC 9.4 to CI by @donatello in #186
- Add support for AssumeRole STS API by @donatello in #188
- Enable StrictData and bump up version for release by @donatello in #189
New Contributors
Full Changelog: v1.6.0...v1.7.0
Release 1.6.0
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
- Fix Actions CI by @donatello in #159
- Fix XML generation test for S3 SELECT by @donatello in #161
- Update formatting with latest ormolu 1.4 by @donatello in #163
- Use region specific endpoints for AWS S3 in presigned Urls by @donatello in #164
- Use single CI file based on kowainik by @donatello in #162
- Update CI by @donatello in #166
- Updates from new ormolu 0.4 by @donatello in #167
- Replace protolude with relude and build with GHC 9.0.2 by @donatello in #168
- Support Aeson 2 by @thomasjm in #169
- Test GHC 9.0.2 and 9.2.2 with Stack by @thomasjm in #170
- Update with changes for ormolu 0.5.0.0 by @donatello in #171
- Hlint fixes by @donatello in #173
- Bump up version for release 1.6.0 by @donatello in #172
New Contributors
Full Changelog: v1.5.3...v1.6.0
Release v1.5.3
Minor release v1.5.2
- 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
- Add support for GHC 8.8
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
oiUserMetadata
to parse and return user metadata stored with an object. (#132, #133) - Add
GetObjectResponse
data type for the value returned bygetObject
. It now contains parsed ObjectInfo along with the conduit of object bytes. (#134)
New release v1.4.0
This release brings the following changes:
Minor Release v1.3.1
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
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
This is a bug fix release with the following changes:
- Export Provider and findFirst to look for credentials (#103)