Update for new release (#120)
This commit is contained in:
parent
005c6f8e65
commit
663015fa9d
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
|||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
## Version 1.3.0
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
## Version 1.2.0
|
## Version 1.2.0
|
||||||
|
|
||||||
* Export Provider and findFirst to look for credentials (#103)
|
* Export Provider and findFirst to look for credentials (#103)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: minio-hs
|
name: minio-hs
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
synopsis: A MinIO Haskell Library for Amazon S3 compatible cloud
|
synopsis: A MinIO Haskell Library for Amazon S3 compatible cloud
|
||||||
storage.
|
storage.
|
||||||
description: The MinIO Haskell client library provides simple APIs to
|
description: The MinIO Haskell client library provides simple APIs to
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user