Releases: StreetContxt/kcl-akka-stream
Releases · StreetContxt/kcl-akka-stream
2.0.0
KinesisSources can now be reused for multiple materializations.
This change breaks the public API, so it's a major version bump.
1.0.4
- The shard merger now interleaves individual items instead of batches.
1.0.3
- Setup building on circle-ci and publishing to bintray
- The build uses a version "LOCAL-SNAPSHOT" unless it is a build triggered by a tag named release-x.x.x, in which case it will use the x.x.x portion of the tag name as the version.
- The build attempts to push releases to a bintray organization named streetcontxt, appropriate values for the BINTRAY_USER and BINTRAY_PASS (actually the API key) environment variables should be set in the circleci project.
- Updated kpl-akka dependency version and organization
- Updated this project's organization
1.0.2
- Renamed completed to processed
- fixed reference.conf.
- Added more stats.
- Bumped kpl-producer version.
1.0.1
Improved stats collection
1.0.0
Initial Release