All Versions
22
Latest Version
Avg Release Cycle
130 days
Latest Release
1661 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.22 Changes
March 04, 2020- 0.22.1
- Update to aeson-2
- Support http-client 0.7
- Support base64-bytestring 1.2
- Support attoparsec 0.14
- Support base16-bytestring 1.0
- 0.22
- Support GHC 8.8
- Support network-3
- Support http-client 0.6+
- S3: add etag to PutObjectResponse
- Add IAM group manipulation methods
- 0.22.1
-
v0.21 Changes
February 23, 20190.21.1
- S3: Add PutBucketVersioning command
0.21
- S3: Make user DisplayName field optional (used in "GetBucket" among other places)
- Use HTTP.getGlobalManager from http-client-tls by default (more efficient, and we have a transitive dependency on the package anyways)
-
v0.20 Changes
May 15, 2018- 0.20
- Update to conduit 1.3 and http-conduit 2.3 (breaking API change due to removal of ResumableSource, which was used in public APIs)
- S3: Fix to V2 string signing
- 0.20
-
v0.19 Changes
May 14, 2018- 0.19
- Experimental support for V4 signing
- Add "eu-west-2" endpoint for some services
- Loosen http-conduit bounds
- 0.19
-
v0.18 Changes
December 02, 2017- 0.18
- Switch from cryptohash to cryptonite
- Loosen boundaries for http-types and conduit-extra
- 0.18
-
v0.17.1
September 30, 2017 -
v0.17 Changes
September 30, 20170.17.1
- Fix testsuite build
0.17
- HTTP proxy support
- DDB: Support for additional interfaces, bug fixes
- Relax version bounds
-
v0.16 Changes
February 05, 2017NOTES: 0.16 brings technically breaking changes, which should not affect most users. I recommend using smart constructors and {} matching syntax whenever possible when interacting with aws types.
- 0.16
- S3: Add support for versioning
- S3: [breaking change] Move version ID from UploadPartResponse to CompleteMultipartUpload.
- 0.16
-
v0.15.1
February 05, 2017 -
v0.15 Changes
December 21, 2016NOTES: 0.15 brings technically breaking changes, but should not affect most users.
0.15.1
- Support xml-conduit 1.4
0.15
- Drop support for time <1.5
- Support http-client 2.2
- Support directory 1.3
- Add upper bound on http-client in testsuite
- DynamoDB: Eliminate orphan instance that conflicted with aeson-1.0
- S3: Don't URI encode response header override query params when signing
- Use HTTP.newManager instead of deprecated HTTP.withManager
- Signing: Change date format from space-padding to zero-padding