Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/_placeholders/changelog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
description: 'Changelog for 2025'
note: 'This file is generated with yarn build'
slug: /whats-new/changelog/
sidebar_position: 2
sidebar_label: '2025'
title: 'Changelog 2025'
doc_type: 'changelog'
---

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ keywords: ['changelog', 'release notes', 'updates', 'new features', 'cloud chang
<!--AUTOGENERATED_START-->
| Page | Description |
|-----|-----|
| [v25.8 Changelog for Cloud](/changelogs/25.8) | Fast release changelog for v25.8 |
| [v25.6 Changelog for Cloud](/changelogs/25.6) | Fast release changelog for v25.6 |
| [v25.4 Changelog for Cloud](/changelogs/25.4) | Fast release changelog for v25.4 |
| [v24.12 Changelog for Cloud](/changelogs/24.12) | Fast release changelog for v24.12 |
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ by https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-
| [Geo Data using the Cell Tower Dataset](/getting-started/example-datasets/cell-towers) | Learn how to load OpenCelliD data into ClickHouse, connect Apache Superset to ClickHouse and build a dashboard based on data |
| [GitHub Events Dataset](/getting-started/example-datasets/github-events) | Dataset containing all events on GitHub from 2011 to Dec 6 2020, with a size of 3.1 billion records. |
| [Hacker News dataset](/getting-started/example-datasets/hacker-news) | Dataset containing 28 million rows of hacker news data. |
| [Hacker News Vector Search dataset](/getting-started/example-datasets/hackernews-vector-search-dataset) | Dataset containing 28+ million Hacker News postings & their vector embeddings |
| [Hacker News vector search dataset](/getting-started/example-datasets/hackernews-vector-search-dataset) | Dataset containing 28+ million Hacker News postings & their vector embeddings |
| [LAION 5B dataset](/getting-started/example-datasets/laion-5b-dataset) | Dataset containing 100 million vectors from the LAION 5B dataset |
| [Laion-400M dataset](/getting-started/example-datasets/laion-400m-dataset) | Dataset containing 400 million images with English image captions |
| [New York Public Library "What's on the Menu?" Dataset](/getting-started/example-datasets/menus) | Dataset containing 1.3 million records of historical data on the menus of hotels, restaurants and cafes with the dishes along with their prices. |
Expand Down
Loading