From 4d903abd85471b2cf9db713524b22b53d3ac50c3 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 4 Oct 2024 15:17:42 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd638a7..511d0ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Builds: - linux - application for linux - win - application for Windows +### 5.5.4 +- FIXED: correct handling when use LOGIN and PASSWORD env variables #903 +- FIXED: fixed problems in dbmodel commandline tool +- ADDED: dbmodel - allow connection defined in environment variables +- FIXED: Load postgres schema on Azure #906 +- FIXED: Oauth2 in combination with Google doesn't log payload #72 +- CHANGED: Improved error reporting for unhandler errors +- CHANGED: Don't restart docker container in case of unhandler error +- FIXED: Crrash when displaying specific data values from MongoDB #908 + ### 5.5.3 - FIXED: Separate schema mode #894 - for databases with many schemas - FIXED: Sort by UUID column in POstgreSQL #895