Releases: hstreamdb/hstreamdb-java
Releases · hstreamdb/hstreamdb-java
v0.6.2
Compare
Sorry, something went wrong.
No results found
daleiz
released this
27 Jan 05:57
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
Compare
Sorry, something went wrong.
No results found
daleiz
released this
11 Dec 07:55
upgrade log4j2 to 2.15.0 for 0-day vulnerability
v0.6.0
Compare
Sorry, something went wrong.
No results found
daleiz
released this
04 Nov 07:19
New Features
Add support for hstream server cluster.
v0.5.1
Compare
Sorry, something went wrong.
No results found
daleiz
released this
15 Oct 09:52
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
Compare
Sorry, something went wrong.
No results found
daleiz
released this
10 Oct 04:32
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
Compare
Sorry, something went wrong.
No results found
daleiz
released this
02 Sep 08:27
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
Compare
Sorry, something went wrong.
No results found
daleiz
released this
13 Aug 10:28
Breaking Changes
add new Queryer interface
remove streamQuery
Docs
improve javadoc
add example usage
v0.2.0
Compare
Sorry, something went wrong.
No results found
daleiz
released this
13 Aug 10:34
Breaking Changes
refactor Consumer interface