Releases: appwrite/sdk-for-python
Releases ยท appwrite/sdk-for-python
6.1.0
6.0.0
What's New
- Support for Appwrite 1.6
- Added
keyattribute toRuntimeresponse model. - Added
buildSizeattribute toDeploymentsresponse model. - Added
scheduledAtattribute toExecutionsresponse model. - Added
scopesattribute toFunctionsresponse model. - Added
specificationsattribute toFunctionsresponse model. - Added new response model for
Specifications. - Added new response model for
Builds. - Added
createJWT(): Enables creating a JWT using theuserId. - Added
listSpecifications(): Enables listing available runtime specifications. - Added
deleteExecution(): Enables deleting executions. - Added
updateDeploymentBuild(): Enables cancelling a deployment. - Added
scheduledAtparameter tocreateExecution(): Enables creating a delayed execution
Breaking changes
You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.6.x.
- Removed
otpparameter fromdeleteMFAAuthenticator. - Added
scopesparameter for create/update function. - Renamed
templateBranchtotemplateVersionincreateFunction(). - Renamed
downloadDeployment()togetDeploymentDownload()
Bug Fixes
- None reported.
Please note: This version is compatible with Appwrite 1.6 and later only. If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.
New Contributors
- @EVDOG4LIFE made their first contribution in #89
Full Changelog: 5.0.3...6.0.0
6.0.0-rc.2
Full Changelog: 6.0.0-rc.1...6.0.0-rc.2
6.0.0-rc.1
Full Changelog: 5.0.3...6.0.0-rc.1
5.0.3
What's Changed
- fix: minor bugs by @stnguyen90 in #85
- Add GitHub action for publishing by @stnguyen90 in #87
Full Changelog: 5.0.2...5.0.3
5.0.2
5.0.1
5.0.0
What's New
- Support for Appwrite 1.5
- Added enum support.
- Added SSR support, learn more in docs.
- Added messaging service support, learn more in docs.
- Added
Query.containssupport. Can be used on array and string attributes. - Added
Query.orquery support. Can be used to apply a logical or on all nested queries inside. - Added 2FA support learn more in docs
- Added tokens support, can be used for one-time password login flows, learn more in docs
Breaking changes
You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.5.x.
Account changes (use with SSR)
update_recoveryno longer requirespassword_again.create_email_sessionrenamed tocreate_email_password_sessionupdate_phone_sessionrenamed tocreate_phone_tokencreate_magic_url_sessionrenamed tocreate_email_tokencreate_o_auth2_sessionrenamed tocreate_o_auth2_tokenupdate_phone,update_magic_url_session, which are the confirmation flows for password-less logins, are renamed tocreate_sessionand accept asecretto 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
Full Changelog: 4.1.0...5.0.0-rc.4