File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,25 @@ 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+
1220- Added support for new syntax for tables for Greenplum 7.
1321- Added support for alternative directory names in project structure via ` structure.properties ` file.
1422
15- ### Changed
16-
1723### Fixed
1824
1925- Fixed parser errors for PostgreSQL.
2026
27+ ### Security
28+
29+ - Increased version of JDBC driver for PostgreSQL due to CVE-2026 -42198.
30+
2131## [ 14.4.1] - 2026-05-06
2232
2333### Fixed
@@ -2499,7 +2509,8 @@ We increment major version in this release due to decision to shift our developm
24992509
25002510- ORDER BY parsing has been added to the aggregate functions.
25012511
2502- [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.4.1...HEAD
2512+ [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.5.0...HEAD
2513+ [ 14.5.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.4.1...v14.5.0
25032514[ 14.4.1 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.4.0...v14.4.1
25042515[ 14.4.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.3.0...v14.4.0
25052516[ 14.3.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.2.0...v14.3.0
Original file line number Diff line number Diff line change 99
1010### Добавлено
1111
12+ ### Изменено
13+
14+ ### Исправлено
15+
16+ ## [ 14.5.0] - 2026-06-02
17+
18+ ### Добавлено
19+
1220- Добавлена поддержка нового синтаксиса для таблиц в Greenplum 7.
1321- Добавлена поддержка альтернативных имён директорий в структуре проекта через файл ` structure.properties ` .
1422
15- ### Изменено
16-
1723### Исправлено
1824
1925- Исправлены ошибки парсинга в PostgreSQL.
2026
27+ ### Безопасность
28+
29+ - Повышена версия JDBC драйвера для PostgreSQL из-за CVE-2026 -42198.
30+
2131## [ 14.4.1] - 2026-05-06
2232
2333### Исправлено
25002510
25012511- Добавлен парсинг ORDER BY для агрегатных функции.
25022512
2503- [ Новое ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.4.1...HEAD
2513+ [ Новое ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.5.0...HEAD
2514+ [ 14.5.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.4.1...v14.5.0
25042515[ 14.4.1 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.4.0...v14.4.1
25052516[ 14.4.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.3.0...v14.4.0
25062517[ 14.3.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v14.2.0...v14.3.0
Original file line number Diff line number Diff line change 77 <modelVersion >4.0.0</modelVersion >
88 <groupId >org.pgcodekeeper</groupId >
99 <artifactId >pgcodekeeper-core</artifactId >
10- <version >14.4.1 </version >
10+ <version >14.5.0 </version >
1111 <packaging >bundle</packaging >
1212
1313 <name >pgcodekeeper-core</name >
7070 <dependency >
7171 <groupId >org.postgresql</groupId >
7272 <artifactId >postgresql</artifactId >
73- <version >42.7.8 </version >
73+ <version >42.7.11 </version >
7474 </dependency >
7575 <dependency >
7676 <groupId >com.microsoft.sqlserver</groupId >
You can’t perform that action at this time.
0 commit comments