Changelog of @hackage/aws-kinesis-client 0.2.0.1

v0.2.0.1

All changes were in the Consumer CLI.

  • Add switch to get credentials from EC2 instance metadata, --use-instance-metadata

  • Make --limit optional to consume indefinitely

  • Allow custom region with --region

  • If the CLI is terminated for any reason, before shutting down it will record its state if --save-state is passed

v0.2.0.0

  • [Consumer] Add the ability to save & restore stream state (i.e. last consumed sequence number per shard).

  • [Consumer CLI] Add --save-state, --restore-state options

v0.1.0.2

  • Support specifying AWS keys as options to the CLI (either directly or from a file). You must specify one of these options.

  • Remove filtering & date range capabilities from the CLI; remove --raw option, which will now be the only behavior.

  • Fix CLI to print unescaped strings.

v0.1.0.1

  • Add some throttling to the consumer loop to avoid rate limiting
  • Relax the lower-bound on monad-control
  • Upgrade to lens-4.7, add lens-action dependency

v0.1.0.0

Initial release