Make it visible to users when breaking changes happen in the repo * Add changelog w/ link to previous stable version of library
831 B
831 B
Change Log
All notable changes to this project will be documented in this file.
Unreleased (master)
** Breaking changes to consumer library **
Major changes:
- Use functional options for config
- Remove intermediate batching of kinesis records
- Call the callback func with each record
- Use dep for vendoring dependencies
- Add DDB as storage layer for checkpoints
Minor changes:
- remove unused buffer and emitter code
v0.1.0 - 2017-11-20
This is the last stable release of the consumer which aggregated records in batch before calling the callback func.
https://github.com/harlow/kinesis-consumer/releases/tag/v0.1.0