Skip to content

Releases: StreetContxt/kcl-akka-stream

4.1.1

26 Apr 15:51
Compare
Choose a tag to compare

Back-ported the move to Sonatype, this release is identical (Code and dependencies) to 4.1.0, with the exception of the dependency on our kpl-scala library which uses the sonatype release, which is identical (code wise) to the previous release.

5.0.0

21 Apr 17:12
6d3962b
Compare
Choose a tag to compare

What's changed

📈 Dependency updates

Contributors to this release

@angelo-streetcontxt, @github-scx and @mergify[bot]

v4.1.0

02 Sep 19:39
e4cb93d
Compare
Choose a tag to compare

What's changed

Update KCL to v2.3.0

📈 Dependency updates

🧰 Maintenance

  • Add Release Drafter config (#57) @bpg

Contributors to this release

@bpg, @github-scx and @mergify[bot]

4.0.0

16 Jul 14:48
ab5a7ea
Compare
Choose a tag to compare

Updated the ConsumerConfig class, and the readme section on configuration, to address some inconsistencies. See long explanation in the PR: #46

User impact, in brief:

  • If you are creating a ConsumerConfig using the fromConfig method, you won't need to change anything. The new method is backwards-compatible, but adds parameters so more customization can be done with the method
  • If you are creating a ConsumerConfig in another way, you might need to make some small changes: use either the fromConfig or apply method, and override the default params for customization. See the ConsumerConfig class for details.

This release also includes some dependency upgrades.

3.0.1

29 May 00:23
@bpg bpg
92e117b
Compare
Choose a tag to compare
  • Bumped amazon-kinesis-client and akka versions.

3.0.0

22 Apr 15:58
eb49163
Compare
Choose a tag to compare

Upgrade to KCL v2

2.1.0

16 May 01:27
1abce4c
Compare
Choose a tag to compare
  • Upgraded amazon-kinesis-client to 1.9.3

2.0.3

17 May 18:05
949403b
Compare
Choose a tag to compare
  • Added locking around checkpoint state in case of concurrent calls on shutdown

2.0.2

19 Apr 19:55
690f3d7
Compare
Choose a tag to compare
  • Better documentation and readme
  • Bumped kpl-scala version

2.0.1

18 Apr 22:00
d63876e
Compare
Choose a tag to compare
  • Added Scala 2.12 cross-publishing