This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Releases: zalando/nakadi
Releases · zalando/nakadi
v2.2.0
Added
- Enable lz4 compression type for Kafka producer
v2.1.1
Fixed
- Sync flush batches when using gzip streams.
v2.1.0
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
Fixed
- Added validation of offsets availability when resetting subscription cursors.
Changed
- Removed authorization for subscription creation
v2.0.0
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
Fixed
- Fixed bug with incorrect lag calculation for subscirption.
- Optimized subscription stats endpoint for subscriptions with many event types inside.
v1.1.2
Changed
Updated kafka client library to 0.10.1.0
v1.1.0
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
Changelog
Fixed
- Fixed log level of InvalidStreamIdException.
- Fixed reading events with Low Level API from event type with expired timeline.
v1.0.0
Changelog
Added
- Authorization on reading from, modifying and publishing to an event type.