Skip to content

Commit 6909b81

Browse files
committed
Merge branch 'version-11' into 'master'
version 11.0 See merge request codekeeper/pgcodekeeper-core!50
2 parents 7201a8c + 441570a commit 6909b81

File tree

4 files changed

+33
-12
lines changed

4 files changed

+33
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.ru.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@
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

@@ -23,7 +27,11 @@
2327
- Исправлена ошибка с работой настроек при сохранении объектов в проект.
2428
- Исправлены ложные различия при игнорировании порядка колонок таблицы.
2529

26-
### Удалено
30+
### Безопасность
31+
32+
- Добавлены проверки при десериализации объектов.
33+
- Исправлена работа с создаваемыми временными файлами.
34+
- Повышена версия JDBC драйвера для PostgreSQL из-за CVE-2025-49146.
2735

2836
## [10.14.2] - 2025-05-28
2937

@@ -2298,7 +2306,8 @@
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

CREDITS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
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

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -91,6 +91,8 @@
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>

0 commit comments

Comments
 (0)