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

Releases: zalando/nakadi

v2.2.0

11 Sep 09:56
Compare
Choose a tag to compare

Added

  • Enable lz4 compression type for Kafka producer

v2.1.1

22 Aug 13:30
Compare
Choose a tag to compare

Fixed

  • Sync flush batches when using gzip streams.

v2.1.0

21 Aug 15:40
Compare
Choose a tag to compare

Changed

  • Using Jetty instead of Tomcat as Servlet container.

Fixed

  • Using Jetty fixes a rare concurrency issue where messages could be delivered to the wrong stream.

v2.0.1

14 Aug 14:50
Compare
Choose a tag to compare

Fixed

  • Added validation of offsets availability when resetting subscription cursors.

Changed

  • Removed authorization for subscription creation

v2.0.0

09 Aug 14:40
Compare
Choose a tag to compare

Changed

  • Changed imports format to have the same structure

Removed

  • Removed read_scopes and write_scopes from event types
  • Removed CHECK_APPLICATION_LEVEL_PERMISSIONS feature

v1.1.3

04 Aug 10:57
Compare
Choose a tag to compare

Fixed

  • Fixed bug with incorrect lag calculation for subscirption.
  • Optimized subscription stats endpoint for subscriptions with many event types inside.

v1.1.2

02 Aug 11:09
Compare
Choose a tag to compare

Changed

Updated kafka client library to 0.10.1.0

v1.1.0

26 Jul 08:36
Compare
Choose a tag to compare

Added

  • The Nakadi manual merged to the project docs.
  • The template added to generate Nakadi website using github pages.
  • Addition of a new authentication mode, 'REALM'

Changed

  • The metrics endpoint documentation key "summary" changed to "description" in Open API file.
  • Event type authorization refactoring

Removed

  • Removed unused feature toggle CHECK_APPLICATION_LEVEL_PERMISSIONS
    for authorization based on owning_application.

Fixed

  • Fixed formatting of CursorDistanceResult in Open API file.

v1.0.1

14 Jul 14:15
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed log level of InvalidStreamIdException.
  • Fixed reading events with Low Level API from event type with expired timeline.

v1.0.0

12 Jul 16:15
Compare
Choose a tag to compare

Changelog

Added

  • Authorization on reading from, modifying and publishing to an event type.