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
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
## [14.5.0] - 2026-06-02
17
+
18
+
### Added
19
+
20
+
- Added support for new syntax for tables for Greenplum 7.
12
21
- Added `--structure-file` parameter for parse mode, which allows specifying the path to a properties file with directory layout overrides for project export.
13
22
14
23
### Changed
15
24
16
-
### Fixed
25
+
- Fixed parser errors for PostgreSQL.
26
+
27
+
### Security
28
+
29
+
- Increased version of JDBC driver for PostgreSQL due to CVE-2026-42198.
17
30
18
31
## [14.4.1] - 2026-05-06
19
32
@@ -185,7 +198,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
185
198
- Fixed a bug with the settings when saving objects to a project.
186
199
- Fixed false differences when ignoring table column order.
Copy file name to clipboardExpand all lines: CHANGELOG.ru.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,24 @@
9
9
10
10
### Добавлено
11
11
12
-
- Добавлен параметр `--structure-file` для режима parse, позволяющий указать путь к properties-файлу с альтернативной структурой директорий объектов при экспорте проекта.
13
-
14
12
### Изменено
15
13
16
14
### Исправлено
17
15
18
-
## [14.4.1] - 2026-05-06
16
+
## [14.5.0] - 2026-06-02
17
+
18
+
### Добавлено
19
+
20
+
- Добавлена поддержка нового синтаксиса для таблиц в Greenplum 7.
21
+
- Добавлен параметр `--structure-file` для режима parse, позволяющий указать путь к properties-файлу с альтернативной структурой директорий объектов при экспорте проекта.
22
+
23
+
### Исправлено
24
+
25
+
- Исправлены ошибки парсинга в PostgreSQL.
26
+
27
+
### Безопасность
28
+
29
+
- Повышена версия JDBC драйвера для PostgreSQL из-за CVE-2026-42198.
19
30
20
31
### Исправлено
21
32
@@ -183,7 +194,8 @@
183
194
- Исправлена ошибка с работой настроек при сохранении объектов в проект.
184
195
- Исправлены ложные различия при игнорировании порядка колонок таблицы.
0 commit comments