File tree Expand file tree Collapse file tree 4 files changed +33
-12
lines changed Expand file tree Collapse file tree 4 files changed +33
-12
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212### Changed
1313
14- - Added checks when deserializing objects.
15- - Improved work with created temporary files.
16- - Increased version of JDBC driver for PostgreSQL.
14+ ### Fixed
15+
16+ ## [ 11.0.0] - 2025-08-20
17+
18+ ### Changed
19+
20+ - Core logic is moved to a separate library. Allocated the main API.
1721
1822### Fixed
1923
@@ -23,7 +27,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2327- Fixed a bug with the settings when saving objects to a project.
2428- Fixed false differences when ignoring table column order.
2529
26- ### Removed
30+ ### Security
31+
32+ - Added checks when deserializing objects.
33+ - Fixed work with created temporary files.
34+ - Increased version of JDBC driver for PostgreSQL due to CVE-2025 -49146.
2735
2836## [ 10.14.2] - 2025-05-28
2937
@@ -2297,7 +2305,8 @@ We increment major version in this release due to decision to shift our developm
22972305
22982306- ORDER BY parsing has been added to the aggregate functions.
22992307
2300- [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.2...HEAD
2308+ [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v11.0.0...HEAD
2309+ [ 11.0.0 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.2...v11.0.0
23012310[ 10.14.2 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.1...v10.14.2
23022311[ 10.14.1 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.0...v10.14.1
23032312[ 10.14.0 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.13.0...v10.14.0
Original file line number Diff line number Diff line change 33Все заметные изменения в этом проекте будут задокументированы в этом файле.
44
55Формат основан на [ Keep a Changelog] ( http://keepachangelog.com/ )
6- и этот проект придерживается [ cемантического версионирования] ( https://semver.org/lang/ru/ ) .
6+ и этот проект придерживается [ семантического версионирования] ( https://semver.org/lang/ru/ ) .
77
88## [ Новое]
99
1010### Добавлено
1111
1212### Изменено
1313
14- - Добавлены проверки при десериализации объектов.
15- - Улучшена работа с создаваемыми временными файлами.
16- - Повышена версия JDBC драйвера для PostgreSQL.
14+ ### Исправлено
15+
16+ ## [ 11.0.0] - 2025-08-20
17+
18+ ### Изменено
19+
20+ - Ядро проекта вынесено в отдельную библиотеку. Выделено основное API.
1721
1822### Исправлено
1923
2327- Исправлена ошибка с работой настроек при сохранении объектов в проект.
2428- Исправлены ложные различия при игнорировании порядка колонок таблицы.
2529
26- ### Удалено
30+ ### Безопасность
31+
32+ - Добавлены проверки при десериализации объектов.
33+ - Исправлена работа с создаваемыми временными файлами.
34+ - Повышена версия JDBC драйвера для PostgreSQL из-за CVE-2025 -49146.
2735
2836## [ 10.14.2] - 2025-05-28
2937
22982306
22992307- Добавлен парсинг ORDER BY для агрегатных функции.
23002308
2301- [ Новое ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.2...HEAD
2309+ [ Новое ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v11.00.0...HEAD
2310+ [ 11.0.0 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.2...v11.0.0
23022311[ 10.14.2 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.1...v10.14.2
23032312[ 10.14.1 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.0...v10.14.1
23042313[ 10.14.0 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.13.0...v10.14.0
Original file line number Diff line number Diff line change 2222- Andrew Saushkin ([ asaushkin] ( https://github.com/asaushkin ) ) - For product management
2323- Dmitry Novgorodov - For suggesting ideas
2424- Andrew Volodin ([ volodin-aa] ( https://github.com/volodin-aa ) ) - For suggesting ideas
25+ - Sergey Grinko ([ sgrinko] ( https://github.com/sgrinko ) ) - For help in query optimization and active participation
2526- Bug Reporters - For all bug reports
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 >11.0.0-rc.1 </version >
10+ <version >11.0.0</version >
1111 <packaging >jar</packaging >
1212
1313 <name >pgcodekeeper-core</name >
9191 <artifactId >lz4-java</artifactId >
9292 <version >1.8.0</version >
9393 </dependency >
94+
95+ <!-- test dependencies-->
9496 <dependency >
9597 <groupId >org.junit.jupiter</groupId >
9698 <artifactId >junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments