Changelog for aws-kinesis-client-0.4.0.2

v0.4.0.2

This release contains (only) breaking changes to the Consumer CLI.

We have switched to using the configuration-tools package for passing options to the CLI. This makes configuration much more robust, and adds support for using a YAML-formatted configuration file, as well as granularly overriding options in a cascading manner (through multiple configuration files, or by passing command line arguments).

See example_config.yml for an example configuration file. Run kinesis-cli --help to see supported command-line arguments.

v0.4.0.1

This release fixes a bug in the Consumer where a saved state could get clobbered in case no further records were found at the restored point on a shard.

v0.4.0.0

This release contains breaking changes.

Other non-breaking changes:

v0.3.0.2

v0.3.0.1

v0.3.0.0

All changes were in the Producer client.

v0.2.0.3

All changes were in the Consumer CLI.

v0.2.0.2

v0.2.0.1

All changes were in the Consumer CLI.

v0.2.0.0

v0.1.0.2

v0.1.0.1

v0.1.0.0

Initial release