Skip to content

Releases: dehora/nakadi-java

0.7.0

09 Dec 01:56
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Rollup of 0.6.x releases

  • Add uncaught exception loggers to thread factories.
  • Add type literal helper support.
  • Fix request/3 to use non-throwing http call.
  • Handle retries with non-throwing requests.
  • Change streaming accept header to application/json #98
  • Add back pressure buffering to stream processor for volume stream requests. #100
  • Allow blocking access to stream processors

0.6.2

06 Dec 13:07
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Change streaming accept header to application/json #98

0.6.1

29 Nov 16:01
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Allow blocking access to streams (for debugging)

0.6.0

19 Nov 00:03
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Reject stream retry delays that are less than 1s #83
  • Extend RetryPolicy to support a max time backoff #81
  • Add some optional (non-throwing on 404) finders to event types and subscriptions #71

0.5.0

18 Nov 02:18
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Fix zign process call
  • TokenProviderZign adds known scopes by default #78
  • Update readme to point at nakadi-java-examples, help wanted, and recent features

0.4.0

17 Nov 18:03
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Make JsonSupport visible #73
  • Add serialized subscription finder #72

0.3.0

17 Nov 15:11
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Don't use exhausted (finished) retries, add a meter to track when this happens
  • Fix bug in throwing request with serialised response on the non-retry path
  • Clean up OkHttpResource http call chains, and always run requests inside an observable

0.2.0

17 Nov 02:36
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Test http resource methods
  • Test how business and undefined events are posted over HTTP
  • Test retryable exceptions
  • Test status code to exception mappings
  • Update serialization type for undefined events
  • Add Javadoc to the subscription resources
  • Handle the case when the server returns no problem

0.1.1

15 Nov 12:13
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Fix bug serializing raw responses.
  • Make ExponentialRetry public.

Replaces 0.1.0 which had a bad serialization bug

0.1.0

14 Nov 23:37
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Add backoff policy support to methods on Resource/OkHttpResource.
  • Add backoffs retryable errors on auto-paginators. #27
  • Add backoff support to retryable errors on metrics, registry, health, event type, event and subscription calls.
  • Allow callers to set retry policies.