amazonka 1.4.2 → 1.4.3
raw patch · 2 files changed
+17/−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 +15/−0
- amazonka.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,20 @@ # Change Log +## [1.4.3](https://github.com/brendanhay/amazonka/tree/1.4.3)+Released: **09 June, 2016**, Compare: [1.4.3](https://github.com/brendanhay/amazonka/compare/1.4.2...1.4.3)++### Fixed++- Additional fixes for APIGateway timestamps. [\#291](https://github.com/brendanhay/amazonka/issues/291)+- CloudWatchLogs `FilterLogEvents` pagination now correctly returns all results. [\#296](https://github.com/brendanhay/amazonka/issues/296)+- Documentation code samples for IoT, Lambda, and Discovery are now correctly Haddock formatted.++### Changes++- Documentation is now formatted more consistently at the expense of longer line columns.+- `POSIX` timestamps no longer have unecessary (and misleading) Text/XML instances.++ ## [1.4.2](https://github.com/brendanhay/amazonka/tree/1.4.2) Released: **03 June, 2016**, Compare: [1.4.2](https://github.com/brendanhay/amazonka/compare/1.4.1...1.4.2)
amazonka.cabal view
@@ -1,5 +1,5 @@ name: amazonka-version: 1.4.2+version: 1.4.3 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.4.2.*+ amazonka-core == 1.4.3.* , base >= 4.7 && < 5 , bytestring >= 0.9 , conduit >= 1.1