From e689836a4e2f592ef071d13a08b4226f3a5adae1 Mon Sep 17 00:00:00 2001 From: Daria Marutkina <125263541+dariamarutkina@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:28:22 +0100 Subject: [PATCH] dbeaver/pro#3712 Update README file --- README.md | 80 ++++++++++++++++--------------------------------------- 1 file changed, 23 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index be604f1cdb..e46c903d76 100644 --- a/README.md +++ b/README.md @@ -24,68 +24,34 @@ You can see a live demo of CloudBeaver here: https://demo.cloudbeaver.io [Database access instructions](https://github.com/dbeaver/cloudbeaver/wiki/Demo-Server) ## Changelog - -### 24.2.5. 2024-11-18 -- Updated user storage mechanism: New user logins are now stored in lowercase to prevent duplicate entries (e.g., "ADMIN" and "admin"). Note: This update does not affect previously created user logins; -- A new setting in Global Preferences was added to restrict data import for non-admin users. - -### 24.2.4. 2024-11-04 +### 24.3.0. 2024-12-02 +### Changes since 24.2.0: - General: + - The connections Templates feature is declared obsolete and will be removed in future releases; - Data export: Added the ability to export JSON values as embedded JSON; - - Brazilian Portuguese localization was enhanced (thanks to [brlarini](https://github.com/brlarini)); - - Fixed a proxy issue that excluded the Content-Type header in responses. -- Administration: - - Refreshed design for the User and Teams tab in the Administration panel; - - Added an ability to change a user password even if the user is disabled in a system. -### 24.2.3. 2024-10-21 -- Important update: - - Connections Templates feature is declared as obsolete and will be removed in future releases. -- General: + - Fixed a proxy issue that excluded the Content-Type header in responses; - Data editor enhancements: Rows with focused cells are specially marked to make it easier to locate a position in large tables; - - DB2i driver has been updated to version 20.0.7; - - The URL mode for PostgreSQL now supports connecting to multiple databases; - - The issue with displaying BLOB data types in DuckDB has been resolved. - -### 24.2.2. 2024-10-07 -- Schemas were added to the SQL autocompletion for PostgreSQL, H2, and SQL Server; -- CloudBeaver can now correctly display negative dates for MySQL database; -- A search option was added for preferences in the Administration part; -- Keyboard navigation has been enhanced. You can now use the arrow keys to move through navigator tree elements and the tab key to switch between editors tabs; -- Sample SQLite database was removed. - -### 24.2.1. 2024-09-23 -- Chinese localization has been improved (thanks to [cashlifei](https://github.com/cashlifei)); -- Environment variables configuration has been improved - now you can configure more variables on the initial stage of the Docker setup; -- SQL Server driver has been updated to version 12.8.0. - -### 24.2.0. 2024-09-02 -### Changes since 24.1.0: -- General: - - French language support was added (thanks to [matthieukhl](https://github.com/matthieukhl)) - - Added the ability to close editor tabs with the middle mouse button - - Added right-click support to open the context menu in the Metadata Editor - - The list of forbidden characters for naming and renaming resource manager files has been updated, and now it includes the following characters: / : " \ ' <> | ? * - - Application cookies security was improved -- Authentication: - - Improved LDAP authentication: added the ability to filter users via service account parameters and ability to specify custom unique user identifiers -- Data Editor: - - Added additional notifications about the restricted operations - - Enhanced IPv6 and DateTime32 data representation for Clickhouse - - Data editing was fixed for DuckDB -- SQL Editor: - - SQL Editor auto-completion was enhanced to get column, table, and function names faster - - Fixed the dollar-quoted string parsing in the SQL Editor for PostgreSQL - - Improved display of the long error messages in the SQL Editor and Log viewer - - Changed the save script icon to a floppy disk for better recognition - - Improved application behavior when closing a connection - open editors won't be closed on disconnect + - Keyboard navigation has been enhanced. You can now use the arrow keys to move through navigator tree elements and the tab key to switch between editors' tabs; + - Sample SQLite database was removed; + - Chinese localization has been improved (thanks to @cashlifei); + - Brazilian Portuguese localization was enhanced (thanks to @brlarini). - Administration: - - Redesigned administration navigation panel - now it is more compact and clear - - Added the ability to change the default commit mode for each connection separately - - Added the ability to configure the server property rootURI parameter (thanks to [arioko](https://github.com/arioko)) + - Updated user storage mechanism: New user logins are now stored in lowercase to prevent duplicate entries (e.g., "ADMIN" and "admin"). Note: This update does not affect previously created user logins; + - Added an ability to change a user password even if the user is disabled in a system; + - Refreshed design for the User and Teams tab in the Administration panel; + - A new setting in Global Preferences was added to restrict data import for non-admin users; + - A search option was added for preferences in the Administration part; + - Added detailed logging of GraphQL queries in the server logs, including all provided variables, for improved debugging and monitoring; + - Environment variables configuration has been improved - now you can configure more variables on the initial stage of the Docker setup. - Databases: - - Added the "Keep alive" setting for Db2 LUW and IMB i, Apache Kyuubi, Clickhouse, Firebird, and Trino - - Updated Firebird driver to version 5.0.4 - - DDL generation for Oracle Tablespaces was added (thanks to [pandya09](https://github.com/pandya09)) + - PostgreSQL, Greenplum, CockroachDB: The URL mode now supports connecting to multiple databases; + - PostgreSQL, H2, and SQL Server: Schemas were added to the SQL autocompletion; + - MySQL: CloudBeaver can now correctly display negative dates; + - DuckDB: The issue with displaying BLOB data types has been resolved. +- Drivers: + - A new LibSQL/Turso driver was added; + - SQL Server driver has been updated to version 12.8.0; + - DB2i driver has been updated to version 20.0.7. ## Contribution As a community-driven open-source project, we warmly welcome contributions through GitHub pull requests.