Skip to content

Commit b5c3881

Browse files
committed
version 14.5.0
1 parent 4587269 commit b5c3881

3 files changed

Lines changed: 33 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

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.
1221
- Added `--structure-file` parameter for parse mode, which allows specifying the path to a properties file with directory layout overrides for project export.
1322

1423
### Changed
1524

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.
1730

1831
## [14.4.1] - 2026-05-06
1932

@@ -185,7 +198,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
185198
- Fixed a bug with the settings when saving objects to a project.
186199
- Fixed false differences when ignoring table column order.
187200

188-
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.1...HEAD
201+
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.5.0...HEAD
202+
[14.5.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.1...v14.5.0
189203
[14.4.1]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.0...v14.4.1
190204
[14.4.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.3.0...v14.4.0
191205
[14.3.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.2.0...v14.3.0

CHANGELOG.ru.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,24 @@
99

1010
### Добавлено
1111

12-
- Добавлен параметр `--structure-file` для режима parse, позволяющий указать путь к properties-файлу с альтернативной структурой директорий объектов при экспорте проекта.
13-
1412
### Изменено
1513

1614
### Исправлено
1715

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.
1930

2031
### Исправлено
2132

@@ -183,7 +194,8 @@
183194
- Исправлена ошибка с работой настроек при сохранении объектов в проект.
184195
- Исправлены ложные различия при игнорировании порядка колонок таблицы.
185196

186-
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.1...HEAD
197+
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.5.0...HEAD
198+
[14.5.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.1...v14.5.0
187199
[14.4.1]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.0...v14.4.1
188200
[14.4.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.3.0...v14.4.0
189201
[14.3.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.2.0...v14.3.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</developers>
2828

2929
<properties>
30-
<codekeeper.version>14.4.1</codekeeper.version>
30+
<codekeeper.version>14.5.0</codekeeper.version>
3131

3232
<java.version>17</java.version>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)