Document minimum supported platform/OS versions#458
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
The minimum supported versions for Capacitor can probably also be incorporated into this PR powersync-ja/powersync-js#973 |
| ### Widespread SDK Platform Support | ||
|
|
||
| Requires Capacitor 8 or later. See the [Capacitor v8 upgrade guide](https://capacitorjs.com/docs/updating/8-0) if you are on Capacitor 6 or 7. | ||
| The versions below are the minimum supported versions across all PowerSync Client SDKs, so you can expect them to work regardless of which SDK you use. |
There was a problem hiding this comment.
Maybe point out that some client SDKs support older versions too. At least for me, this reads as if we don't support anything older than say macOS 14 in any SDK which is not true (Swift supports macOS 12, Flutter supports 10.15).
| | <Icon icon="js" /> Web | See [Web Compatibility](#web-compatibility). | | ||
|
|
||
| ## <Icon icon="/logo/tauri.svg" iconType="solid" size={32}/> Tauri SDK | ||
| ### Web Compatibility |
There was a problem hiding this comment.
I wonder if we should move this to a JavaScript subsection since the VFS names are not applicable to Dart?
| | HTTP connection method | Yes | | Legacy (supported) | | ||
| | WebSocket connection method | Yes | | Default | |
There was a problem hiding this comment.
We can change it here or in the v2 docs branch, just wanted to flag that HTTP is no longer considered legacy and in fact the default. WebSocket is the workaround only used for React Native without Expo since we have no good HTTP client.
There was a problem hiding this comment.
I think we can change it again in v2, since I believe WebSockets is still the default currently (correct me if I'm wrong). I'll remove the Legacy tag from HTTP.
| | --- | --- | --- | --- | | ||
| | macOS | Yes | | | | ||
| | iOS | Yes | | | | ||
| | watchOS | Yes | | watchOS 26 not supported yet | |
There was a problem hiding this comment.
I believe this has been fixed and we support watchOS 26 again.
|
|
||
| | Platform / Feature | Supported? | Platform Version | Notes | | ||
| | --- | --- | --- | --- | | ||
| | macOS | Yes | | | |
Updates our Supported Platforms documentation to include:
Also includes the following new public policies: