mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 07:28:33 +00:00
This commit adds minor version releases for all client and server SDKs to deprecate the `createVerification` method in the Account service and introduce the new `createEmailVerification` method as its replacement. Updated SDKs: Client SDKs: - Android: 11.0.0 → 11.1.0 - Web: 21.0.0 → 21.1.0 - Flutter: 20.0.0 → 20.1.0 - Apple: 13.0.0 → 13.1.0 - React Native: 0.15.0 → 0.16.0 Server SDKs: - Node.js: 20.0.0 → 20.1.0 - PHP: 17.2.0 → 17.3.0 - Python: 13.2.0 → 13.3.0 - Ruby: 19.0.0 → 19.1.0 - Go: 0.13.0 → 0.14.0 - .NET: 0.19.0 → 0.20.0 - Dart: 19.0.0 → 19.1.0 - Kotlin: 12.0.0 → 12.1.0 - Swift: 13.0.0 → 13.1.0 Console SDK: - CLI: 10.0.1 → 10.1.0
1.2 KiB
1.2 KiB
Change Log
13.3.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
11.1.0
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
dart38andflutter332support to runtime models - Add
gifsupport toImageFormatenum - Add
upsertDocumentsupport toDatabasesservice
11.0.0
- Add
<REGION>to doc examples due to the new multi region endpoints - Add doc examples and methods for bulk api transactions:
createDocuments,deleteDocumentsetc. - Add doc examples, class and methods for new
Sitesservice - Add doc examples, class and methods for new
Tokensservice - Add enums for
BuildRuntime,Adapter,Framework,DeploymentDownloadTypeandVCSDeploymentType - Update enum for
runtimeswith Pythonml312, Dart219, Flutter327 and Flutter329 - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Add
queriesandsearchparams tolistMembershipsmethod - Remove
searchparam fromlistExecutionsmethod
10.0.0
- Fix requests failing by removing
Content-Typeheader fromGETandHEADrequests
9.0.3
- Update sdk to use Numpy-style docstrings