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
description: 'Tooltips for tables, columns, and PostgreSQL view comments in SQL Editor'
7
+
---
8
+
9
+
## π New Features
10
+
11
+
- Add tooltips for tables, columns, and PostgreSQL view comments in SQL Editor.
12
+
- Support IM and webhook integration for Lark.
13
+
- Display table and view definition for Redshift.
14
+
15
+
## π Breaking Changes
16
+
17
+
- Remove the masking policy API `v1/{instance}/{database}/policies/masking`. Use `v1/{instance}/{database}/metadata` instead and set the `columnConfigs` parameter.
18
+
19
+
## π Enhancements
20
+
21
+
- Move the masking column page to the database detail page.
22
+
- Support popup login modal on token expiration.
23
+
24
+
## π Bug fix
25
+
26
+
- Fix the backup table name conflict in multi-tenant database group within the same instance.
27
+
- Fix the cross-origin issue in SSO authentication (OIDC).
28
+
- Fix bug causing QuotaExceededError in SQL Editor.
0 commit comments