Skip to content

Commit 5cb2ce1

Browse files
authored
docs(feature stages): update feature matrix with current feature stages (supabase#36671)
* docs(feature stages): update feature matrix with current feature stages * docs(feature matrix): add third-party auth * style: format
1 parent 1aa173d commit 5cb2ce1

File tree

2 files changed

+59
-56
lines changed

2 files changed

+59
-56
lines changed

apps/docs/content/guides/getting-started/features.mdx

Lines changed: 50 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -195,53 +195,56 @@ Features in Beta are tested by an external penetration tester for security issue
195195

196196
In addition to the Beta requirements, features in GA are covered by the [uptime SLA](https://supabase.com/sla).
197197

198-
| Product | Feature | Stage | Available on self-hosted |
199-
| -------------- | -------------------------- | --------------- | ------------------------------------------- |
200-
| Database | Postgres | `GA` ||
201-
| Database | Vector Database | `GA` ||
202-
| Database | Auto-generated Rest API | `GA` ||
203-
| Database | Auto-generated GraphQL API | `GA` ||
204-
| Database | Webhooks | `beta` ||
205-
| Database | Vault | `public alpha` ||
206-
| Platform | | `GA` ||
207-
| Platform | Point-in-Time Recovery | `GA` | 🚧 [wal-g](https://github.com/wal-g/wal-g) |
208-
| Platform | Custom Domains | `GA` | N/A |
209-
| Platform | Network Restrictions | `beta` | N/A |
210-
| Platform | SSL enforcement | `GA` | N/A |
211-
| Platform | Branching | `beta` | N/A |
212-
| Platform | Terraform Provider | `public alpha` | N/A |
213-
| Platform | Read Replicas | `private alpha` | N/A |
214-
| Platform | Log Drains | `public alpha` ||
215-
| Studio | | `GA` ||
216-
| Studio | SSO | `GA` ||
217-
| Realtime | Postgres Changes | `GA` ||
218-
| Realtime | Broadcast | `GA` ||
219-
| Realtime | Presence | `GA` ||
220-
| Realtime | Broadcast Authorization | `public beta` ||
221-
| Realtime | Presence Authorization | `public beta` ||
222-
| Storage | | `GA` ||
223-
| Storage | CDN | `GA` | 🚧 [Cloudflare](https://www.cloudflare.com) |
224-
| Storage | Smart CDN | `GA` | 🚧 [Cloudflare](https://www.cloudflare.com) |
225-
| Storage | Image Transformations | `GA` ||
226-
| Storage | Resumable Uploads | `GA` ||
227-
| Storage | S3 compatibility | `public alpha` ||
228-
| Edge Functions | | `beta` ||
229-
| Edge Functions | Regional Invocations | `beta` ||
230-
| Edge Functions | NPM compatibility | `beta` ||
231-
| Auth | | `GA` ||
232-
| Auth | Email login | `GA` ||
233-
| Auth | Social login | `GA` ||
234-
| Auth | Phone login | `GA` ||
235-
| Auth | Passwordless login | `GA` ||
236-
| Auth | SSO with SAML | `GA` ||
237-
| Auth | Authorization via RLS | `GA` ||
238-
| Auth | CAPTCHA protection | `GA` ||
239-
| Auth | Server-side Auth | `beta` ||
240-
| CLI | | `GA` | ✅ Works with self-hosted |
241-
| Management API | | `GA` | N/A |
242-
| Client Library | JavaScript | `GA` | N/A |
243-
| Client Library | Flutter | `beta` | N/A |
244-
| Client Library | Swift | `beta` | N/A |
198+
| Product | Feature | Stage | Available on self-hosted |
199+
| -------------- | -------------------------- | -------------- | ------------------------------------------- |
200+
| Database | Postgres | `GA` ||
201+
| Database | Vector Database | `GA` ||
202+
| Database | Auto-generated Rest API | `GA` ||
203+
| Database | Auto-generated GraphQL API | `GA` ||
204+
| Database | Webhooks | `beta` ||
205+
| Database | Vault | `public alpha` ||
206+
| Platform | | `GA` ||
207+
| Platform | Point-in-Time Recovery | `GA` | 🚧 [wal-g](https://github.com/wal-g/wal-g) |
208+
| Platform | Custom Domains | `GA` | N/A |
209+
| Platform | Network Restrictions | `GA` | N/A |
210+
| Platform | SSL enforcement | `GA` | N/A |
211+
| Platform | Branching | `beta` | N/A |
212+
| Platform | Terraform Provider | `public alpha` | N/A |
213+
| Platform | Read Replicas | `GA` | N/A |
214+
| Platform | Log Drains | `public alpha` ||
215+
| Studio | | `GA` ||
216+
| Studio | SSO | `GA` ||
217+
| Realtime | Postgres Changes | `GA` ||
218+
| Realtime | Broadcast | `GA` ||
219+
| Realtime | Presence | `GA` ||
220+
| Realtime | Broadcast Authorization | `public beta` ||
221+
| Realtime | Presence Authorization | `public beta` ||
222+
| Realtime | Broadcast from Database | `public beta` ||
223+
| Storage | | `GA` ||
224+
| Storage | CDN | `GA` | 🚧 [Cloudflare](https://www.cloudflare.com) |
225+
| Storage | Smart CDN | `GA` | 🚧 [Cloudflare](https://www.cloudflare.com) |
226+
| Storage | Image Transformations | `GA` ||
227+
| Storage | Resumable Uploads | `GA` ||
228+
| Storage | S3 compatibility | `GA` ||
229+
| Edge Functions | | `GA` ||
230+
| Edge Functions | Regional Invocations | `GA` ||
231+
| Edge Functions | NPM compatibility | `GA` ||
232+
| Auth | | `GA` ||
233+
| Auth | Email login | `GA` ||
234+
| Auth | Social login | `GA` ||
235+
| Auth | Phone login | `GA` ||
236+
| Auth | Passwordless login | `GA` ||
237+
| Auth | SSO with SAML | `GA` ||
238+
| Auth | Authorization via RLS | `GA` ||
239+
| Auth | CAPTCHA protection | `GA` ||
240+
| Auth | Server-side Auth | `beta` ||
241+
| Auth | Third-Party Auth | `GA` ||
242+
| CLI | | `GA` | ✅ Works with self-hosted |
243+
| Management API | | `GA` | N/A |
244+
| Client Library | JavaScript | `GA` | N/A |
245+
| Client Library | Flutter | `GA` | N/A |
246+
| Client Library | Swift | `GA` | N/A |
247+
| Client Library | Python | `beta` | N/A |
245248

246249
- ✅ = Fully Available
247250
- 🚧 = Available, but requires external tools or configuration

apps/www/data/features.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ By implementing Network Restrictions, you create a more secure environment for y
330330
docsUrl: 'https://supabase.com/docs/guides/platform/network-restrictions',
331331
slug: 'network-restrictions',
332332
status: {
333-
stage: PRODUCT_STAGES.BETA,
333+
stage: PRODUCT_STAGES.GA,
334334
availableOnSelfHosted: false,
335335
},
336336
},
@@ -405,7 +405,7 @@ Supabase Branching allows you to create and test changes in separate, temporary
405405
docsUrl: 'https://supabase.com/docs/guides/platform/branching',
406406
slug: 'branching',
407407
status: {
408-
stage: PRODUCT_STAGES.PUBLIC_ALPHA,
408+
stage: PRODUCT_STAGES.BETA,
409409
availableOnSelfHosted: false,
410410
},
411411
},
@@ -484,7 +484,7 @@ By leveraging Read Replicas, you can achieve consistent low-latency performance
484484
docsUrl: 'https://supabase.com/docs/guides/platform/read-replicas',
485485
slug: 'read-replicas',
486486
status: {
487-
stage: PRODUCT_STAGES.PRIVATE_ALPHA,
487+
stage: PRODUCT_STAGES.GA,
488488
availableOnSelfHosted: false,
489489
},
490490
},
@@ -1368,7 +1368,7 @@ Supabase's S3 compatibility allows seamless integration with existing workflows
13681368
docsUrl: 'https://supabase.com/docs/guides/storage/s3/compatibility',
13691369
slug: 's3-compatibility',
13701370
status: {
1371-
stage: PRODUCT_STAGES.PUBLIC_ALPHA,
1371+
stage: PRODUCT_STAGES.GA,
13721372
availableOnSelfHosted: true,
13731373
},
13741374
},
@@ -1411,7 +1411,7 @@ Supabase's Deno Edge Functions enable you to build responsive, globally distribu
14111411
docsUrl: 'https://supabase.com/docs/guides/functions',
14121412
slug: 'deno-edge-functions',
14131413
status: {
1414-
stage: PRODUCT_STAGES.BETA,
1414+
stage: PRODUCT_STAGES.GA,
14151415
availableOnSelfHosted: true,
14161416
},
14171417
},
@@ -1446,7 +1446,7 @@ By leveraging Supabase's Regional Invocations, you can significantly enhance the
14461446
docsUrl: 'https://supabase.com/docs/guides/functions/regional-invocation',
14471447
slug: 'regional-invocations',
14481448
status: {
1449-
stage: PRODUCT_STAGES.BETA,
1449+
stage: PRODUCT_STAGES.GA,
14501450
availableOnSelfHosted: true,
14511451
},
14521452
},
@@ -1481,7 +1481,7 @@ By leveraging NPM Compatibility in Supabase Edge Functions, you can take advanta
14811481
docsUrl: 'https://supabase.com/blog/edge-functions-node-npm',
14821482
slug: 'npm-compatibility',
14831483
status: {
1484-
stage: PRODUCT_STAGES.BETA,
1484+
stage: PRODUCT_STAGES.GA,
14851485
availableOnSelfHosted: true,
14861486
},
14871487
},
@@ -2121,7 +2121,7 @@ This feature is particularly useful for Flutter developers aiming to create resp
21212121
docsUrl: 'https://supabase.com/docs/reference/dart/start',
21222122
slug: 'client-library-flutter',
21232123
status: {
2124-
stage: PRODUCT_STAGES.BETA,
2124+
stage: PRODUCT_STAGES.GA,
21252125
availableOnSelfHosted: true,
21262126
},
21272127
},
@@ -2146,7 +2146,7 @@ This feature is particularly valuable for iOS developers looking to leverage the
21462146
docsUrl: 'https://supabase.com/docs/reference/swift/start',
21472147
slug: 'client-library-swift',
21482148
status: {
2149-
stage: PRODUCT_STAGES.BETA,
2149+
stage: PRODUCT_STAGES.GA,
21502150
availableOnSelfHosted: true,
21512151
},
21522152
},

0 commit comments

Comments
 (0)