Swiftpack.co - Swift Packages by appwrite

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by appwrite

appwrite/sdk-for-apple 5.0.0
[READ-ONLY] Official Appwrite SDK for Apple Devices 🍎
⭐️ 83
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.0.0
6 weeks ago
## What's New * Support for Appwrite 1.5 * Added enum support, import as `import AppwriteEnums`. * Added SSR support, [learn more in docs](https://appwrite.io/docs/products/auth/server-side-rendering). * Added messaging service support, [learn more in docs](https://appwrite.io/docs/products/messaging). * Added `Query.contains` support. Can be used on array and string attributes. * Added `Query.or` query support. Can be used to apply a logical or on all nested queries inside. * Added 2FA support [learn more in docs](https://appwrite.io/docs/products/auth/2fa) * Added tokens support, can be used for one-time password login flows, [learn more in docs](https://appwrite.io/docs/products/auth/tokens) ## Breaking changes You can find the new syntax for breaking changes in the [Appwrite API references](https://appwrite.io/docs/references). Select version `1.5.x`. ### Account changes * `updateRecovery` no longer requires `passwordAgain`. * `createEmailSession` renamed to `createEmailPasswordSession` * `updatePhoneSession` renamed to `createPhoneToken` * `createMagicURLSession` renamed to `createEmailToken` * `createOAuth2Session` renamed to `createOAuth2Token` * `updatePhone`, `updateMagicURLSession`, which are the confirmation flows for password-less logins, are renamed to `createSession` and accept a `secret` to create session. **If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.**
5.0.0-rc.4
8 weeks ago
**Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/5.0.0-rc.1...5.0.0-rc.4
5.0.0-rc.1
10 weeks ago
**Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/4.0.1...5.0.0-rc.1
4.0.2
21 weeks ago
## What's Changed * Fix between queries by @abnegate in https://github.com/appwrite/sdk-for-apple/pull/44 **Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/4.0.1...4.0.2
4.0.1
31 weeks ago
## What's Changed * Fix oauth XPC interrupt by @abnegate in https://github.com/appwrite/sdk-for-apple/pull/43 * Fix missing error type by @abnegate in https://github.com/appwrite/sdk-for-apple/pull/43 **Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/4.0.0...4.0.1
2.0.1
31 weeks ago
## What's Changed * Fix oauth XPC interrupt by @abnegate in https://github.com/appwrite/sdk-for-apple/pull/43 **Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/4.0.0...2.0.1
4.0.0
32 weeks ago
## What's Changed * **BREAKING** - Parameter `url` is now optional in the `createMembership` endpoint **Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/3.0.1...4.0.0
3.0.1
33 weeks ago
## What's Changed * Fix variable name collisions * Fix content-range header for chunked uploads **Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/3.0.0...3.0.1
3.0.0
33 weeks ago
## What's Changed * Support for Appwrite 1.4.0 * New endpoints for fetching user identities * New endpoints for listing locale codes * Updated documentation * Breaking changes: * The `createFunction` method has a new signature. * The `createExecution` method has a new signature. * The `updateFunction` method has a new signature. * The `createDeployment` method no longer requires an entrypoint. * The `updateFile` method now includes the ability to update the file name. * The `updateMembershipRoles` method has been renamed to `updateMembership`. **Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/2.0.0...3.0.0
2.0.0
1 year ago
## What's Changed * Added Appwrite 1.3.0 support * Added relationships support * Added support for new queries: isNull, isNotNull, startsWith, endsWith, between and select. * Added update attribute support * Added team prefs support * Added support for select queries with getDocument * [BREAKING] Changed function create/update execute parameter to optional * [BREAKING] Changed team update function to updateName * [BREAKING] Changed Account service to use the User model instead of Account * [BREAKING] Changed createMembership to allow an email, userId or phone **Full Changelog**: https://github.com/appwrite/sdk-for-apple/compare/1.2.3...2.0.0
iOS macOS watchOS tvOS
appwrite/sdk-for-swift 5.0.1
[READ-ONLY] Official Appwrite Swift SDK 🦅🍎
⭐️ 40
🕓 3 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.0.1
3 weeks ago
## What's Changed * Fix msg91 params by @stnguyen90 in https://github.com/appwrite/sdk-for-swift/pull/19 ## New Contributors * @stnguyen90 made their first contribution in https://github.com/appwrite/sdk-for-swift/pull/19 **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/5.0.0...5.0.1
5.0.0
6 weeks ago
## What's New * Support for Appwrite 1.5 * Added enum support. * Added SSR support, [learn more in docs](https://appwrite.io/docs/products/auth/server-side-rendering). * Added messaging service support, [learn more in docs](https://appwrite.io/docs/products/messaging). * Added `Query.contains` support. Can be used on array and string attributes. * Added `Query.or` query support. Can be used to apply a logical or on all nested queries inside. * Added 2FA support [learn more in docs](https://appwrite.io/docs/products/auth/2fa) * Added tokens support, can be used for one-time password login flows, [learn more in docs](https://appwrite.io/docs/products/auth/tokens) ## Breaking changes You can find the new syntax for breaking changes in the [Appwrite API references](https://appwrite.io/docs/references). Select version `1.5.x`. ### Account changes (use with SSR) * `updateRecovery` no longer requires `passwordAgain`. * `createEmailSession` renamed to `createEmailPasswordSession` * `updatePhoneSession` renamed to `createPhoneToken` * `createMagicURLSession` renamed to `createEmailToken` * `createOAuth2Session` renamed to `createOAuth2Token` * `updatePhone`, `updateMagicURLSession`, which are the confirmation flows for password-less logins, are renamed to `createSession` and accept a `secret` to create session. **If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.**
5.0.0-rc.4
8 weeks ago
**Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/4.1.0...5.0.0-rc.1
4.1.0
21 weeks ago
## What's Changed * Fix between query output by @abnegate in https://github.com/appwrite/sdk-for-swift/pull/14 **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/4.0.1...4.1.0
4.0.1
31 weeks ago
## What's Changed * Fix missing error type by @abnegate in https://github.com/appwrite/sdk-for-swift/pull/13 **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/4.0.0...4.0.1
4.0.0
32 weeks ago
## What's Changed * **BREAKING** - Parameter `url` is now optional in the `createMembership` endpoint * Parameter `runtime` is now optional in the `update` endpoint of the `Functions` class **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/3.0.1...4.0.0
3.0.1
33 weeks ago
## What's Changed * Fix variable name collisions * Fix content-range header for chunked uploads **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/3.0.0...3.0.1
3.0.0
33 weeks ago
## What's Changed * Support for Appwrite 1.4.0 * New endpoints for fetching user identities * New endpoints for listing locale codes * New endpoint for downloading a function deployment * Updated documentation * Breaking changes: * The `createFunction` method has a new signature. * The `createExecution` method has a new signature. * The `updateFunction` method has a new signature. * The `createDeployment` method no longer requires an entrypoint. * The `updateFile` method now includes the ability to update the file name. * The `updateMembershipRoles` method has been renamed to `updateMembership`. **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/2.0.0...3.0.0
2.0.0
1 year ago
## What's Changed * Added Appwrite 1.3.0 support * Added relationships support * Added support for new queries: isNull, isNotNull, startsWith, endsWith, between and select. * Added update attribute support * Added team prefs support * Added support for select queries with getDocument * [BREAKING] Changed function create/update execute parameter to optional * [BREAKING] Changed team update function to updateName * [BREAKING] Changed Account service to use the User model instead of Account * [BREAKING] Changed createMembership to allow an email, userId or phone **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/1.2.2...2.0.0
1.2.2
1 year ago
## What's Changed * Fix build by @abnegate in https://github.com/appwrite/sdk-for-swift/pull/7 **Full Changelog**: https://github.com/appwrite/sdk-for-swift/compare/1.2.1...1.2.2
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics