amazonka 1.3.0 → 1.3.1
raw patch · 2 files changed
+25/−2 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +23/−0
- amazonka.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,28 @@ # Change Log ++## [1.3.1](https://github.com/brendanhay/amazonka/tree/1.3.1)+Released: **09 September, 2015**, Compare: [1.3.0](https://github.com/brendanhay/amazonka/compare/1.3.0...1.3.1)++### Fixed++- Fix S3 ListObject pagination regression. [\#218](https://github.com/brendanhay/amazonka/issues/218)+- Corrected IS08601 timezone de/serialisation. [\#217](https://github.com/brendanhay/amazonka/issues/217)+- Remove required EC2 VPC `isDefault` member. [\#214](https://github.com/brendanhay/amazonka/issues/214)+- Correctly named MachineLearning CreateDataSourceFromS3. [4805074]++### Updated Service Definitions++- DeviceFarm+- IAM+- RDS+- ImportExport+- Route53+- CloudWatchLogs+- Kinesis+- DataPipeline+- EFS: Namespace rename from ElasticFileSystem -> EFS.+ ## [1.3.0](https://github.com/brendanhay/amazonka/tree/1.3.0) Released: **03 September, 2015**, Compare: [1.2.0.2](https://github.com/brendanhay/amazonka/compare/1.2.0.2...1.3.0)
amazonka.cabal view
@@ -1,5 +1,5 @@ name: amazonka-version: 1.3.0+version: 1.3.1 synopsis: Comprehensive Amazon Web Services SDK homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -55,7 +55,7 @@ , Network.AWS.Internal.Logger build-depends:- amazonka-core == 1.3.0.*+ amazonka-core == 1.3.1.* , base >= 4.7 && < 5 , bytestring >= 0.9 , conduit >= 1.1