diff --git a/configuration/source-db/connection.mdx b/configuration/source-db/connection.mdx index e540680c..c5b4b719 100644 --- a/configuration/source-db/connection.mdx +++ b/configuration/source-db/connection.mdx @@ -188,7 +188,7 @@ Also see: ## Azure DocumentDB Specifics -To connect to **Azure DocumentDB** (formerly Azure Cosmos DB for MongoDB vCore), use the same instructions as for MongoDB above. PowerSync detects DocumentDB automatically. Azure DocumentDB support is [experimental](/resources/feature-status). See [Azure DocumentDB](/configuration/source-db/setup#azure-documentdb) for supported variants and limitations. +To connect to **Azure DocumentDB** (formerly Azure Cosmos DB for MongoDB vCore), use the same instructions as for MongoDB above. PowerSync detects DocumentDB automatically. Azure DocumentDB support is in [alpha](/resources/feature-status). See [Azure DocumentDB](/configuration/source-db/setup#azure-documentdb) for supported variants and limitations. ## MySQL Specifics diff --git a/configuration/source-db/setup.mdx b/configuration/source-db/setup.mdx index b68d0f95..6fae676c 100644 --- a/configuration/source-db/setup.mdx +++ b/configuration/source-db/setup.mdx @@ -267,7 +267,7 @@ Due to the logical replication requirement, not all Postgres hosting providers a **Version compatibility**: PowerSync requires MongoDB version 6.0 or greater. For more information on migrating from MongoDB Atlas Device Sync to PowerSync, see our [migration guide](/migration-guides/atlas-device-sync). -PowerSync also supports **Azure DocumentDB** (formerly Azure Cosmos DB for MongoDB vCore) through this same MongoDB connector, as an [experimental](/resources/feature-status) feature. See [Azure DocumentDB](#azure-documentdb) below for supported variants and limitations. +PowerSync also supports **Azure DocumentDB** (formerly Azure Cosmos DB for MongoDB vCore) through this same MongoDB connector, as an [alpha](/resources/feature-status) feature. See [Azure DocumentDB](#azure-documentdb) below for supported variants and limitations. ### MongoDB Permissions @@ -360,7 +360,7 @@ If you need to use private endpoints with MongoDB Atlas, see [Private Endpoints] ### Azure DocumentDB - Azure DocumentDB support is **experimental**. APIs and behavior may change, and it is not yet covered by SLAs. See [Feature Status](/resources/feature-status) for what this means for production readiness and support. + Azure DocumentDB support is in **alpha**. It is subject to breaking changes and not yet covered by SLAs. See [Feature Status](/resources/feature-status) for what this means for production readiness and support. PowerSync replicates from Azure DocumentDB (formerly Azure Cosmos DB for MongoDB vCore) through this same MongoDB connector. There is no separate connector or configuration: keep `type: mongodb`, point it at your connection string, and PowerSync detects DocumentDB automatically. Setup, permissions, and connection steps are the same as MongoDB above, except for the Post Images setting noted below. diff --git a/intro/powersync-overview.mdx b/intro/powersync-overview.mdx index 22ef86dd..02af503d 100644 --- a/intro/powersync-overview.mdx +++ b/intro/powersync-overview.mdx @@ -51,7 +51,7 @@ PowerSync is designed to be backend database agnostic, and supports these source - + diff --git a/intro/setup-guide.mdx b/intro/setup-guide.mdx index cb50a725..5ed2d9da 100644 --- a/intro/setup-guide.mdx +++ b/intro/setup-guide.mdx @@ -143,7 +143,7 @@ Using the [PowerSync CLI](/tools/cli) and want an automatically integrated Postg Setup, permissions, and connection steps for Azure DocumentDB are the same as MongoDB, except for a Post Images setting. Follow the setup instructions for MongoDB, then see [Azure DocumentDB Source Database Setup](/configuration/source-db/setup#azure-documentdb) for further details. - Azure DocumentDB support is currently an [Experimental release](/resources/feature-status). + Azure DocumentDB support is currently an [alpha release](/resources/feature-status). diff --git a/resources/feature-status.mdx b/resources/feature-status.mdx index 4a75b996..a6a3ea2f 100644 --- a/resources/feature-status.mdx +++ b/resources/feature-status.mdx @@ -52,8 +52,8 @@ Below is a summary of the current main PowerSync features and their release stat | **Category / Item** | **Status** | | -------------------------------------------------- | -------------- | | **Database Connectors** | | -| Azure DocumentDB (Cosmos DB for MongoDB vCore) | Experimental | | Convex | Experimental | +| Azure DocumentDB (Cosmos DB for MongoDB vCore) | Alpha | | SQL Server | Beta | | MySQL | Beta | | MongoDB | GA | @@ -71,8 +71,8 @@ Below is a summary of the current main PowerSync features and their release stat | Checkpoint Requests | Alpha | | Tauri SDK | Alpha | | Rust SDK | Alpha | -| Capacitor SDK | Beta | | TanStack Query | Alpha | +| Capacitor SDK | Beta | | .NET SDK | Beta | | OP-SQLite Support | Beta | | Flutter Web Support | Beta |