From 628a5ee3058eeccf06b06e0496318adfb17c795f Mon Sep 17 00:00:00 2001 From: Oleg Babichev Date: Mon, 13 Jan 2025 12:45:30 +0100 Subject: [PATCH] 0.58.0 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8e2fc465..65a51d6727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ ## What's Changed +Breaking changes: +* fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @joc-a in https://github.com/JetBrains/Exposed/pull/2331 + * `SchemaUtils.listTables()` returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version. + * To get tables from all the schemas the method `SchemaUtils.listTablesInAllSchemas()` could be used. + Features: * feat: [MariaDB] Support RETURNING clause by @devgor88 in https://github.com/JetBrains/Exposed/pull/2330 * feat: EXPOSED-654 Allow customizing the check constraint names of columns with check constraints by @joc-a in https://github.com/JetBrains/Exposed/pull/2340 -Bug fixes: -* fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @joc-a in https://github.com/JetBrains/Exposed/pull/2331 - Infrastructure: * springFramework 6.2.1 * log4j2 2.24.3