aws 0.24.3 → 0.24.4
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~data-defaultdep ~filepathPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: data-default, filepath
API changes (from Hackage documentation)
- Aws.DynamoDb.Commands.UpdateItem: instance Data.Default.Class.Default Aws.DynamoDb.Commands.UpdateItem.UpdateAction
- Aws.DynamoDb.Core: instance Data.Default.Class.Default (Aws.DynamoDb.Core.DdbConfiguration Aws.Core.NormalQuery)
- Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.Conditions
- Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.QuerySelect
- Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.ReturnConsumption
- Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.UpdateReturn
+ Aws.DynamoDb.Commands.UpdateItem: instance Data.Default.Internal.Default Aws.DynamoDb.Commands.UpdateItem.UpdateAction
+ Aws.DynamoDb.Core: instance Data.Default.Internal.Default (Aws.DynamoDb.Core.DdbConfiguration Aws.Core.NormalQuery)
+ Aws.DynamoDb.Core: instance Data.Default.Internal.Default Aws.DynamoDb.Core.Conditions
+ Aws.DynamoDb.Core: instance Data.Default.Internal.Default Aws.DynamoDb.Core.QuerySelect
+ Aws.DynamoDb.Core: instance Data.Default.Internal.Default Aws.DynamoDb.Core.ReturnConsumption
+ Aws.DynamoDb.Core: instance Data.Default.Internal.Default Aws.DynamoDb.Core.ReturnItemCollectionMetrics
+ Aws.DynamoDb.Core: instance Data.Default.Internal.Default Aws.DynamoDb.Core.UpdateReturn
Files
- CHANGELOG.md +3/−0
- aws.cabal +3/−3
CHANGELOG.md view
@@ -5,6 +5,9 @@ most users. I recommend using smart constructors and {} matching syntax whenever possible when interacting with aws types. +- 0.24.4+ - Support filepath 1.5+ - Support data-default 0.8 - 0.24.3 - [breaking change] Added s3UserAgent constructor to S3Configuration - S3: Add GetBucketVersioning command
aws.cabal view
@@ -1,5 +1,5 @@ Name: aws-Version: 0.24.3+Version: 0.24.4 Synopsis: Amazon Web Services (AWS) for Haskell Description: Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.md>. Homepage: http://github.com/aristidb/aws@@ -144,9 +144,9 @@ conduit-extra >= 1.3 && < 1.4, containers >= 0.4, cryptonite >= 0.11,- data-default >= 0.5.3 && < 0.8,+ data-default >= 0.5.3 && < 0.9, directory >= 1.0 && < 2.0,- filepath >= 1.1 && < 1.5,+ filepath >= 1.1 && < 1.6, http-conduit >= 2.3 && < 2.4, http-client-tls >= 0.3 && < 0.4, http-types >= 0.7 && < 1.0,