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: about/changelog.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,35 @@ products: [cloud]
9
9
10
10
All the latest features and updates to $CLOUD_LONG.
11
11
12
+
## New data import wizard
13
+
<Labeltype="date">September 5, 2025</Label>
14
+
15
+
To make navigation easier, we’ve introduced a cleaner, more intuitive UI for data import. It highlights the most common and recommended option, PostgreSQL Dump & Restore, while organizing all import options into clear categories, to make navigation easier.
16
+
17
+
The new categories include:
18
+
-**PostgreSQL Dump & Restore**
19
+
-**Upload Files**: CSV, Parquet, TXT
20
+
-**Real-time Data Replication**: source connectors
21
+
-**Migrations & Other Options**
22
+
23
+

24
+
25
+
A new data import component has been added to the overview dashboard, providing a clear view of your imports. This includes quick start, in-progress status, and completed imports:
26
+
27
+

28
+
12
29
## 🚁 Enhancements to the Postgres source connector
13
30
<Labeltype="date">August 28, 2025</Label>
14
31
15
32
-**Easy table selection**: You can now sync the complete source schema in one go. Select multiple tables from the
16
33
drop-down menu and start the connector.
17
-
18
34
-**Sync metadata**: Connectors now display the following detailed metadata:
19
35
-`Initial data copy`: The number of rows copied at any given point in time.
20
36
-`Change data capture`: The replication lag represented in time and data size.
21
37
-**Improved UX design**: In-progress syncs with separate sections showing the tables and metadata for
22
38
`initial data copy` and `change data capture`, plus a dedicated tab where you can add more tables to the connector.
0 commit comments