Releases: hstreamdb/hstreamdb-java
Releases · hstreamdb/hstreamdb-java
v0.6.2
27 Jan 05:57
Compare
Sorry, something went wrong.
No results found
New Features
Add the ability to automatically retry between multiple sever nodes of a cluster when a request fails
Bug Fixes
handle exception correctly in writeInternal and flush in #45
fix init clusterServerUrls in #51
handle cases of consumer failed in #5
Others
v0.6.1
11 Dec 07:55
Compare
Sorry, something went wrong.
No results found
upgrade log4j2 to 2.15.0 for 0-day vulnerability
v0.6.0
04 Nov 07:19
Compare
Sorry, something went wrong.
No results found
New Features
Add support for hstream server cluster.
v0.5.1
15 Oct 09:52
Compare
Sorry, something went wrong.
No results found
New Features
add a new createStream method allowing specifying replicationFactor (#35 )
Breaking Changes
remove writeSync methods in Producer
Bug Fixes
fix Producer send extra empty request in #33
fix getNormalOffset in SubscriptionOffset in #34
fix error when producer write failed in #36
v0.5.0
10 Oct 04:32
Compare
Sorry, something went wrong.
No results found
New Features
support shared subscription: multiple consumers can join in the same shared subscription, and each consumer will receive a subset of the records.
Others
add some builder interfaces
add examples to the repository
add snapshot artifact
improve generated javadoc
some bug fixes
v0.4.0
02 Sep 08:27
Compare
Sorry, something went wrong.
No results found
Breaking Changes
replace generated classes in public interfaces
remove protobuf-java from interface dependencies
Fix
fix Comsumer failed because of RecordReceiver exception
Others
v0.3.0
13 Aug 10:28
Compare
Sorry, something went wrong.
No results found
Breaking Changes
add new Queryer interface
remove streamQuery
Docs
improve javadoc
add example usage
v0.2.0
13 Aug 10:34
Compare
Sorry, something went wrong.
No results found
Breaking Changes
refactor Consumer interface