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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,32 @@ 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
8
+
## v4.6.6
9
+
10
+
### `substreams-sink-sql run`
11
+
12
+
* Fixed a potential ordering issue if some tables are seen before others but rows are still dependent of each other.
13
+
14
+
## v4.6.5
15
+
16
+
### `substreams-sink-sql run`
17
+
18
+
* Fixed delete operation on composite keys.
19
+
20
+
* Read tables information only for given schema to avoid walking non-related tables.
9
21
10
22
### Clickhouse & `substreams-sink-sql from-proto`
11
23
24
+
* Improved signal handling by properly logging which signal was received.
25
+
12
26
* If a `clickhouse_table_options.partition_fields` already contains some partition for `_block_timestamp_`, the default `(toYYYYMM(_block_timestamp_))` will not be added anymore.
13
27
14
28
* The default partition on `_block_timestamp_` is now `(toYYYYMM(_block_timestamp_))` instead of just `_block_timestamp_`.
15
29
30
+
### Both implementations
31
+
32
+
* Automatically skip block flush if the average flush duration is above the time between blocks, preventing drift in these situations
0 commit comments