Skip to content

Commit d25783c

Browse files
Update README.md - remove Beta (#56)
Co-authored-by: stevensJourney <steven@journeyapps.com>
1 parent 5c511bd commit d25783c

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 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/)
@@ -31,7 +27,7 @@ Add
3127
```swift
3228
dependencies: [
3329
...
34-
.package(url: "https://github.com/powersync-ja/powersync-swift", exact: "<version>")
30+
.package(url: "https://github.com/powersync-ja/powersync-swift", from: "1.0.0")
3531
],
3632
targets: [
3733
.target(
@@ -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)