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
1 change: 1 addition & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@
},
"resources/troubleshooting",
"resources/performance-and-limits",
"resources/feature-status",
"resources/supported-hardware",
"resources/faq",
"resources/release-notes",
Expand Down
13 changes: 13 additions & 0 deletions resources/feature-status.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Feature Status"
description: "PowerSync feature states and their implications for factors such as API stability and support."
---

Features in PowerSync are introduced through a phased release cycle to ensure quality and stability. Below is an overview of the four release stages namely Closed Alpha, Open Alpha, Beta and Stable:

| **Stage** | **Production Readiness** | **API Stability** | **Support** | **Documentation** |
|--------------------|-----------------------------------------------|-----------------------------------------|--------------------------|-----------------------------------------|
| **Closed Alpha** | Not production-ready; purpose is early feedback and testing of new ideas. | Subject to breaking changes. | Not covered under SLAs. | Limited or placeholder documentation. |
| **Open Alpha** | Not production-ready; purpose is broader testing and wider public feedback. | Subject to changes based on feedback. | Not covered under SLAs. | Basic documentation provided. |
| **Beta** | Production-ready for tested use cases. | Fully stable; breaking changes clearly communicated. | Covered under SLAs. | Documentation provided; may contain known gaps. |
| **Stable** | Production-ready for all main use cases. | Fully stable; breaking changes clearly communicated and backward compatibility. | Covered under SLAs. | Comprehensive and finalized documentation. |
Loading