You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,18 @@ You can see a live demo of CloudBeaver here: https://demo.cloudbeaver.io
25
25
26
26
## Changelog
27
27
28
+
### 24.3.4. 2025-02-03
29
+
- Connections:
30
+
- Added a possibility to switch a database connection to the read-only mode. This mode can be activated in the connection dialog. Administrators can set this mode for any connections, the regular users can set it for their own private connections only;
31
+
- An ability to use advanced database settings in the URL connection mode was added for Oracle and SQL Server connections.
32
+
- General:
33
+
- Introduced auto-suggestions for column names in the Data Editor filter field to avoid typing mistakes;
34
+
- Fixed the display of objects with long names (more than 32 characters) in the Navigator tree - now, such names will be displayed entirely and not in a cropped format;
35
+
- Added the ability to use default spreadsheet names (e.g. Sheet0, Sheet1) for export to XLSX.
36
+
- Deployment:
37
+
- CloudBeaver base Java image was switched to the JDK 21 version. The new Java version will be applied automatically after the product update if you use standard deployment and upgrade scripts;
38
+
- Changed the permissions of the Docker volumes directory from the "root" user to the "dbeaver" user (uid=8978). To enhance security and prevent any insecure actions by the "root" user. These changes will only affect existing deployments.
39
+
28
40
### 24.3.3. 2025-01-20
29
41
- Administration:
30
42
- Added an ability to match users from LDAP configuration with CloudBeaver users;
0 commit comments