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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,18 @@ 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.0.1
9
9
10
10
* Fixed the timestamp parsing in Clickhouse dialect.
11
11
* Fixed the schema in the tutorial for clickhouse.
12
-
* Bump version of `schema` dependency to fix errors with new Clickhouse versions now using `system.tables` table instead of `information_schema.tables` view.
13
12
* Add `--network` flag to override the default value in the manifest or spkg
14
13
15
14
## v4.0.0
16
15
16
+
* Bump version of `schema` dependency to fix errors with new Clickhouse versions now using `system.tables` table instead of `information_schema.tables` view.
17
+
18
+
## v4.0.0-rc.3
19
+
17
20
* Fix a critical bug breaking the reorg management when more than one row needs to be reverted.
0 commit comments