From 4e01c63a53267520fd2109fd2682983dca15e055 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Thu, 25 Jun 2026 23:26:04 -0700 Subject: [PATCH] [DOCS] Add excerpt separator to SedonaDB 0.4.0 release blog post Adds a `` excerpt separator after the introduction so that only a short digest is shown on the blog index page, matching the convention used in the 0.2 and 0.3 release posts. Previously the full 0.4.0 post rendered inline on the blog listing, pushing older posts far down the page. --- docs/blog/posts/intro-sedonadb-0-4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/blog/posts/intro-sedonadb-0-4.md b/docs/blog/posts/intro-sedonadb-0-4.md index 70463d8c3e2..0476a191559 100644 --- a/docs/blog/posts/intro-sedonadb-0-4.md +++ b/docs/blog/posts/intro-sedonadb-0-4.md @@ -20,6 +20,8 @@ SedonaDB is the first open-source, single-node analytical database engine that t Apache Sedona powers large-scale geospatial processing on distributed engines like Spark (SedonaSpark), Flink (SedonaFlink), and Snowflake (SedonaSnow). SedonaDB extends the Sedona ecosystem with a single-node engine optimized for small-to-medium data analytics, delivering the simplicity and speed that distributed systems often cannot. + + ## Release Highlights We're excited to have so many things to highlight in this release!