This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Releases: zalando/nakadi
Releases · zalando/nakadi
r3.1.4-2019-02-27
No changes were added to Nakadi. This release is to mark the compatibility of this commit with changes done to an external library for authorization.
r3.1.2-2019-02-26
Fix CME for cached resource admins. (Completes the checking of VIEW operation for subscriptions and event types)
r3.1.1-2019-02-25
Check on VIEW for event types and subscription endpoints exposed.
r3.1.0-2019-02-19
- Add ability to authorize endpoints based on a new
VIEW
resource. Implementing the appropriate logic in the authorization plugin is necessary. - Add ability to blacklist committers enhancing the system's resilience to accidental misusage.
r3.0.12-2019-02-12
- New Authorization Interface Support
- Added feature of recreating Kafka producer on broker ip change and retries for Kafka client for getting partitions.
r3.0.11-2019-02-06
- minor bugfixes
r3.0.10-2019-01-29
- fixed broken constant for accessing all-data-read authorization;
r3.0.10-2019-01-28
- Added audit log;
r3.0.9-2019-01-24
- Log correct status code for
/subscriptions/{}/events
endpoint. - Upgrade jekyll to 3.8.5
r3.0.8-2019-01-02
- Added propagation of partition key to kafka event key;