Releases: dehora/nakadi-java
Releases · dehora/nakadi-java
0.7.0
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
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
- 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
- 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