Releases: dehora/nakadi-java
Releases · dehora/nakadi-java
0.0.9
- Allow custom scopes to be set for event streaming.
- Allow custom scopes to be set for event sending.
- Allow scopes and custom scopes to be set for event type resources.
- Allow custom scopes to be set for subscriptions.
- Simplify event sending method interface.
0.0.8
0.0.7
- Change the TokenProvider interface to accept a scope; breaking interface change with 0.0.6
- Add an extension jar, "nakadi-java-zign", for Zign tokens #20
- Make ExecutorServiceSupport public (allows the Zign extension to run in the background)
- Use the event write scope when sending an event
- Use the event read scope when opening an event stream
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
- Make UndefinedEventMapped and BusinessEventMapped generic #18
- Handle half-open connections or the server not sending keepalives within batch limit time. #21
- Remove the option to configure the JSON provider.
- Handle leap second strings by pushing them back 1 second.
- Improve stream processor and observer logging.
- Rework thread model to use two single threaded io and processing executors.
- Grant copyright to Zalando SE.