Releases: hstreamdb/hstream
Releases · hstreamdb/hstream
Release v0.9.0
Release v0.8.0
Release v0.7.0
v0.6.0
Release v0.5.3
- Refactoring & Improvements on Subscribe APIs
- A new HStream.Stats module
- Bug fixes
Release v0.5.2
Bug fixes
Release v0.5.1
Bug fixes
- fix implement of subscription
Breaking Changes
- Code Refactoring: RPC apis ( proto file has been changed)
HStreamDB v0.5 Released
HStreamDB v0.5 is released now, it mainly includes the following changes:
HStreamDB, the cloud-native streaming database built for IoT data storage and real-time analytics. All the following changes are explained in detail in the documentaions.
Main Features:
- Supports basic materialized view
- Supports Java SDK for users to use HStreamDB programmatically
- Supports sink connector to export data from HStreamDB
- MySQL Connector
- ClickHouse Connector
- Supports dashboard to provide a primary web-based graphical interface to view and access HStreamDB’s main resources
Enhancement:
- Improvements on stream management, including
CREATE
,DROP
,SHOW
etc. - Improvements on writing data to streams via the CLI
- Improvements on consuming data from the stream
- Improvements on SQL-based stream processing