Skip to content

Commit 801030b

Browse files
docs: move feature versioning blog post to infra/website/docs/blog
Agent-Logs-Url: https://github.com/feast-dev/feast/sessions/24228f94-b79f-4524-947a-8f60ad66a4de Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
1 parent c5b2d6f commit 801030b

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

docs/blog/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ Welcome to the Feast blog! Here you'll find articles about feature store develop
1919
{% content-ref url="rbac-role-based-access-controls.md" %}
2020
[rbac-role-based-access-controls.md](rbac-role-based-access-controls.md)
2121
{% endcontent-ref %}
22-
23-
{% content-ref url="feature-view-versioning.md" %}
24-
[feature-view-versioning.md](feature-view-versioning.md)
25-
{% endcontent-ref %}

docs/blog/feature-view-versioning.md renamed to infra/website/docs/blog/feature-view-versioning.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# Feast Introduces Experimental Feature View Versioning 🚀
2-
3-
*March 31, 2026* | *Francisco Javier Arceo*
1+
---
2+
title: Feast Introduces Experimental Feature View Versioning
3+
description: Feast now supports experimental feature view versioning — bringing automatic version tracking, safe rollback, and multi-version online serving to your feature store. Only supported for SQLite today; we're inviting the community to test and give feedback.
4+
date: 2026-03-31
5+
authors: ["Francisco Javier Arceo"]
6+
---
47

5-
## Overview
8+
# Feast Introduces Experimental Feature View Versioning 🚀
69

710
We are excited to announce the experimental release of **Feature View Versioning** in Feast — a long-requested capability that brings automatic version tracking, safe rollback, and multi-version online serving to your feature store.
811

@@ -185,7 +188,7 @@ Versioning works across all three feature view types:
185188
3. Run `feast apply` as usual — version history tracking starts automatically.
186189
4. Explore your version history with `feast feature-views list-versions <name>`.
187190

188-
For full details, see the [Feature View Versioning documentation](../reference/alpha-feature-view-versioning.md) and the [Feature View Versioning RFC](../rfcs/feature-view-versioning.md).
191+
For full details, see the [Feature View Versioning documentation](https://docs.feast.dev/reference/alpha-feature-view-versioning).
189192

190193
## Share Your Feedback
191194

0 commit comments

Comments
 (0)