diff --git a/configuration/source-db/connection.mdx b/configuration/source-db/connection.mdx index 2f16c61c..ab9802af 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 15589e34..daa9021a 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. ### Permissions Required: MongoDB Atlas @@ -356,7 +356,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 1a5426f5..e4c6ade3 100644 --- a/intro/powersync-overview.mdx +++ b/intro/powersync-overview.mdx @@ -39,7 +39,7 @@ PowerSync is designed to be backend database agnostic, and supports these source - + diff --git a/intro/powersync-philosophy.mdx b/intro/powersync-philosophy.mdx index 6a30e36d..67819936 100644 --- a/intro/powersync-philosophy.mdx +++ b/intro/powersync-philosophy.mdx @@ -13,7 +13,7 @@ The app is always [fast and responsive](https://www.powersync.com/blog/local-fir PowerSync lets you avoid the complexities of using APIs to move app state [over the network](https://www.powersync.com/blog/escaping-the-network-tarpit). Its goal is to solve the hard problems of keeping data in sync, without getting in your way. -You use a supported backend source such as Postgres, MongoDB, MySQL, SQL Server, Azure DocumentDB (experimental), or Convex (experimental) \[[1](#footnotes)\] on the server, a standard SQLite database on the client, and your [own backend](/configuration/app-backend/setup) to process mutations. PowerSync keeps the SQLite database in sync with your backend source. +You use a supported backend source such as Postgres, MongoDB, MySQL, SQL Server, Azure DocumentDB (alpha), or Convex (experimental) \[[1](#footnotes)\] on the server, a standard SQLite database on the client, and your [own backend](/configuration/app-backend/setup) to process mutations. PowerSync keeps the SQLite database in sync with your backend source. ### State Management diff --git a/intro/setup-guide.mdx b/intro/setup-guide.mdx index efbc7ed8..500c506f 100644 --- a/intro/setup-guide.mdx +++ b/intro/setup-guide.mdx @@ -136,7 +136,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 ce09dadd..440f736b 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 | @@ -70,8 +70,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 |