You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
9
-
* New proto definition base sql sink feature. go run `substreams-sink-sql from-proto`
10
-
* That feature inspect the protobuf structure of your output module and create database tables and constraints base on new protobuf options then ingest the your module output data.
* Added support for `Upsert` operation in Postgres, Clickhouse isn't supported right now.
13
11
14
12
* Improved batch block flush logic to flush after a certain number of blocks instead of taking by modulo.
15
13
16
14
* Fixed cursor loading on Clickhouse.
17
15
18
16
* Fixed a bug with not flushing rows on stream completion.
17
+
19
18
* Added `--clickhouse-cluster` flag. If non-empty the sink will apply a `ON CLUSTER <cluster>` clause when setting up tables and replace table engines with their `Replicated` counterparts.
20
19
* Added flushed block number and time drift metrics.
0 commit comments