Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
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>
  • Loading branch information
2 people authored and ntkathole committed Apr 1, 2026
commit 106894c78677577555aab3234fcc4fa983e457fd
4 changes: 0 additions & 4 deletions docs/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ Welcome to the Feast blog! Here you'll find articles about feature store develop
{% content-ref url="rbac-role-based-access-controls.md" %}
[rbac-role-based-access-controls.md](rbac-role-based-access-controls.md)
{% endcontent-ref %}

{% content-ref url="feature-view-versioning.md" %}
[feature-view-versioning.md](feature-view-versioning.md)
{% endcontent-ref %}
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Feast Introduces Experimental Feature View Versioning 🚀

*March 31, 2026* | *Francisco Javier Arceo*
---
title: Feast Introduces Experimental Feature View Versioning
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.
date: 2026-03-31
authors: ["Francisco Javier Arceo"]
---

Comment thread
franciscojavierarceo marked this conversation as resolved.
## Overview
# Feast Introduces Experimental Feature View Versioning 🚀

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.
Comment thread
franciscojavierarceo marked this conversation as resolved.
Outdated

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

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).
For full details, see the [Feature View Versioning documentation](https://docs.feast.dev/reference/alpha-feature-view-versioning).

## Share Your Feedback

Expand Down