aws-kinesis-client 0.3.0.1 → 0.3.0.2
raw patch · 3 files changed
+10/−6 lines, 3 filesdep ~aws-generaldep ~aws-kinesisdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aws-general, aws-kinesis, base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- aws-kinesis-client.cabal +4/−4
- cli/CLI.hs +1/−1
CHANGELOG.md view
@@ -1,8 +1,12 @@+### v0.3.0.2++- Upgrade aws-general, aws-kinesis lower bounds.+ ### v0.3.0.1 - [Producer] Write errors to stderr rather than stdout. -- [Consumer CLI] Exist with a failure code (1) when the run is not considered+- [Consumer CLI] Exit with a failure code (1) when the run is not considered successful (i.e. if a limit was specified, and the CLI failed to retrieve that many records).
aws-kinesis-client.cabal view
@@ -1,5 +1,5 @@ name: aws-kinesis-client-version: 0.3.0.1+version: 0.3.0.2 synopsis: A producer & consumer client library for AWS Kinesis -- description: license: Apache-2.0@@ -26,7 +26,7 @@ base-unicode-symbols, aeson >=0.8, aws >=0.10.5,- aws-kinesis >=0.1.3,+ aws-kinesis >=0.1.4, conduit >=1.2.3.1, containers >=0.5.5.1, data-carousel >=0.1.0.0,@@ -62,8 +62,8 @@ base-unicode-symbols, aeson >=0.8, aws >=0.10.5,- aws-general >=0.1.1,- aws-kinesis >=0.1.2,+ aws-general >=0.2.1,+ aws-kinesis >=0.1.4, aws-kinesis-client, conduit >=1.2.3.1, either >=4.3.2.1,
cli/CLI.hs view
@@ -138,7 +138,7 @@ , credentials = credentials , logger = defaultLog Warning }- , _kkKinesisConfiguration = KinesisConfiguration _clioRegion+ , _kkKinesisConfiguration = defaultKinesisConfiguration _clioRegion } , _ckStreamName = _clioStreamName , _ckBatchSize = 100