Releases: dehora/nakadi-java
Releases · dehora/nakadi-java
0.19.0
- Fixes implementation of onStart for buffered observers #391. @fghibellini
- Provides an avro module for binary publishing #390. @adyach
- Refactoring content type handling to enable alternate formats #381.
- Supply content type from headers to enable alternate formats #379. @adyach, @samizzy
- Fixes to Problem type Javadoc and adds a marshal_entity problem #377.
0.18.0
0.17.0
0.16.0
This promotes 0.15.0 to use a new build and publishing setup.
- Supports publishing to sonatype and removes publishing to bintray #363
- Upgrades build to gradle 7.3 along with upgraded build plugins
Getting publishing to sonatype/maven required changing how the client was packaged (tbe code hasn't changed). The version bump is done to clearly identify the new packaging.
0.15.0
0.14.0
0.13.0
- Adds circleci 2 configuration.
- Adds support for sending authorizations with subscriptions. @lmontrieux