Skip to content

Commit 5d57c3f

Browse files
committed
Updates on CHANGELOG.md and RELEASENOTES.md for 1.2.2
1 parent c4ff236 commit 5d57c3f

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
---------
33

4+
v1.2.2
5+
------
6+
<em>Release date: October 17, 2025</em><br/>
7+
8+
* [New] Added initial support for PostgreSQL 18.
9+
* [Change] Refactored the class ResultSet to avoid copying the PGresult instance, instead, it will be reused during class initialization taking ownership of it.
10+
* [Fix] Fixed a bug in XMLParser that was not configuring the DTD file path correctly.
11+
* [Fix] Fixed a bug that was causing collation assigned to column not to be reflected in SQL and XML codes.
12+
* [Fix] Fixed a bug that was causing collations to be saved always as deterministic even the user unchecked the option in editing form.
13+
* [Fix] Fixed the function PgSqlVersions::parseString to return the default version as a fallback when a major server version is not yet recognized by the tool.
14+
415
v1.2.1
516
------
617
<em>Release date: August 29, 2025</em><br/>

RELEASENOTES.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
v1.2.1
1+
v1.2.2
22
------
3-
<em>Release date: August 29, 2025</em><br/>
4-
<em>Changes since: <strong>v1.2.0</strong></em><br/>
3+
<em>Release date: October 17, 2025</em><br/>
4+
<em>Changes since: <strong>v1.2.1</strong></em><br/>
55

66
This patch release for pgModeler 1.2.x brings the following improvements and fixes:
77

8-
* [Fix] Fixed a bug in model validation that could lead to a crash when validating foreign tables.
9-
* [Fix] Fixed a bug that was causing columns that were part of PKs not to be removed by the user's request.
10-
* [Fix] Fixed the constraint's catalog query in PostgreSQL 17.
8+
* [New] Added initial support for PostgreSQL 18.
9+
* [Change] Refactored the result set handling avoiding potential memory leaks.
10+
* [Fix] Fixed a bug in XML parsing that was not configuring the DTD file path correctly.
11+
* [Fix] Fixed a bug that was causing collation assigned to column not to be reflected in SQL and XML codes.
12+
* [Fix] Fixed a bug that was causing collations to be saved always as deterministic even the user unchecked the option in editing form.
13+
* [Fix] Fixed the database server version parsing routine so the default version can be used as a fallback when a major server version is not yet recognized by the tool.

0 commit comments

Comments
 (0)