Skip to content

Commit f5759ba

Browse files
committed
Preparing for release v4.6.0
1 parent f1aa7f1 commit f5759ba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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.
11-
* Protobuf option: https://buf.build/streamingfast/substreams-sink-sql/docs/main:sf.substreams.sink.sql.schema.v1
12-
* Only support Postgresql database at this point.
8+
## v4.6.0
9+
10+
* Added support for `Upsert` operation in Postgres, Clickhouse isn't supported right now.
1311

1412
* Improved batch block flush logic to flush after a certain number of blocks instead of taking by modulo.
1513

1614
* Fixed cursor loading on Clickhouse.
1715

1816
* Fixed a bug with not flushing rows on stream completion.
17+
1918
* 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.
2019
* Added flushed block number and time drift metrics.
2120

0 commit comments

Comments
 (0)