Skip to content

Releases: dehora/nakadi-java

0.11.0

29 Aug 23:43
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • Strips trailing '/' from arg supplied to UriBuilder.builder. #330

0.10.0

25 Jul 09:31
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • Adds support for creating log compacted event types. #329

0.8.5.1

12 Apr 13:42
Compare
Choose a tag to compare
0.8.5.1 Pre-release
Pre-release

2018/04/12: This is a patch release forked from 0.8.5

  • Suppresses logging of some unhandled exceptions from StreamProcessor.

0.9.17

07 Nov 14:01
Compare
Choose a tag to compare
0.9.17 Pre-release
Pre-release

This promotes 0.9.17.b1 and 0.9.17.b2.

  • Allows a consumer to see the checkpoint response result from the server.
  • Allows the request write timeout to be set. #307
  • Fixes stop conjunction logic in StreamProcessor #304, @PetrGlad

0.9.16

07 Nov 14:12
Compare
Choose a tag to compare
0.9.16 Pre-release
Pre-release
  • Makes SubscriptionEventTypeStatsCollection constructor visible for testing.

0.9.15

07 Nov 14:12
Compare
Choose a tag to compare
0.9.15 Pre-release
Pre-release
  • promotes 0.9.15.b2 to 0.9.15
  • Adds a guard clause to avoid calling onStart when processor is stopping.
  • Removes logging noise.
  • Removes custom buffering from stream processor. #294
  • Tidies stream processor logging and reduces allocations.

0.9.14

07 Nov 14:13
Compare
Choose a tag to compare
0.9.14 Pre-release
Pre-release
  • Stops the processor after a successful response with a stream timeout.#291
  • Calls StreamObserver.onStop only on termination. #289

0.9.13

07 Nov 14:13
Compare
Choose a tag to compare
0.9.13 Pre-release
Pre-release
  • Lowers default batch buffer and allows setting by configuration. #256

0.9.12

07 Nov 14:13
Compare
Choose a tag to compare
0.9.12 Pre-release
Pre-release
  • Stops stream processor after retries are exceeded. #284
  • Avoids StreamProcessor.stop waiting on start completion.
  • Tidies up OkHttpResource args and connection closing.
  • Removes leap second check on event times.

0.9.11

07 Nov 14:14
Compare
Choose a tag to compare
0.9.11 Pre-release
Pre-release
  • Reduce allocations when marshalling events from a stream. #256