Skip to content

Releases: kanuku/nakadi-klients

Release 2.0.5

29 May 07:29
Compare
Choose a tag to compare

Release 2.0.4

11 Apr 16:27
Compare
Choose a tag to compare

ATTENTION: DO NOT USE THIS VERSION!!

Fixes a bug #127!

Release 2.0.3

06 Jan 13:24
Compare
Choose a tag to compare
  • Support for creation of event-types with different compatible-modes. #123

Release 2.0.2

28 Oct 12:49
Compare
Choose a tag to compare
  • Fixed bug #118 - Change generated event-metadata.statistics and event-metadata.default_statistics into event-metadata.default_statistic.
  • Fix bug #109 - Prevent of leaking OAuth2 tokens.

Release 2.0.1

26 Sep 11:07
Compare
Choose a tag to compare

Removed the logback.xml from the jar #114.

Release 2.0

26 Sep 06:50
Compare
Choose a tag to compare

Fixed bug(Scala only) where client stops to listen after a parsing error #111.
Fiexed a bug(Scala and Java) when using own deserializer when publishing events #112 .

2.0.0-alpha.20

26 Jul 09:32
Compare
Choose a tag to compare
2.0.0-alpha.20 Pre-release
Pre-release

This is the first non-development release for the version >= 2.0!
Incrementing the version number will not suffice, you need to remove the pre tag from the version.
New version: 2.0.0-alpha.20

  • Logback (slf4j ) dependency is set to test scope and is therefore optional #82.
  • Size of used receive buffer in streaming process is now configurable #55.
  • Integration with Travis CI #69.

2.0.0-pre-alpha.19

20 Jul 15:53
Compare
Choose a tag to compare
2.0.0-pre-alpha.19 Pre-release
Pre-release
  • Fixed a bug in the reconnection logic, see #91.
  • Fixed a bug that occurred when getting data from enrichment-strategies endpoint, #70.
  • Deletion of eventTypes has been implemented for both API's, #81.
  • Updating of eventTypes has been implemented for both API's, #89.
  • Added extra tests for the Java & Scala Api models, #54.

2.0.0-pre-alpha.18

01 Jul 13:28
Compare
Choose a tag to compare
2.0.0-pre-alpha.18 Pre-release
Pre-release
  • Bugs in the Java DataChangeEvent Model have been fixed. #88 & #84.
  • Serialization and Deserialization of all Java Models are tested using the defaultSerializer. #54.
  • Logback is not defined as hard dependency, no need to explicit exclude it. #82 .

2.0.0-pre-alpha.17

30 Jun 14:48
Compare
Choose a tag to compare
2.0.0-pre-alpha.17 Pre-release
Pre-release
  • Fixed a bug where DataChangeEvent would get deserialized to json with a wrong fieldname. #84.