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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
- Many improvements to the [json](https://sql.datapage.app/component.sql?component=json) component, making it easier and faster than ever to build REST APIs entirely in SQL.
13
13
-**Ease of use** : the component can now be used to automatically format any query result as a json array, without manually using your database''s json functions.
14
14
-**server-sent events** : the component can now be used to stream query results to the client in real-time using server-sent events.
15
+
- The [csv](https://sql.datapage.app/component.sql?component=csv) component can now be used as a header component to trigger a download of the CSV file directly on page load. Just select the `csv` as a component without a shell before it, and the CSV will be efficiently streamed to the user''s browser. This finally allows efficiently serving large datasets as CSV.
15
16
16
17
## 0.29.0 (2024-09-25)
17
18
- New columns component: `columns`. Useful to display a comparison between items, or large key figures to an user.
0 commit comments