Skip to content

Commit 54cf98d

Browse files
authored
Update README.md - remove Beta
No longer in Beta: https://releases.powersync.com/announcements/powersync-swift-sdk-v1-0-0
1 parent c8870e5 commit 54cf98d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
88

99
This is the PowerSync SDK for Swift clients. The SDK reference is available [here](https://docs.powersync.com/client-sdk-references/swift).
1010

11-
## Beta Release
12-
13-
This SDK is currently in a beta release it is suitable for production use, given you have tested your use case(s) extensively. If you find a bug or issue, please open a [GitHub issue](https://github.com/powersync-ja/powersync-swift/issues). Questions or feedback can be posted on our [community Discord](https://discord.gg/powersync) - we'd love to hear from you.
14-
1511
## Structure: Packages
1612

1713
- [Sources](./Sources/)
@@ -47,9 +43,7 @@ Add
4743
]
4844
```
4945

50-
to your `Package.swift` file and pin the dependency to a specific version. The version is required because the package is in beta.
51-
52-
to your `Package.swift` file and pin the dependency to a specific version. This is required because the package is in beta.
46+
to your `Package.swift` file.
5347

5448
## Usage
5549

@@ -80,9 +74,6 @@ let powersync = PowerSyncDatabase(
8074

8175
The PowerSync Swift SDK currently makes use of the [PowerSync Kotlin Multiplatform SDK](https://github.com/powersync-ja/powersync-kotlin) with the API tool [SKIE](https://skie.touchlab.co/) and KMMBridge under the hood to help generate and publish a native Swift package. We will move to an entirely Swift native API in v1 and do not expect there to be any breaking changes. For more details, see the [Swift SDK reference](https://docs.powersync.com/client-sdk-references/swift).
8276

83-
## Migration from Alpha to Beta
84-
85-
See these [developer notes](https://docs.powersync.com/client-sdk-references/swift#migrating-from-the-alpha-to-the-beta-sdk) if you are migrating from the alpha to the beta version of the Swift SDK.
8677

8778
## Attachments
8879

0 commit comments

Comments
 (0)