Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Releases: zalando/nakadi

v2.6.7

15 May 12:50
81bd9f9
Compare
Choose a tag to compare

Fixed

  • Improved performance of listing subscriptions with their status

v2.6.6

08 May 13:35
6d4849e
Compare
Choose a tag to compare

Added

  • Allow Nakadi admin set unlimited retention time for event type

v2.6.5

08 May 13:37
1446829
Compare
Choose a tag to compare

Added

  • Detailed log message in case if hake uncommitted timeout happen

v2.6.4

26 Apr 10:57
87bf767
Compare
Choose a tag to compare

Added

  • Add optional status to the /subscriptions endpoint

Fixed

  • Fixed commit for subscriptions that use direct assignment of partitions
  • Fixed OutOfMemoryError when using huge values for batch_limit and max_uncommitted_events
  • Added flushing of collected events when reaching stream_timeout in subscription API

v2.6.3

10 Apr 22:06
431b282
Compare
Choose a tag to compare

Fixed

  • Do not log a complete stack trace when a user tries to publish to a non-existing event type

v2.6.2

05 Apr 12:55
fb54e61
Compare
Choose a tag to compare

Changed

  • Changed the way how nakadi parses events, eliminating the need of json serialization during publish

v2.6.1

03 Apr 13:24
34bb11f
Compare
Choose a tag to compare

Fixed

  • Do not log a complete stack trace when a user makes a request for a non-existing subscription

v2.6.0

28 Mar 13:37
43f1803
Compare
Choose a tag to compare

Added

Allow to select partitions to read from a subscription

v2.5.9

07 Mar 14:52
a472e7e
Compare
Choose a tag to compare

Changed

  • Updated json-schema validation library, now using RE2/J for regex pattern matching

v2.5.7

15 Feb 13:08
9ce4242
Compare
Choose a tag to compare

Changed

  • Optimize subscription rebalance with inter-region zookeepers

Fixed

  • Server does not implement Problem JSON for auth errors