Skip to content

Commit aac67a7

Browse files
committed
Updated CHANGELOG for upcoming release
1 parent 1ff7db1 commit aac67a7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## v4.11.3
9+
10+
### DatabaseChanges mode improvements
11+
12+
* Fixed Clickhouse table fetching to ignore materialized columns when inserting data. If a column is materialized from another one, the column is skipped for data insertion coming from the Substreams.
13+
14+
* Added `handle_block_duration` to `postgres sink stats` periodic logger to show how long from start to finish handling a block takes (this make more sense once live where each block is flushed to the database normally).
15+
16+
* Added new Prometheus metrics:
17+
- `substreams_sink_sql_prune_reversible_segment_duration` - How long it takes to prune the reversible of the chain, when there is one
18+
- `substreams_sink_sql_tx_query_execution_duration{query_type: normal|undo}` - How long it took to execute the `tx.ExecContext` call for saving the received data into the database, `normal` being for the data insertion, `undo` being for the saving of "undo" row to handle re-orgs.
19+
20+
*Note* Current metrics starts with `substreams_sink_postgres`, we have started to now use `substreams_sink_sql`.
821

922
## v4.11.2
1023

0 commit comments

Comments
 (0)