This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch branch-1.8.1
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/branch-1.8.1 by this push:
new 8b1cd26bb3 [DOCS] Add Sedona 1.8.1 news
8b1cd26bb3 is described below
commit 8b1cd26bb3aae7ed3bd436685899fe12829db13a
Author: Jia Yu <[email protected]>
AuthorDate: Thu Jan 8 23:20:09 2026 -0800
[DOCS] Add Sedona 1.8.1 news
---
docs-overrides/main.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs-overrides/main.html b/docs-overrides/main.html
index 48ab95c1bd..c2957904f2 100644
--- a/docs-overrides/main.html
+++ b/docs-overrides/main.html
@@ -17,7 +17,7 @@ You're not viewing the latest stable version.
{% block header %}
<div style="background: #CA463A; color: white; text-align: center; padding:
0.5rem;">
- <a
href="blog/2025/09/24/introducing-sedonadb-a-single-node-analytical-database-engine-with-geospatial-as-a-first-class-citizen/"
title="Announcement">📢 Introducing SedonaDB: A single-node analytical database
engine with geospatial as a first-class citizen.</a>
+ <a href="setup/release-notes/" title="Announcement">🎉 Apache Sedona 1.8.1
is now available! Check out the new features and improvements.</a>
</div>
{{ super() }} {# This renders the original header below your test bar #}
{% endblock %}